Sagem boot prob

Wie blitze ich ein Bild - Permanent Outgoing Incomes
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Sagem boot prob

Beitrag von JOCKYW2001 »

There is an issue with my Sagem 1xI cable .....
I took the self compiled HEAD image which runs on my Philips 2xI, swapped out u-boot-2xI against a uboot-1xI, bootlog shows:

...
Options:
1: console on ttyS0
2: console on fb0
3: console on null
Select option (1-3), other keys to stop autoboot: 0
..............................................................
Un-Protected 62 sectors
### FS (jffs2) loading 'vmlinuz' to 0x100000
Scanning JFFS2 FS: done.
find_inode failed for name=vmlinuz
load: Failed to find inode
### FS LOAD ERROR<0> for vmlinuz!
## Booting image at 00100000 ...
Bad Magic Number
=>

Is there more to do than just u-boot for a 1xI box?

JockyW
hrvill
Einsteiger
Einsteiger
Beiträge: 103
Registriert: Freitag 27. Juni 2003, 23:14

Beitrag von hrvill »

In the file ...../tuxbox-cvs/boot/u-boot/include/configs/dbox.h there is a line

Code: Alles auswählen

"protect off 10040000 107fffff; "
The Sagem-Box can't boot with protect off. Just delete the line and put "rw" as bootarg

Code: Alles auswählen

"fsload; setenv bootargs root=/dev/mtdblock/2 rw console=$(console); "
remake u-boot and mkflfs

Herbert
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

Thanks Herbert, that did the trick :)
In tuxbox-cvs i saw that the u-boot dev meanwhile responded with corresponding patches

Btw: a cable channelscan (Telekom/ISH) with the Sagem with todays head does not work ....

Cheers, JockyW