mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Now that upstream U-Boot has support for building K3 boot artifacts we can drop using the ti-u-boot fork. Switch to v2025.01 and adjust file names and add new dependencies as needed.
8 lines
256 B
Batchfile
8 lines
256 B
Batchfile
bootpart=1:1
|
|
bootdir=
|
|
finduuid=part uuid \${boot} 1:2 uuid
|
|
name_rd=uInitrd
|
|
get_rd_mmc=load mmc ${bootpart} ${rdaddr} ${bootdir}/${name_rd}
|
|
|
|
uenvcmd=run get_rd_${boot}; env set rd_spec ${rdaddr}:${filesize}; setexpr fdtfile sub ti/ti ti; run bootcmd_ti_mmc
|