Using setup_sdcard.sh with custom pre-built bootloader

Hello,

I have a question about the use of setup_sdcard.sh when producing 1GB images on the local filesystem and sourcing pre-built bootloader files for this image.

When used in a fashion such as this:
setup_sdcard.sh --dtb beaglebone --boot_label BEAGLEBONE --rootfs_label THIS_LABEL --bbb-flasher --img-1gb omap-minimal-armhf.img --spl custom_MLO --bootloader custom_u-boot-am335x_evm.img

we get an error when dd is called about here:

  • case “${bootloader_location}” in
  • echo ‘Using dd to place bootloader on drive’
    Using dd to place bootloader on drive
  • echo -----------------------------

Thanks for testing! It's been awhile since i exercised that section of
the script.. Merged:
https://github.com/RobertCNelson/omap-image-builder/commit/5ecd35b1d4ef2d000dcbbacb63a29dfc45742811

Regards,