Quote:
Dead end :-( Everything is compiled, but I can't access my USB key or SD card from the virtual machine. And I can't create a UFS filesystem from Linux...
Hi! I have a news for you :)
here is image for SD card
http://people.freebsd.org/~ray/efika_mx ... ard.img.xz
Just unpack and put it into SD image with dd
unxz Efika_MX_SD_card.img.xz
dd if=Efika_MX_SD_card.img of=/dev/da0 bs=64k
USB flash image
http://people.freebsd.org/~ray/efika_mx ... ash.img.xz
unxz Efika_MX_USB_Flash.img.xz
dd if=Efika_MX_USB_Flash.img of=/dev/da4 bs=2m
PLEASE CHECK DEVICE NAMES, I ASSUME: da0 is SD card, da4 - USB flash. So replace it with appropriate.
It's don't have XOrg in the image, but allow to start to play with it.