Hello Marcel, On Mon, 2023-06-12 at 22:54 +0200, Marcel Ziswiler wrote: > +Build U-Boot for R5 > +------------------- > + > +.. code-block:: bash > + > + $ export ARCH=arm > + $ export CROSS_COMPILE=arm-none-linux-gnueabihf- > + $ make verdin-am62_r5_defconfig O=/tmp/r5 > + $ make O=/tmp/r5 > + $ cd ../k3-image-gen > + $ make SOC=am62x SBL=/tmp/r5/spl/u-boot-spl.bin > SYSFW_PATH=../ti-linux-firmware/ti-sysfw/ti-fs-firmware-am62x-gp.bin > + $ cp tiboot3-am62x-gp-evm.bin ../tiboot3.bin > +
the existing K3 platforms have been converted to binman workflow: https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ Do you think it makes sense to convert the newly added Verdin board to binman workflow as well? -- Alexander Sverdlin Siemens AG www.siemens.com

