Hi Pavel,
I've already followed to this document for SDK 2.0. The document is referencing to image u-boot-with-spl-pbl.bin, but SDK 2.4 builds only following SD card images:
u-boot-sdcard-2017.09+fslgit-r0.bin
u-boot-sdcard-dtb-secure-boot-2017.09+fslgit-r0.bin
u-boot-sdcard-secure-boot-2017.09+fslgit-r0.bin
u-boot-sdcard-spl-secure-boot-2017.09+fslgit-r0.bin
Because I do not need secure mode I've deployed image u-boot-sdcard-2017.09+fslgit with command:
# sudo dd if=u-boot-sdcard-2017.09+fslgit-r0.bin of=/dev/sdd seek=8 bs=512
which reports problems about wrong firmware images and no ethernet (u-boot logs were attached in my first question).
Is there any document available for SDK 2.4? Currently, I have no information what are the involved u-boot variables and what are the correct values. Comparing to older SDK 2.0, the u-boot environment has changed a lot in SDK 2.4.
Thanks