Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Ubuntu distribution

35 bytes removed, 10:56, 7 September 2010
Ubuntu 10.10 (Maverick Meerkat BETA)
sudo dd if=<uncompressed image> of=/dev/mmcblk0 # change /dev/mmcblk0 with appropriate device
Create a boot.ini source file like this
mmc init 0
fatload mmc 0:1 0x80000000 uImage
fatload mmc 0:1 0x81600000 uInitrd
setenv bootargs console=ttyS2,115200n8 vram=12M omapfb.mode=dvi:1280x720MR-24@60 root=/dev/mmcblk0p2 fixrtc
bootm 0x80000000 0x81600000
create the boot.ini with
$ mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n 'Boot setup script' -d boot-ini.source boot.ini
...
0
edits