Norman James | 422d4f3 | 2015-10-28 12:47:06 -0500 | [diff] [blame] | 1 | #! /bin/sh |
| 2 | |
Norman James | c3e77c8 | 2015-11-17 19:35:01 -0600 | [diff] [blame] | 3 | echo "Ctrl-a k to exit console" |
Norman James | 269e968 | 2015-11-17 08:59:26 -0600 | [diff] [blame] | 4 | echo "A session log is created in current directory" |
| 5 | echo "[Enter] to continue" |
Norman James | 422d4f3 | 2015-10-28 12:47:06 -0500 | [diff] [blame] | 6 | read a |
Norman James | c3e77c8 | 2015-11-17 19:35:01 -0600 | [diff] [blame] | 7 | devmem 0x1e78909c 32 0x08060000 |
Norman James | abe4953 | 2016-01-20 15:12:01 -0600 | [diff] [blame] | 8 | screen -U /dev/ttyS3 115200 |
Norman James | c3e77c8 | 2015-11-17 19:35:01 -0600 | [diff] [blame] | 9 | devmem 0x1e78909c 32 0x00000000 |