Page 4 of 5

Re: access to uboot menu

Posted: Wed Nov 25, 2009 9:12 pm
by dynamic1969
You would need to be able to alter the boot parms, which you'll only be able to change if you have access to uBoot ( as far as I can see ).

Regards
dynamic

Re: access to uboot menu

Posted: Thu Dec 31, 2009 12:26 pm
by dynamic1969
Just check out following WIKI article, describing the process for manually flashing images:

Dumping and Flashing images by hand

Regards
dynamic

Re: access to uboot menu

Posted: Fri Jan 01, 2010 3:30 pm
by aquadran
shwed wrote:They talk about wrong /dev/bml0/7.

And i don't see /dev/bml0/7 in results of mount command.
/dev/tbml7 on /mtd_boot type squashfs (ro)

Re: access to uboot menu

Posted: Sat Apr 10, 2010 6:35 pm
by nostromo1983
Seems like with LE32B550 uboot access is broken because it has not the network components it needs:

Code: Select all

ONBOOT :: 96100128 6420642
BOARD  :: EU


U-Boot 1.1.6 (Jan 28 2009 - 15:44:37)

DRAM:  128 MB
tbml_init success
tbml_open success
**************** device info  *******************
nPgsPerBlk = 64
nSctsPerPg = 4
nNumOfUsBlks = 998
*************************************************
TinyBML CS0 open success
env_relocate_spec
pi->nNumOfPartEntry: 14
Success loading partition
TinyBML CS1 open error
TinyBML1 open error
In:    serial
Out:   serial
Err:   serial
It's frozen always on this line (Err: serial) where normally the next line is (based on wiki):

Code: Select all

Net:   RTL8139#0
Regards