Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sst-6809:getting_started [2025/03/16 21:27] – created robert | sst-6809:getting_started [2025/05/10 09:24] (current) – robert | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Getting Started ===== | + | ====== Getting Started ====== |
- | Plug in USB-C power from a serial port on a Debian GNU/Linux machine. | + | |
- | Install minicom if you haven' | + | Install minicom |
sudo aptitude install minicom | sudo aptitude install minicom | ||
- | Hunt down your USB device pathlist: | + | Plug in a USB serial port from the Debian machine to the USB-C power/ |
+ | |||
+ | On the Debian machine, hunt down your USB device pathlist: | ||
ls /dev/tty* | ls /dev/tty* | ||
- | Start minicom with the path to your USB device | + | Start minicom with the command line option " |
minicom -D / | minicom -D / | ||
- | Configure minicom terminal timings for 1ms per character and line ending delays: | + | Configure minicom terminal timings for 1ms per character and 1ms line ending delays: |
[CTRL]+[A] [T] | [CTRL]+[A] [T] | ||
[D] [1] [ENTER] | [D] [1] [ENTER] | ||
[F] [1] [ENTER] | [F] [1] [ENTER] | ||
- | + | | |
- | Press RESET on the SST-6809 and you should | + | |
+ | Create a run-control file to start minicom with these terminal timings every start: | ||
+ | [CTRL]+[A] [O] | ||
+ | |||
+ | Arrow key down and choose "Save setup as dfl" to create this run-control file: | ||
+ | <file - ~/ | ||
+ | # Machine-generated file - use setup menu in minicom to change parameters. | ||
+ | pu msg_ch_delay | ||
+ | pu msg_nl_delay | ||
+ | </ | ||
+ | |||
+ | Exit the setup menu. | ||
+ | |||
+ | Press the RESET button | ||
ASSIST09 | ASSIST09 | ||
> | > | ||
Return to [[: | Return to [[: |