[Buildroot] [PATCH 00/21] Add ti_j721e_sk_defconfig

Alexander Sverdlin alexander.sverdlin at gmail.com
Thu Feb 15 21:14:42 UTC 2024


Hi Romain,

On Thu, 2024-02-15 at 12:23 +0100, Romain Naour wrote:
> Also the ti_am62x_sk_defconfig is expecting a GP SoC so you may have to
> customize the image generated in a post-build script?
> 
> Maybe you have to replace the tiboot3.bin binary included by genimage with the
> one for the HS-FS variant ?
> 
> for j721e:
>     285449 13 févr. 17:27 tiboot3.bin
>     285449 13 févr. 17:27 tiboot3-j721e-gp-evm.bin
>     286224 13 févr. 17:27 tiboot3-j721e_sr1_1-hs-evm.bin
>     286224 13 févr. 17:27 tiboot3-j721e_sr2-hs-fs-evm.bin
> 
> for am62x:
>     tiboot3.bin << should be the gp variant by default
>     tiboot3-am62x-gp-evm.bin
>     tiboot3-am62x-hs-fs-evm.bin

That's not the case any more, after
make clean; make ti_am62x_sk_defconfig; make

I get:

 images]$ ls -l
...
-rw-r--r-- 1 ...    282545 Feb 15 21:24 tiboot3-am62x-gp-evm.bin
-rw-r--r-- 1 ...    285134 Feb 15 21:24 tiboot3-am62x-hs-evm.bin
-rw-r--r-- 1 ...    285134 Feb 15 21:24 tiboot3-am62x-hs-fs-evm.bin
-rw-r--r-- 1 ...    285134 Feb 15 21:24 tiboot3.bin

But, well, this seems to be an upstream change in U-Boot.

However, there seems to be no alternative to

BR2_TARGET_TI_K3_IMAGE_GEN_SECTYPE, after removal of 
boot/ti-k3-image-gen package. People with SK-AM62 will find
their boards silently broken (GP variants).

-- 
Alexander Sverdlin.




More information about the buildroot mailing list