[meta-xilinx] How to develop?

Alan DuBoff aland at softorchestra.com
Sun Apr 27 11:54:00 PDT 2014


On Sat, April 26, 2014 8:00 pm, Rich Wilson wrote:
> How do I get my application to the SD card without a bunch of SD card
> gymnastics (remove, mount, cp, umount,
> reboot...) ?

Create a bitbake recipe that will build it properly and populate the sysroot.

> How about nfs?
> # mount 192.168.1.40:/ /mnt
> mount: wrong fs type, ... you might need a /sbin/mount.<type> helper
> program)

You need to pass the proper arguments to mount. -t nfs will do that if you
have the nfs support in your image. You also need the proper share on the host
you're trying to mount.

-- 
Cheers,
Alan




More information about the meta-xilinx mailing list