Skip to content

Instantly share code, notes, and snippets.

@faoziaziz
Last active February 13, 2022 21:03
Show Gist options
  • Select an option

  • Save faoziaziz/2eac6ced16e94828091f1976a15f1a14 to your computer and use it in GitHub Desktop.

Select an option

Save faoziaziz/2eac6ced16e94828091f1976a15f1a14 to your computer and use it in GitHub Desktop.
PetaZybo

Zybo Petalinux

OS : Ubuntu 16.04 petalinux : 2017.4

code : Zybo Source Petalinux

mkdir petazybo
cd petazybo

download bsp untuk petalinux zybo

wget https://github.com/Digilent/Petalinux-Zybo/releases/download/v2017.4-1/Petalinux-Zybo-2017.4-1.bsp

buat project dengan bsp tersebut

petalinux-create -t project -s Petalinux-Zybo-2017.4-1.bsp
cd Zybo
petalinux-build

format SD-card menjadi 2 partisi

  1. Format FAT 500MB
  2. Format ext4 dengan minimal 1.5 GB (3.0 GB) Preffered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment