This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hstarwiki:cust:gen:chip [2017-03-03 T 17:14] 127.0.0.1 external edit |
hstarwiki:cust:gen:chip [2017-03-07 T 23:59] (current) admin |
||
---|---|---|---|
Line 7: | Line 7: | ||
* Wifi Via command line: | * Wifi Via command line: | ||
* http:// | * http:// | ||
- | |||
- | ==Default login== | ||
- | User: root p:chip | ||
==Usuefull tools on known system== | ==Usuefull tools on known system== | ||
* Debian based but own system | * Debian based but own system | ||
* uses systemd | * uses systemd | ||
- | | + | |
+ | |||
+ | ====== Chip via tty ====== | ||
+ | Pin out: | ||
+ | | ||
+ | * White to Tx | ||
+ | * Green to Rx | ||
+ | Command: | ||
+ | * $dmesg | grep tty | ||
+ | * find tty dev name, like / | ||
+ | * $picocom -d 115200 / | ||
+ | Default login | ||
+ | * User: root | ||
+ | * p:chip | ||
+ | Basic Wifi setup: | ||
+ | * sudo nmcli device wifi connect '(your wifi network name/ | ||
+ | |||
+ | |||
+ | tty info: | ||
+ | * Baud Rate (Data Rate): 115200 | ||
+ | * Data Bits: 8 | ||
+ | * Parity: none | ||
+ | * Stop bits: 1 | ||
+ | * Flow control: none | ||