This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
amadeus [2012/12/12 15:35] walter [Amadeus] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Amadeus ====== | ||
- | Amadeus is currently old serving as a serial console server for [[chopin_aka_acm|Chopin]] and [[mozart|Mozart]] and a nagios server. | ||
- | |||
- | ====== How to use the serial console ===== | ||
- | |||
- | The easiest way is to use screen and pass the dev device and the baud rate | ||
- | |||
- | For Chopin | ||
- | <code> | ||
- | screen /dev/ttyS0 115200 | ||
- | </code> | ||
- | |||
- | For Mozart | ||
- | <code> | ||
- | screen /dev/ttyS1 115200 | ||
- | </code> | ||
- | |||
- | |||