summaryrefslogtreecommitdiff
path: root/boot.cmd
blob: 1995d2f1d81020d60f1caeb6ad93b7c760c038cb (plain)
1
2
3
4
5
6
7
8
9
# Boot script for the A31 uQ7 board by Theobroma Systems, codename Pangolin
#
# Compile this file:
# mkimage -C none -A arm -T script -d boot.cmd boot.scr

setenv bootargs console=ttyS2,115200 root=/dev/mmcblk0p1 rw rootwait
ext4load mmc 0:1 0x40008000 boot/uImage
ext4load mmc 0:1 0x40000000 boot/sun6i-a31-pangolin.dtb
bootm 0x40008000 - 0x40000000