Hi all,
I want to move my UBIFS booting from NAND to SD Card. I bought a 16GB SDHC card, formatted and copied the NAND system to the SD as-per the
instructions on this page, but I'm unfortunately presented with the following errors when typing "boot" at the Marvell prompt:
CRC: 0x00, b0 = 0
** Unable to read "/boot/uImage" from mmc 0:1 **
## Booting image at 00800000 ...
Bad Magic Number
NAND read: device 0 offset 0x100000, size 0x400000
Reading data from 0x4ff800 -- 100% complete.
4194304 bytes read: OK
## Booting image at 00800000 ...
Image Name: Linux-2.6.36
Created: 2010-12-05 16:26:56 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2948072 Bytes = 2.8 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
The SD is formatted as ext2:
Filesystem Type 1K-blocks Used Available Use% Mounted on
tmpfs tmpfs 256644 0 256644 0% /lib/init/rw
udev tmpfs 10240 116 10124 2% /dev
tmpfs tmpfs 256644 4 256640 1% /dev/shm
rootfs rootfs 472140 353440 113864 76% /
/dev/mmcblk0p1
ext2 15932240 606068 14516860 5% /mnt/sd
What have I done wrong? Can anyone help?
I did search but there was no solution that I can see...
Thanks in advance!