Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

PetaLinux 2020.2

Create own template

  1. Clear existing project with: petalinux-build -x mrproper
    1. in case changes in u-boot or kernel, see Issues and note
  2. change/remove manually(on linux file manager press Strg+H to see hidden files):
folder/fileDeleteNote
<base  folder>
  • *.xsa
  • .gitignore
"config.project" must be stay there
.petalinux/all, excepted "metadata""metadata" must be stay there
.xil/complete folder
components/---should be empty
project-spec/
  • yocto-layer.log
"attributes"  must be stay there
project-spec/configs/
  • config.old
  • rootfs_config.old
"config" and "rootfs_config" must be stay there
project-spec/hw-description/all, excepted "metadata""metadata" must be stay there
project-spec/meta-user---complete folder must be stay there

PetaLinux 2019.2

Create own template

  1. Clear existing project with: petalinux-build -x mrproper
    1. in case changes in u-boot or kernel, see Issues and note
  2. change/remove manually:

...

IssueWorkaroundNote
DDR size will be not reloaded

comment out DDR settings in  "project-spec/configs/config" to force DDR reload with HDF import

Only important, if DDR size will is changed
Kernel and u–bot changes will not saved automatically in meta-user

run:

  • petalinux-build -c kernel -x finish -f
  • petalinux-build -c u-boot -x finish -f

before the project will be cleared.

only need if you change something in uboot ot kernel setup

PetaLinux 2018.3

Create own template

  1. Clear existing project with: petalinux-build -x mrproper
  2. change/remove manually:

...

IssueWorkaroundNote
DDR size will be not reloaded

comment out DDR settings in  "project-spec/configs/config" to force DDR reload with HDF import

Only important, if DDR size will is changed

PetaLinux 2018.2

Create own template

  1. Clear existing project with: petalinux-build -x mrproper
  2. change/remove manually:

...

IssueWorkaroundNote
DDR size will be not reloaded

comment out DDR settings in  "project-spec/configs/config" to force DDR reload with HDF import

Only important, if DDR size will is changed

PetaLinux 2017.4

Create own template

  1. Clear existing project with: petalinux-build -x mrproper
  2. change/remove manually:

...