Versions Compared

Key

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

...

  1. boot.bin, Image, system.dtb can be taken generated from petalinux PetaLinux bsp [https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842250/PetaLinux]
  2. extract the petalinux the PetaLinux bsp after downloading it from here https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html
  3. source the petalinux tool PetaLinux  Tool and run petalinux-config command. This will launch a menuconfig GUI using this select the following:
    1. Image Packaging configuration →Root filesystem type→ Initrd
    2. after choosing initrd, save the changes and exit
  4. run petalinux-build command to generate the new kernel image type and populate it under images directory 
  5. The ubuntu Ubuntu rootfs can be taken from ubuntu-base-14.04.2-core-arm64.tar.gz

...