Newer
Older
barebox / arch / arm / boards / freescale-mx27-ads / env / bin / init
@Sascha Hauer Sascha Hauer on 3 Feb 2014 338 bytes ARM: rename boards to more consistent naming
#!/bin/sh

PATH=/env/bin
export PATH

. /env/config
addpart /dev/nor0 $mtdparts

echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
	echo
	echo "type update_kernel [<imagename>] to update kernel into flash"
	echo "type udate_root [<imagename>] to update rootfs into flash"
	echo
	exit
fi

boot