[go: up one dir, main page]

Skip to content

wurmmi/SmartSystemsLab-Yocto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yocto Image for Project SoC

Example project for the Terasic DE1-SoC development board.

The purpose of this repository is to provide a full Linux image for an example application. The image further includes several required files, such as the FPGA image, kernel drivers, as well as user-space applications.

Features

  • Embedded Linux
  • Linux user-space firmware
  • FPGA Design

How to run

  1. Initialize the cross-compile environment for bitbake.
    source environmentinit
  2. Build the image.
    bitbake core-image-ssl
  3. The image is created at TMPDIR/deploy/images/cyclone5/core-image-ssl-cyclone5.wic.
    TMPDIR is defined in the conf/local.conf file.
  4. Flash this file onto an SD Card. A bootable disk is created.

Make sure to check out submodules by running git submodule update --init --recursive.

Contact

Michael Wurm <wurm.michael95@gmail.com>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 86.5%
  • PHP 11.0%
  • Shell 2.5%