Date: Fri, 28 Feb 2014 15:31:41 -0800 From: Pete Wright <pete@nomadlogic.org> To: Warner Losh <bsdimp@gmail.com> Cc: freebsd-arm@freebsd.org Subject: Re: bootelf required? Message-ID: <53111C5D.9050708@nomadlogic.org> In-Reply-To: <280DDC61-858D-4142-A688-005F3AD6AAD4@bsdimp.com> References: <53111985.2010004@nomadlogic.org> <280DDC61-858D-4142-A688-005F3AD6AAD4@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@nomadlogic.org twitter => @nomadlogicLA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53111C5D.9050708>