Skip to content
Snippets Groups Projects
Commit a19aca10 authored by Angus Ainslie's avatar Angus Ainslie
Browse files

shipping_mode.lst: a uuu script to put the phone into shipping mode


Put the phone into shipping mode so that the battery doesn't get
depleted.

Signed-off-by: default avatarAngus Ainslie <angus@akkea.ca>
parent d3e2e108
No related branches found
No related tags found
No related merge requests found
Pipeline #49663 passed with stages
in 4 minutes and 26 seconds
uuu_version 1.0.1
# Run a new recovery uboot
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.imx -offset 0x57c00
SDPU: jump
SDPV: delay 1000
SDPV: write -f ../files/u-boot-librem5.imx -skipspl
SDPV: jump
# This command will be run when ROM support stream mode
SDPS: boot -f ../files/u-boot-librem5.imx
FB: ucmd i2c dev 3
FB: ucmd i2c mw 0x6a 0 0x88
FB: acmd i2c mw 0x6a 0x09 0x64
FB: Done
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment