U-Boot 2009.01-2.0.6-efikamx (Nov 02 2010 - 17:13:53) CPU: Freescale i.MX51 family 2.5V at 400 MHz mx51 pll1: 800MHz mx51 pll2: 665MHz mx51 pll3: 216MHz ipg clock : 66500000Hz ipg per clock : 665000000Hz uart clock : 66500000Hz cspi clock : 54000000Hz Board: MX51 Efika MX 3.0 [POR] DRAM: 512 MB JEDEC ID: 0xbf:0x25:0x4a Reading SPI NOR flash 0x40000 [0x10000 bytes] -> ram 0x975f06e8 .SUCCESS *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial board id: 1.1.1, rev1.1 Boot Source: SPI NOR FLASH BOOT Boot Cmd: for device in "mmc ide"; do if strcmp ${device} == mmc; then; mmcinit; setenv units "0 1"; else; setenv units "0"; fi; for interface in ${units}; do if strcmp ${device} == mmc; then mmcprobe ${interface}; else; ide reset; fi; for fs in "ext2 fat"; do setenv loadcmd "${fs}load ${device} 0:1"; if ${loadcmd} ${scriptaddr} boot.scr; then; if imi ${scriptaddr}; then; autoscr ${scriptaddr}; fi; fi; done; done; done; Hit any key to stop autoboot: 3  2  1  0 No MMC card found No MMC card found ** Bad partition 1 ** ** Unable to use mmc 0:1 for fatload ** No MMC card found ** Bad partition 1 ** ** Unable to use mmc 0:1 for fatload ** Reset IDE: Bus 0: OK Device 0: Model: Flash Module Firm: Ver2.M1B Ser#: 38A30798060000001680 Type: Hard Disk Capacity: 3679.5 MB = 3.5 GB (7535808 x 512) Failed to mount ext2 filesystem... ** Bad ext2 partition or disk - ide 0:1 ** reading boot.scr ## Checking Image at 91000000 ... Legacy image found Image Name: EfikaMX Boot Script Image Type: ARM Linux Script (uncompressed) Data Size: 450 Bytes = 0.4 kB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 442 Bytes = 0.4 kB Verifying Checksum ... OK ## Executing script at 91000000 reading uInitrd ## Checking Image at 92000000 ... Legacy image found Image Name: Genesi EfikaMX nettop Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 4388591 Bytes = 4.2 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK reading uImage ## Checking Image at 90007fc0 ... Legacy image found Image Name: Genesi EfikaMX nettop Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1874932 Bytes = 1.8 MB Load Address: 90007fc0 Entry Point: 90007fc0 Verifying Checksum ... OK ## Booting kernel from Legacy Image at 90007fc0 ... Image Name: Genesi EfikaMX nettop Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1874932 Bytes = 1.8 MB Load Address: 90007fc0 Entry Point: 90007fc0 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 92000000 ... Image Name: Genesi EfikaMX nettop Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 4388591 Bytes = 4.2 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK XIP Kernel Image ... OK OK Starting kernel ...