
Hi All,
I am sending dumps of my logs and what I did.. Anyone can give any pointers, I will really appreciate it.
Boot up log: -----------------------
U-Boot 1.1.1.2 (Nov 17 2004 - 12:54:00) sB_CONFIG: 32MB_2CHIP ---------------------------- U-Boot code: 00F80000 -> 00F90E64 BSS: -> 00F92374 RAM Configuration: Bank #0: 00000000 16 MB Flash: 32 MB *** Warning - bad CRC, using default environment
In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 => setenv bootargs 'console=ttySAC01,115200 root=/dev/mtdblock4 rw, mem=64M@0x00000000' => bootm 0x50040000 ## Booting image at 50040000 ... Image Name: Linux Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 951276 Bytes = 929 kB Load Address: 01600000 Entry Point: 01600000 Verifying Checksum ... OK OK
Starting kernel ...
[And an eternal blank screen after this]
I created uImage using this command:
->> u-boot-mkimage -A arm -O linux -T kernel -C none -a 0x01600000 -e 0x01600000 -n "Linux" -d ./zImage uImage
Image Name: Linux Created: Fri Jun 30 12:16:18 2006 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 951276 Bytes = 928.98 kB = 0.91 MB Load Address: 0x01600000 Entry Point: 0x01600000
Do we need to change any steps in 2.6 (v/s 2.4) for creating uImage ? Could / do my load address etc need to be changed ?
Cheers, Alfred