elphel393
Installation script for fetching and setting up building environment for elphel393 camera images, it clones and configures several individual repositories, such as
- https://github.com/Elphel/linux-elphel
- https://github.com/Elphel/x393
- http://git.yoctoproject.org
- http://git.openembedded.org
- https://github.com/Xilinx/meta-xilinx
- https://github.com/Elphel/meta-elphel393
The same script pulls updates from these repositories
Get environment
Stable
$ ./setup.sh
Latest
$ ./setup.sh dev
Build targets
$ cd poky
$ . ./oe-init-build-env
$ bitbake u-boot device-tree linux-xlnx core-image-elphel393
- poky might require installing some packages, please check with the Yocto Poky Manual
- the results are in poky/build/tmp/deploy/images/elphel393/
- for more info, read here