This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
doc:lps:anchor-low-level-config [2019-03-22 13:03] kristoffer created |
doc:lps:anchor-low-level-config [2020-05-12 13:59] (current) kimberly |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <WRAP center round important 60%> | ||
| + | This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https:// | ||
| + | </ | ||
| + | |||
| ====== Node low level configuration ====== | ====== Node low level configuration ====== | ||
| Line 18: | Line 22: | ||
| </ | </ | ||
| - | The serial port can be opened with your favorite serial console, picocom: <code bash>$ picocom / | + | The serial port can be opened with your favorite serial console, picocom: |
| + | <code bash> | ||
| + | $ picocom / | ||
| + | </ | ||
| Line 24: | Line 31: | ||
| Find the serial port with //ls// | Find the serial port with //ls// | ||
| <code bash> | <code bash> | ||
| - | ls -a / | + | $ ls -a / |
| / | / | ||
| </ | </ | ||
| Line 30: | Line 37: | ||
| To open the serial port | To open the serial port | ||
| <code bash> | <code bash> | ||
| - | screen / | + | $ screen / |
| </ | </ | ||
| Line 59: | Line 66: | ||
| </ | </ | ||
| - | press ' | + | press ' |
| + | |||
| + | Note: the node must be restarted for the configuration to be activated. | ||