Skip to content
Snippets Groups Projects
Commit 4eae1027 authored by Angus Ainslie's avatar Angus Ainslie Committed by Angus Ainslie (Purism)
Browse files

scripts/write_flash.sh: drop recovery


Not using a recovery u-boot right now

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent ab94c8e9
No related branches found
No related tags found
1 merge request!102Script updates
......@@ -27,13 +27,13 @@ cat << EOF > ${UUU_SCRIPT}
uuu_version 1.0.1
# Use uboot to write a file to the rootfs
SDP: boot -f files/u-boot-librem5-recovery.imx
SDP: boot -f files/u-boot-librem5.imx
# This command will be run when use SPL
SDPU: delay 1000
SDPU: write -f files/u-boot-librem5-recovery.imx -offset 0x57c00
SDPU: write -f files/u-boot-librem5.imx -offset 0x57c00
SDPU: jump
SDPV: delay 1000
SDPV: write -f files/u-boot-librem5-recovery.imx -skipspl
SDPV: write -f files/u-boot-librem5.imx -skipspl
SDPV: jump
FB: ucmd setenv fastboot_buffer 0x43000000
FB: download -f ${FILE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment