]> Git Repo - u-boot.git/commit
board: imx8mm: add boot.cmd for distro boot on iMX8MM
authorAlice Guo <[email protected]>
Fri, 18 Dec 2020 06:50:08 +0000 (14:50 +0800)
committerStefano Babic <[email protected]>
Sat, 23 Jan 2021 10:30:31 +0000 (11:30 +0100)
commit9b8656bd2ba1ffc10e4e927da3c491c844369bd4
treeae0ac2573aea303559695d35c49dfaa61454e3c3
parent2df8930bf9bfaa37d4626060832785ae25f467b4
board: imx8mm: add boot.cmd for distro boot on iMX8MM

Distro Boot requires a U-Boot-specific script named boot.scr or
boot.scr.uimg which contains boot commands to boot the system. The
boot.cmd is such a file. Use mkimage to generate boot.scr or
boot.scr.uimg from boot.cmd, and the command is:
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Distro Boot Script" -d boot.cmd boot.scr.uimg

The boot.cmd file is an example script and can be modified based on
needs. bootargs is set in this script and root uses the default value "
/dev/mmcblk1p2 rootwait rw" which can be changed by overriding mmcroot.

Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Alice Guo <[email protected]>
board/freescale/imx8mm_evk/boot.cmd [new file with mode: 0644]
This page took 0.042896 seconds and 4 git commands to generate.