<div dir="ltr">OK I found on my own.<div>The proper mkimage command is:</div><div>./tools/mkimage -A arm -T firmware -C none -O u-boot -a 0x100000 -e 0 -n "someName" -d u-boot-dtb.bin u-boot.img<br></div><div>without '-f auto and -E'</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">pt., 6 gru 2019 o 10:03 Tomek Domek <<a href="mailto:tomekdomek8585@gmail.com">tomekdomek8585@gmail.com</a>> napisał(a):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi<div>I have FSBL and SSBL. SPL uboot starts successfully and u-boot.img is loaded successfully but it hangs on 'boot_from_devices' function and 'fit_find_config_node':</div><div><br></div><div>fit_find_config_node: Missing FDT description in DTB<br>No matching DT out of these options:<br>Firmware image with one or more FDT blobs<br>boot_from_devices error<br>SPL: failed to boot from all boot devices<br></div><div><br></div><div>I have suspicion that I wrongly create u-boot.img. My system build do this by executing:</div><div><br></div><div>./tools/mkimage -f auto -A arm -T firmware -C none -O u-boot -a 0x100000 -e 0 -n "someName" -E  -d u-boot-no-dtb.bin u-boot.img  >/dev/null<br></div><div>The same issue occurs when I use u-boot-dtb.bin version.</div><div>The value 0x100000 is the value stored in CONFIG_SYS_TEXT_BASE.</div><div><br></div><div> And this uboot and spl is somekind of experimental software which is in the middle of creation. Could anyone try to guide what might be possible the reason of the issue as I am a bit new in u-boot development?</div><div><br></div><div>BR</div><div>Tomek</div><div><br></div></div>
</blockquote></div>