@aleksandar_niko
Hello,
"That is some hard code offset to calculate the uboot image's offset in flash.bin.
Customers can see below code in print_fit_hab.sh to see these hard code value. fit_off is 0x60000.
----
let uboot_sign_off=$((fit_off - 0x8000 - ivt_off + 0x3000))
----
finally, it will find uboot_sign_off be 0x5AC00, the correct offset for uboot in the flash.bin."
Regards,
Yuri.