Difference between revisions of "USB Boot"
From ArmadeusWiki
(creation) |
(No difference)
|
Revision as of 16:18, 4 July 2008
Page under construction... Informations on this page are not guaranteed !!
Only possible with the DevFull development board for the moment
- create a partition on your USB key
- format it as ext2:
$ sudo mkfs.ext2 /dev/sdb1
- mount it:
$ sudo mount /dev/sdb1 /media/disk/
- copy rootfs on it:
$ sudo tar xvf buildroot/binaries/armadeus/rootfs.arm.tar -C /media/disk/ $ sudo umount /media/disk/
- recompile kernel with ISP driver as staticaly linked (not working yet):
$ make linux-menuconfig Device Drivers ---> Armadeus specific drivers ---> <*> isp1761 USB 2.0 Host controller (static)
- or make a ramdisk which will load ISP modules