bootelf required?

Pete Wright pete at nomadlogic.org
Fri Feb 28 23:31:48 UTC 2014



On 02/28/14 15:21, Warner Losh wrote:
> Look up the ‘start’ symbol address and try ‘go <addr>’ where <addr> likely is 0x880000c0
> iirc.
> 

thanks for the tip!  doesn't seem to be helping - system hangs after:
CM-FX6 # go 0x880000c0
## Starting application at 0x880000C0 ...

printenv contains the following line:
run_eboot=echo Starting EBOOT ...; mmc dev ${mmcdev} && mmc rescan &&
mmc read 10042000 a 400 && go 10042000

which i manually ran like so:

CM-FX6 # mmc dev 2
mmc2 is current device
CM-FX6 # mmc rescan
CM-FX6 # fatload mmc 2 0x10800000 ubldr
reading ubldr

245290 bytes read
CM-FX6 # mmc read 10042000 a 400

MMC read: dev # 2, block # 10, count 1024 ... 1024 blocks read: OK
CM-FX6 # go 10042000
## Starting application at 0x10042000 ...

at which point the box becomes unresponsive and i manually power-cycle it.


-pete

-- 
Pete Wright
pete at nomadlogic.org
twitter => @nomadlogicLA



More information about the freebsd-arm mailing list