2019-02-28 04:56:39 +00:00
|
|
|
uuu_version 1.0.1
|
|
|
|
|
|
|
|
# Note: This script is meant to be used by uuu running in the native chroot, so
|
|
|
|
# all paths are relative to the native chroot and not to the device rootfs
|
|
|
|
# chroot.
|
|
|
|
|
2021-03-12 19:56:06 +00:00
|
|
|
SDP: boot -f /mnt/rootfs_purism-librem5dev/usr/share/u-boot/librem5/devkit-boot.img
|
2020-01-12 02:47:06 +00:00
|
|
|
|
2019-02-28 04:56:39 +00:00
|
|
|
SDPU: delay 1000
|
2021-03-12 19:56:06 +00:00
|
|
|
SDPU: write -f /mnt/rootfs_purism-librem5dev/usr/share/u-boot/librem5/devkit-boot.img -offset 0x57c00
|
2019-02-28 04:56:39 +00:00
|
|
|
SDPU: jump
|
2020-01-12 02:47:06 +00:00
|
|
|
|
|
|
|
SDPV: delay 1000
|
2021-03-12 19:56:06 +00:00
|
|
|
SDPV: write -f /mnt/rootfs_purism-librem5dev/usr/share/u-boot/librem5/devkit-boot.img -skipspl
|
2020-01-12 02:47:06 +00:00
|
|
|
SDPV: jump
|
|
|
|
|
2021-03-12 19:56:06 +00:00
|
|
|
SDPS: boot -f /mnt/rootfs_purism-librem5dev/usr/share/u-boot/librem5/devkit-boot.img
|
2020-01-12 02:47:06 +00:00
|
|
|
|
|
|
|
FB: ucmd mmc dev 0
|
2019-02-28 04:56:39 +00:00
|
|
|
FB: ucmd setenv fastboot_dev mmc
|
|
|
|
FB: ucmd setenv mmcdev 0
|
|
|
|
FB: flash -raw2sparse all /home/pmos/rootfs/purism-librem5dev.img
|
|
|
|
FB: Done
|