Name
Last commit
Last update
.gitignore -tools
README.md edit
setup.sh changed default device tree

elphel393

Installation script for fetching and setting up building environment for elphel393 camera images, it clones and configures several individual repositories, such as

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