Files
build/config/bootscripts/boot-sk-am64b.cmd
2023-06-20 07:43:09 +02:00

9 lines
312 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}
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