PandaBoard Minimal-FS SD flashing
From OMAPpedia
| IMPORTANT: The content of this page is outdated. If you have checked or updated this page and found the content to be suitable, please remove this notice. |
EVEN MORE IMPORTANT: See Troubleshooting for up-to-date information and binaries. Information below is outdated.
| Setting up your Validation Environment on your OMAP Platform | |||||||||
| Overview | Step 1 | Step 2 | Step 3 | Step 4 | Step 5 | Step 6 | Step 7 | Step 8 | |
- Step 3
[edit] Loading Bootloader, Kernel and Filesystem to SD card
Loading Uboot
Copying uboot onto SD boot partition:
# sudo cp -rf <location_of_uboot.bin> /tmp/mmc1
Loading Xloader Copying xloader (MLO) onto SD boot partition:
# sudo cp -rf <location_of_MLO> /tmp/mmc1
Loading Kernel Copying kernel image onto SD boot partition:
# sudo cp -rf <location_of_uImage> /tmp/mmc1
Loading Filesystem Copying filesystem onto SD disk partition:
# sudo cp -rf <location_of_rootfilesystem>/tmp/mmc2
or you can untar the filesystem directly to the SD card by:
sudo tar zxvf <location-of-rootfs.tar.gz> -C /tmp/mmc2
|
| |
| Previous | Home | Next |

