env_relocate[205] offset = 0x0
env_relocate[223] malloced ENV at a305c008
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 3 2 0
下载内核
$ tftp a1000000 uImage
TFTP from server 192.168.4.224; our IP address is 192.168.4.226
Filename 'uImage'.
在u-boot-1.1.1\board\lubbock\lubbock.c中
int board_init (void)
{
DECLARE_GLOBAL_DATA_PTR;
/* memory and cpu-speed are setup before relocation */
/* so we do _nothing_ here */
/* arch number of Lubbock-Board */
gd->bd->bi_arch_number = 89;