Skip to content

viveris/LoCod-bsp-ME-XU7-6EG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# LoCoD BSP This repository allows to build the BSP of the Enclustra Mercury XU7-6EG.

Petalinux 2022.1 is nedded to build the BSP.

Build petalinux project

To build the project :

petalinux-build

When build is finished, create BOOT.BIN file :

petalinux-package --boot --format BIN --fsbl --u-boot --pmufw --fpga --force

The files needed for deploy the bsp are :

  • images/linux/BOOT.BIN
  • images/linux/Image
  • images/linux/system.dtb
  • images/linux/rootfs.tar.gz

Deploy on the board

To deploy the BSP on the board, the files below shall be copied on the first partition of the SD card :

  • BOOT.BIN
  • Image
  • system.dtb

The rootfs.tar.gz file shall be extracted into the second partition.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages