File tree Expand file tree Collapse file tree
lib/functions/compilation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,6 +482,9 @@ function compile_uboot() {
482482 display_alert " Analyzing u-boot binary with binwalk" " '${base_binfile} ' built on ${HOSTRELEASE} " " info"
483483 run_host_command_logged file --brief " ${binfile} " " ||" true " ;" binwalk --run-as=root " ${binfile} " " ||" true # do not fail, ever
484484
485+ display_alert " Analyzing u-boot binary with dumpimage" " '${base_binfile} ' built on ${HOSTRELEASE} " " info"
486+ run_host_command_logged dumpimage -l " ${binfile} " " ||" true # do not fail, ever
487+
485488 if [[ " ${UBOOT_BINS_TO_OUTPUT} " == " yes" ]]; then
486489 display_alert " Copying u-boot binary to output for later binwalk inspection" " '${base_binfile} ' built on ${HOSTRELEASE} " " warn"
487490 declare target=" ${SRC} /output/uboot-bin-${uboot_name} -${base_binfile} -host-${HOSTRELEASE} .bin"
You can’t perform that action at this time.
0 commit comments