pmaports/device/testing/device-tokio-techbook/uboot-script.cmd
mgulin 3bbd79925d
tokio-techbook: new device (!579)
[ci:skip-build]: already built successfully in CI
2020-03-21 22:55:49 +01:00

8 lines
323 B
Batchfile

textout 0 -1 \"Preparing to boot from SD card...\" FFF000
setenv memtotal 447M
setenv mbsize 56M
setenv mmcid 0
setenv bootargs mem=${memtotal} root=/dev/mmcblk0p2 rootwait console=tty1 init=/sbin/init rootfstype=ext4 PMOS_NO_OUTPUT_REDIRECT
fatload mmc 0 0 uImage-tokio-techbook
textout -1 -1 \"BOOTING!!\" 00FF00
bootm 0