Bootloader 0.67.3 des SX541

juergenausbw

Mitglied
Mitglied seit
5 Apr 2005
Beiträge
372
Punkte für Reaktionen
0
Punkte
16
Hallo!

wie kommt man an die aktuelle Bootloader-Version des Siemens SX541 heran, bzw. wer kann sie zur Verfügung stellen?

:habenwol:

Gruß
juergenausbw
 
I would also like to have the 0.67.3 bootloader, does anyone got it??
 
...gäbe es eine Möglichkeit den Bootloader mittels seriellem Kabel etc. von der Kiste runter zu ziehen.
Anders kommt man ja wohl nicht ran, oder?
Im Internet sieht's auch rar aus und bevor ich auf die SMC Variante gehe hätte ich Ihn auch schon gerne gehabt (habe gerne Original-SW in der Schublade).

kennt JOCKY einen Weg ;-)



waverider
 
warum wollt ihr alle den alten Bootloader?

die 1.66 von Siemens läuft auch mit dem neuen 0.69d
 
Hallo Flieger,

hast Du schon mal ein Gerät mit "nicht Original Software" als Garantiefall zurückgeschickt?

Gruß
juergenausbw
 
nö du?
ne Firmware ist für mich kein Eingriff in die Hardware und wenn das SX mit der 1.66 läuft, merkt SuperSiemens eh nix
 
I just would like to test some things with the "old" bootloader.
 
The bootloader allows for reading memory to console, but unfortunately not directly to file :(

I can capture the screen to a text file like this:

----------------------------------------------------------
Address 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
----------------------------------------------------------
0xB0000000 00 90 80 40 00 98 80 40 00 60 1A 40 FE FF 1B 24
0xB0000010 24 D0 5B 03 40 00 1B 3C 25 D0 5B 03 00 60 9A 40
0xB0000020 80 00 1A 3C 00 68 9A 40 00 90 02 3C F0 04 42 24
....

You would only need to convert this to a 128KB binary file.

Let me know if you are interested. Where can I upload the file?

/JockyW
 
JOCKYW2001 schrieb:
The bootloader allows for reading memory to console, but unfortunately not directly to file :(
I can capture the screen to a text file...
You would only need to convert this to a 128KB binary file.
Let me know if you are interested.
/JockyW
Hello JockyW,
this could be very interesting for some sx541 users to go back to the original bootloader.
It would be great if you could place it in the IPPF download area.

Thx Torro
 
Here is the bootloader in text format !!
Someone convert this to binary please.

Cheers,
JockyW
 

Anhänge

  • Bootloader-0.67.3.zip
    164.5 KB · Aufrufe: 193
hi JOCKYW2001

Do you know a program that can do this? I have looked around on google but can't find a program that works.
 
It takes appr. 10-20 minutes to write it in C.

Open the text file for input and open a binary file for output. Read all fields in a line with fscanf (ignore the first address field) and write the values to the output file. Repeat until EOF.

Now it's the time to learn C ! :)

/JockyW
 
google suche hex2bin.c

http://lists.suse.com/archive/suse-linux-e/2001-Dec/1429.html

#include <stdio.h>
int main()
{
int c;
while (scanf("%2X", &c) == 1)
putchar(c);
return 0;
}


Compilieren mit "gcc .....", und ich schaetze mal unter Linux etwa so aufrufen:
hex2bin < hexfile > binfile

Ich selber habe kein Linux installiert und kann das nicht testen.
 
Zuletzt bearbeitet von einem Moderator:
txt2bin

>lieber unter Linux ;)

es wird sich wohl keiner finden, der das Ergebniss flasht. wenn das in die hose geht ist zappe.
 
Zuletzt bearbeitet:
after testing it with the serial console, I wouldn't mind to flash it ...

/JockyW

Edit: nobody flash the result of txt2bin, that will indeed brick ur sx541
 
Zuletzt bearbeitet:
Hallo heini,

kanst Du die Datei mal für alle zur Verfügung stellen?

Gruß
juergenausbw
 
Keine Version von Siemens zu erwarten

Hallo heini,

von Siemens werden wir so eine Datei auf jedenfall nicht bekommen.
Siemens schrieb:
Die aktuelle Boot Code Version ist die 0.67.3. Diese Version steht uns als einzelne Datei nicht zur Verfügung und kann Ihnen auch nicht zugemailt werden.
Kannst Du's ausserhalb des Forums plazieren und nur den Link bekanntgeben?

Gruß
juergenausbw
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.