User Tools

Site Tools


hw:zynq:linux:petalinux:sdcard

This is an old revision of the document!


SD card setup

  • Use at least >=8 GB card
  • Install and lunch gparted (in Debian Stretch use sudo gparted instead of gprated-pkexec)
  • Setup two partitions:
  1. BOOT (64MB (512 MiB), FAT32, bootable flag) with 4MB empty space ahead
  2. rootfs (rest, ext4)

  • Copy filesystems:
  1. Mount the formatted card
  2. Copy boot and kernel: (for boot_project_name see Boot and Kernel configure & build with PetaLinux without BSP (board support package))
    cd <boot_project_path>/<boot_project_name>
    sudo cp ./images/linux/* <sd_card_mount_point>/BOOT/
  3. Copy root filesystem:
    cd <rootfs_path>
    sudo cp -a rootfs/* <sd_card_mount_point>/rootfs/
/services/www/http/wiki/data/attic/hw/zynq/linux/petalinux/sdcard.1553093975.txt.gz · Last modified: 2019/03/20 15:59 by jakub.moron