blob: aeb97935ac7111312c4323a98b2bc67247029c66 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#!/bin/sh
2
3export PROJECT=adk2012-test
4UART=ttyUSB0
5
6tagit
7make &&
8adk2tool /dev/$UART erase &&
9bossac -p $UART -b -w build-$PROJECT/lk.bin &&
10adk2tool /dev/$UART reset &&
11adk2tool /dev/$UART console