beaglebone-yocto.wks 474 B

1234567
  1. # short-description: Create SD card image for Beaglebone
  2. # long-description: Creates a partitioned SD card image for Beaglebone.
  3. # Boot files are located in the first vfat partition.
  4. part /boot --source bootimg_partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid
  5. part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid
  6. bootloader --append="console=ttyS0,115200"