Skip to content

source: fix bootloader binary names.

Mattijs Korpershoek requested to merge mkorpershoek/fix-bootloader-names into main

When copy-pasting the instructions, we see:

$ fastboot flash bootloader u-boot-kvim3_ab.bin fastboot: error: cannot load 'u-boot-kvim3_ab.bin': No such file or directory

replace - by _ to fix the bootloader binary name.

Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Merge request reports