Commit 7026486d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+docs

parent cb18a78e
# elphel393 # elphel393
Installation script for fetching and setting up building environment for elphel393 camera images, Installation script for fetching and setting up building environment for elphel393 camera images,
it clones and configures several individual repositories, such as it clones and configures several individual repositories, such as
* https://github.com/Elphel/linux-elphel * https://git.elphel.com/Elphel/linux-elphel
* https://github.com/Elphel/x393 * https://git.elphel.com/Elphel/x393
* http://git.yoctoproject.org * http://git.yoctoproject.org
* http://git.openembedded.org * http://git.openembedded.org
* https://github.com/Xilinx/meta-xilinx * https://github.com/Xilinx/meta-xilinx
* https://github.com/Elphel/meta-elphel393 * https://git.elphel.com/Elphel/meta-elphel393
The same script pulls updates from these repositories The same script pulls updates from these repositories
...@@ -36,3 +36,16 @@ $ bitbake u-boot device-tree linux-xlnx core-image-elphel393 ...@@ -36,3 +36,16 @@ $ bitbake u-boot device-tree linux-xlnx core-image-elphel393
[1]: http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html [1]: http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html
[2]: http://wiki.elphel.com/index.php?title=Poky_2.0_manual [2]: http://wiki.elphel.com/index.php?title=Poky_2.0_manual
### Update and refresh environment
```sh
$ ./setup.py
```
### Rebuild targets
```sh
$ cd poky
$ . ./oe-init-build-env
$ bitbake linux-xlnx -c link -f
$ bitbake core-image-elphel393
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment