Start by connecting the SD card to a ready installed Linux box. You'll need to create 2 partitions on it:
- a small 50MB FAT32 partition to hold the Linux kernel
- a large ext3 partition that fills the remaining disk space
Use fdisk for this task:
# fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 8040 MB, 8040480768 bytes
136 heads, 54 sectors/track, 2138 cylinders
Units = cylinders of 7344 * 512 = 3760128 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 1 14 51381 b W95 FAT32
/dev/mmcblk0p2 15 2138 7799328 83 Linux
If you use a SD -> USB dongle, the SD card will appear at /dev/sdX, not /dev/mmcblkY.
Notes:
- if you're not using ttyS2 (the RS232 P9 connector on the board), then you'll need to change that for something else.
- use mmc init instead of mmcinit with recent uboot versions.
Now, if you type boot, Gentoo should boot.
Finishing up
Once the board has finished loading, login as root/admin. Use passwd to change the root password.
Note: the tar command will take some time. Be patient!
And build the portage cache:
emerge --metadata
Need help?
You can use the dedicated forum to discuss the project or ask for help!
SlashOrg.Net -- Tech' stuff for the last 19.73 years. -- A propos
Powered by Nginx, PHP, MariaDB & Debian
Page generated by the SlashOrg Miniboard in 0.0062 seconds using 6 SQL requests.