Add initial support for TI SK-AM64B board

This commit is contained in:
Andrew Davis
2023-05-31 11:08:08 -05:00
committed by Igor
parent 98ca4df12a
commit 09ecdc9ae1
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
bootpart=1:1
bootdir=
finduuid=part uuid \${boot} 1:2 uuid
name_rd=uInitrd
get_rd_mmc=load mmc ${bootpart} ${rdaddr} ${bootdir}/${name_rd}
fdtfile=dtb/ti/k3-am642-sk.dtb
uenvcmd=run init_${boot}; run get_kern_${boot}; run get_rd_${boot}; env set rd_spec ${rdaddr}:${filesize}; run get_fdt_${boot}; run run_kern