Newer
Older
barebox / arch / arm / boards / kindle3 / env / init / usbconsole
@Alexander Kurz Alexander Kurz on 11 Jul 2016 148 bytes ARM i.MX35: Add support for the Amazon Kindle3
#!/bin/sh

# Fiveway device select key activates usbserial access for 60s
echo
if gpio_get_value 63; then
	usbserial
	global.autoboot_timeout=60
fi