Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angus Ainslie
librem5-devkit-tools
Commits
f9eaf1a9
Commit
f9eaf1a9
authored
Aug 21, 2020
by
Angus Ainslie
Committed by
Angus Ainslie
Sep 14, 2020
Browse files
uuu_scripts: drop deprecated scripts
Signed-off-by:
Angus Ainslie
<
angus@akkea.ca
>
parent
000e392b
Pipeline
#58765
passed with stages
in 3 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
uuu_scripts/flash_librem5-devkit.lst
deleted
100644 → 0
View file @
000e392b
uuu_version 1.0.1
# Using the uboot in ../files/u-boot-devkit.imx
# flash a new image ../files/devkit.img
SDP: boot -f ../files/u-boot-devkit.imx
# This command will be run when use SPL
SDPU: delay 1000
SDPU: write -f ../files/u-boot-devkit.imx -offset 0x57c00
SDPU: jump
SDPV: delay 1000
SDPV: write -f ../files/u-boot-devkit.imx -skipspl
SDPV: jump
FB: ucmd mmc dev 0
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev 0
FB: flash -raw2sparse all ../files/devkit.img
FB: Done
uuu_scripts/flash_librem5.lst
deleted
100644 → 0
View file @
000e392b
uuu_version 1.0.1
# Using the uboot in ../files/u-boot-librem5.imx
# flash a new image ../files/librem5.img
CFG: FB: -vid 0x316d -pid 0x4c05
CFG: SDP: -chip MX8MQ -compatible MX8MQ -vid 0x316d -pid 0x4c05
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 mmc dev 0
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev 0
FB: flash -raw2sparse all ../files/librem5.img
FB: Done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment