8 lines
206 B
Batchfile
8 lines
206 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}
|