Commit
28dd37699022("imx8: Clean up targets") in imx-mkimage project
renamed flash_linux target to flash_kernel.
Update AHAB documentation to align with this change.
Reported-by: Frank Zhang <frank.zhang@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
$ cd <work>/imx-mkimage
$ cp iMX8QX/flash.bin ..
- $ make SOC=iMX8QX flash_linux
+ $ make SOC=iMX8QX flash_kernel
$ mv iMX8QX/flash.bin iMX8QX/flash_os.bin
$ cp iMX8QX/flash_os.bin ..
$ cd <work>/imx-mkimage
$ cp iMX8QM/flash.bin ..
- $ make SOC=iMX8QM flash_linux
+ $ make SOC=iMX8QM flash_kernel
$ mv iMX8QM/flash.bin iMX8QM/flash_os.bin
$ cp iMX8QM/flash_os.bin ..