Name
Last commit
Last update
.gitignore added aps-editconf
README.md edit
setup.sh added elphel-init

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