Newer
Older
barebox / arch / ppc / boards / geip-da923rc / env / bin / boot
@Renaud Barbier Renaud Barbier on 4 Feb 2014 250 bytes DA923RC: add boot script
#!/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