USB Boot

From ArmadeusWiki
Revision as of 17:18, 4 July 2008 by JulienB (Talk | contribs) (creation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Page under construction... Construction.png 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