2019-08-25 19:26:59 +00:00
|
|
|
textout 0 -1 \"Preparing to boot from SD card...\" FFF000
|
|
|
|
setenv memtotal 447M
|
|
|
|
setenv mbsize 56M
|
|
|
|
setenv mmcid 0
|
2024-06-18 19:53:59 +00:00
|
|
|
setenv bootargs mem=${memtotal} root=/dev/mmcblk0p2 rootwait console=tty1 init=/sbin/init rootfstype=ext4
|
2019-08-25 19:26:59 +00:00
|
|
|
fatload mmc 0 0 uImage-tokio-techbook
|
|
|
|
textout -1 -1 \"BOOTING!!\" 00FF00
|
|
|
|
bootm 0
|