can't flash philips ...

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

can't flash philips ...

Beitrag von JOCKYW2001 »

I compiled a jffs2only image from todays CVS. The image works fine, except flashing an image using neutrino expert functions. It immediately tells "can't erase flash". With bootmanager and/or netflash flashing works fine, so no defect hw. With the same image on a 1xI Sagem flashing works fine. I suspect something is wrong in the dbox2.h which I use to build u-boot. Does anyone have an idea?

Here is a code snippet from my dbox2.h:

Code: Alles auswählen

#define	CONFIG_BOOTCOMMAND							\
	"protect off 10040000 107fffff; "					\
	"fsload; setenv bootargs root=/dev/mtdblock2 rw console=$(console); "	\
	"bootm"
#endif
zg0re
Neugieriger
Neugieriger
Beiträge: 14
Registriert: Samstag 18. Januar 2003, 18:05

Beitrag von zg0re »

Errr, did you insert the eraseall into the /bin directory?
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

zg0re hat geschrieben:Errr, did you insert the eraseall into the /bin directory?
nope, does the philips need that specifically? and the sagem doesn't need it?
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

zg0re hat geschrieben:Errr, did you insert the eraseall into the /bin directory?
nope, does the philips need that specifically? i'm a bit puzzled that the sagem can do without it.