blob: 3a93e901b0e1c621d4d3e85ec3096c9c91ac3073 [file] [log] [blame]
Norman James4c50fca2015-11-01 07:39:29 -06001#!/bin/sh
2
3systemctl stop serial-getty@ttyS0
4
Norman Jamesed043172016-02-10 07:03:07 -06005# Setup VUART
6VUART=/sys/devices/platform/ahb/ahb:apb/1e787000.vuart
7echo 4 > $VUART/sirq
8echo 0x3f8 > $VUART/lpc_address
9echo 1 > $VUART/enabled