summarylogtreecommitdiffstats
path: root/boot.txt
blob: e4838bce0aa9f1788629b05ebe7acc7d9b5214db (plain)
1
2
3
4
5
6
7
8
# After modifying, run ./mkscr

setenv mmcargs "setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot} video=mxcdi1fb:RGB24,VGA-SXGA vga di1_primary"

if run loadimage; then
  run mmcboot;
else run netboot;
fi