This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Beagle Board boot with SD card

Hi,

 

I have a REvC4 beagle board with 2.6.29 kernel and ext2 filesystem, Now I plan to use a jffs2 filesystem, so I thought of booting through a MMC card ( kernel and filesystem images in the SD card). Can you please provide me the environment variables like bootargs/ commands to get my beagle board up using a MMC card, After that I plan to execute the following commands to load my jffs2 filesystem.

 

cd /mnt
mkdir -p  nand
mount -t jffs2 /dev/mtdblock4 /mnt/nand

 

Please let me know if this will work for me or am I missing any step.

 

Regards,
Ajit