Skip to content

Yocto layer to support the Parallella board from Adapteva

License

Notifications You must be signed in to change notification settings

manul7/meta-parallella

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-parallella

Yocto layer to support the Parallella board from Adapteva.

Supported Boards/Machines

Boards Supported by this layer (Please refer to the associate .conf for more information):

  • Adapteva Parallella (parallella)

Additional information on the Parallella http://www.parallella.org/. For more information on the Epiphany architecture http://www.adapteva.com/.

Dependencies

This layer depends on:

URI: git://git.openembedded.org/bitbake

URI: git://git.openembedded.org/openembedded-core
layers: meta

URI: git://git.yoctoproject.org/meta-xilinx
layers: meta-xilinx

Booting

Example TFTP boot, place the following image from the build on your TFTP server.

  • core-image-minimal-parallella.ext2.gz.u-boot
  • uImage
  • uImage-parallella.dtb

Power Parallella board up without an SD card, at the U-Boot prompt execute the following:

U-Boot> set serverip <server ip address on your network>
U-Boot> set ipaddr <valid static ip address on your network>
U-Boot> tftp 0x2000000 core-image-minimal-parallella.ext2.gz.u-boot
U-Boot> tftp 0x3000000 uImage
U-Boot> tftp 0x2A00000 uImage-parallella.dtb
U-Boot> bootm 0x3000000 0x2000000 0x2A00000

Please consult the meta-xilinx layer for additional booting information.

About

Yocto layer to support the Parallella board from Adapteva

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published