changes.mady.by.user John Hartfiel
Saved on 25 01, 2021
Saved on 17 02, 2021
...
Xilinx Release Notes available on: https://www.xilinx.com/support/answers/75775.html
petalinux-config -c kernel
petalinux-build -c kernel -x finish -f
Export changes from yocto workspace to the user-layer
petalinux-devtool finish linux-xlnx ${PWD}/project-spec/meta-user/ -f
Note: Before "petalinux-config -c kernel" can be used again after export, run:
petalinux-build -x mrproper -f
petalinux-config -c u-boot
petalinux-build -c u-boot -x finish -f
petalinux-devtool finish u-boot-xlnx ${PWD}/project-spec/meta-user/ -f
Note: Before "petalinux-config -c u-boot" can be used again after export, run: