Fork of the vendor (Boundary Devices) u-boot for Reform 2, with minor tweaks. The goal is to migrate to mainstream u-boot or barebox ASAP. The main impediment so far is the 4GB RAM config.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
- #
- # WARNING: This overwrites the bootloader on the eMMC rescue disk!
- #
- # This u-boot version expects /Image and /imx8mq-mnt-reform2.dtb
- # on /dev/mmcblk0p1
- #
- sudo dd if=flash-rescue.bin of=/dev/mmcblk0boot0 bs=1024 seek=33
- sync
|