Newer
Older
barebox / arch / ppc / boards / geip-da923rc / defaultenv-geip-da923rc / bin / boot
#!/bin/sh
#Load the firmware images from the NOR UBIFS file system and boot

readlink /mnt/active symlink

bootargs="ubi.mtd=nand root=ubi0:fs-active rootfstype=ubifs rw panic=25"
cp /mnt/$symlink/uImage /
cp /mnt/$symlink/dtb /
bootm -o /dtb /uImage