Skip to content
Snippets Groups Projects

uuu_scripts: add some scripts to aid kernel testing

Merged Angus Ainslie requested to merge angus.ainslie/librem5-devkit-tools:uuu-scripts into master
3 files
+ 69
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 21
0
uuu_version 1.0.1
# Run the kernel and devicetree on the eMMC
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
# This command will be run when ROM support stream mode
SDPS: boot -f ../files/u-boot-devkit.imx
SDPS: delay 1000
SDPV: delay 1000
SDPV: write -f ../files/u-boot-librem5.imx -skipspl
SDPV: jump
FB: ucmd setenv bootargs ${bootargs} console=${console},${baudrate} earlycon=ec_imx6q,0x30860000,115200 root=/dev/mmcblk0p2 verbose no_console_suspend
FB: ucmd run bootcmd_mmc0
FB: Done