Newer
Older
barebox / arch / arm / boards / phytec-som-imx6 / defaultenv-physom-imx6ul-phycore / boot / nand
@Christian Hemp Christian Hemp on 10 Jan 2017 249 bytes ARCH: ARM: Add support for phytec-phycore-imx6ul
#!/bin/sh

[ ! -e /dev/nand0.root.ubi ] && ubiattach /dev/nand0.root

global.bootm.image="/dev/nand0.root.ubi.kernel"
global.bootm.oftree="/dev/nand0.root.ubi.oftree"

global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=root rootfstype=ubifs rw"