Determine which device the SD Card Reader is on your system
Insert the SD Card into the SD Card Reader reader on your Linux PC. Then determine which device it is on your system:
Number of sectors (1-63, default 56): [ 63 ]
Warning: setting sector offset for DOS compatiblity
Now Calculate the number of Cylinders for your SD card:
number of cylinders = FLOOR (the number of Bytes on the SD Card (from above) / 255 heads / 63 sectors / 512 sector size in bytes )
Number of cylinders (1-1048576, default 1203): 239 -----calculated cylinders
Return to "Normal" mode:
Expert command (m for help):[ r ]
Command action
e extended
p primary partition (1-4)
[ p ]
Partition number (1-4): [ 1 ] ------select first partition
First cylinder (1-15, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-239, default 239):[ +50 ]
Command (m for help): [ t ]
Selected partition 1
Hex code (type L to list codes):[ c ]
Changed system type of partition 1 to c (W95 FAT32 (LBA))
Command (m for help): [ n ]
Command action
e extended
p primary partition (1-4)
[p]
Partition number (1-4): [2]
First cylinder (52-245, default 52): [(press Enter)]
Using default value 52
Last cylinder or +size or +sizeM or +sizeK (52-245, default 245): [(press Enter)]
Using default value 239
Command (m for help): [ p ]
This is an important step. All the work up to now has been temporary.
Command (m for help): [ w ]
The two partitions are given the volume names LABEL1 and LABEL2 by these commands. You can substitute your own volume labels.
[ sudo mkfs.msdos -F 32 /dev/mmcblk0p1 -n LABEL1 ]
[sudo mkfs.ext3 -L LABEL2 /dev/mmcblk0p2]
MLO
uboot.bin
uImage
The next step is to extract the files in test-rootfs.tar.gz into the rootfs partition (NOT the boot partition) on the SD card. This can only be done by using Linux.
Unmount the SD card from the Linux PC and insert it into the BeagleBoard's SD connector.
Then boot your BeagleBoard while holding down the "User" button.
Last updated 68 days ago by vinay
|
Custom index by Fx NION |
|
|
Powered by Elgg, the leading open source social networking platform |