Newer
Older
barebox / arch / powerpc / boards / owc-da923rc / defaultenv-owc-da923rc / bin / boot
@Masahiro Yamada Masahiro Yamada on 4 May 2020 250 bytes ppc: rename arch/ppc/ to arch/powerpc/
#!/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