Adapted DavisR's nosplash-recovery imx_usb to uuu

This commit is contained in:
Antoine Martin 2023-05-01 15:12:02 -04:00
parent 10ea09c3fe
commit 1f432d4179
Signed by: forge
GPG key ID: D62A472A4AA7D541
10 changed files with 11 additions and 4 deletions

View file

@ -1,9 +1,9 @@
uuu_version 1.0.1
SDP: write -f zImage-uuu -addr 0x82000000
SDP: write -f initramfs.cpio.gz.uboot -addr 0x89000000
SDP: write -f zero-gravitas.dtb -addr 0x88000000
SDP: boot -f u-boot-linuxrc.imx
SDP: write -f zImage-flasher -addr 0x82000000
SDP: write -f initramfs-flasher.cpio.gz.uboot -addr 0x89000000
SDP: write -f zero-gravitas-flasher.dtb -addr 0x88000000
SDP: boot -f u-boot-flasher.imx
FBK: ucmd ls /dev/mmc*

7
alpine-recovery.uuu Normal file
View file

@ -0,0 +1,7 @@
uuu_version 1.0.1
SDP: write -f zImage-recovery -addr 0x82000000
SDP: write -f initramfs-recovery.cpio.gz.uboot -addr 0x89000000
SDP: write -f zero-gravitas-recovery.dtb -addr 0x88000000
SDP: boot -f u-boot-recovery.imx
SDP: done

Binary file not shown.

BIN
u-boot-recovery.imx Normal file

Binary file not shown.

BIN
zImage-recovery Executable file

Binary file not shown.

BIN
zero-gravitas-recovery.dtb Normal file

Binary file not shown.