Part 4 - Booting the first time (Under construction)
This is what you will see, when booting the device for the very first time.
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
U-Boot 1.1.4 (Mar 14 2008 - 15:08:13)
OMAP3430-GP rev 2, CPU-OPP2 L3-133MHz
OMAP3430LAB 0.1 Version + mDDR (Boot NAND)
DRAM: 128 MB
NAND:256 MiB
*** Warning - bad CRC or NAND, using default environment
In: serial
Out: serial
Err: serial
Battery levels: main 3851 mV, backup 2712 mV
USB charging started
LAN9x18 (0x92110000) detected.
Read mac address: 00:08:EE:02:35:E3
start Auto negotiation... (take ~2sec)
Auto negotiation failed
OMAP34XX LAB #
Something we will fix is this line:
*** Warning - bad CRC or NAND, using default environment
I cleared this error-message sending the following commands in the serial-terminal:
- Code: Select all
nand unlock
saveenv



