Newer
Older
barebox / arch / arm / boards / at91rm9200ek / defaultenv-at91rm9200ek / bin / init_board
#!/bin/sh

if [ $at91_udc0.vbus != 1 ]
then
	echo "No USB Device cable plugged, normal boot"
	exit
fi

autoboot_timeout=16
echo "enable tty over USB Device, increase the boot delay to ${autoboot_timeout}s"
usbserial