git clone git://gitorious.org/x-load-omap3/mainline.git
To be fixed:
1. Compiler prefix
2. BL2 image name, hint: start.S à _start_armboot()
3. Make && Make ift
dd if=/dev/zero of=beagle.img count=204800
sudo qemu-nbd -c /dev/nbd1 beagle.img
sudo fdisk beagle.img (n....w)
sudo gparted /dev/nbd1 (設(shè)為boot分區(qū))
sudo mount -t vfat /dev/nbd1p1 /mnt/
sudo cp /maxwit/image/{g-bios.bin,MLO} /mnt/
sync
dd if=/dev/zero of=beagle.img count=204800
(qemu-img create -f raw mmc.img 100M)
sudo losetup /dev/loop0 beagle.img
sudo gparted /dev/loop0 (PT,Fat32,Flag=boot)
sudo kpartx /dev/loop0 -av
sudo mount /dev/mapper/loop0p1 /mnt
sudo cp /maxwit/image/{g-bios.bin,MLO} /mnt/
sync
qemu-system-arm -M beagle -sd mmc.img -serial stdio
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶(hù)發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。