This file ( 3kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
docs/linksys-usb-ttl.md
[//]: #@corifeus-header
# ☕ OpenWrt with latest NodeJs for Linksys WRT
[//]: #@corifeus-header:end
# Linksys USB-TTL
# WARNING ABOUT SCREEN TTL
Make sure if you are in Gnome for example - not pure screen - make sure disable UTF8, choose some ASCII based like Central European etc...
# TFTPD Install
https://www.hiroom2.com/2017/07/02/debian-9-tftpd-hpa-en/
```bash
apt install -y tftpd-hpa
systemctl disable tftpd-hpa
service tftpd-hpa start
```
Set interface:
IP: 192.168.1.33
Netmask: 255.255.255.0
Gateway: 192.168.1.1
Profile name: TTL
The default folder is:
`/etc/default/tftpd-hpa`
which defaults to
`/var/lib/tftpboot`
```bash
tft 192.168.1.33
get insomnia-openwrt-18.06.4-mvebu-cortexa9-linksys-wrt3200acm-squashfs-factory.img
```
# TTL
```bash
ufw disable
ls -l /dev/ttyUSB*
apt -y install screen
sudo screen /dev/ttyUSB0 115200,cs8,-ixon,ixoff,-istrip
sudo screen /dev/ttyUSB1 115200,cs8,-ixon,ixoff,-istrip
reboot
setenv ipaddr 192.168.1.1
setenv netmask 255.255.255.0
setenv serverip 192.168.1.33
setenv firmwareName insomnia-openwrt-18.06.4-mvebu-cortexa9-linksys-wrt1900acs-squashfs-factory.img
setenv firmwareName insomnia-openwrt-18.06.4-mvebu-cortexa9-linksys-wrt3200acm-squashfs-factory.img
setenv firmwareName insomnia-openwrt-18.06.4-mvebu-cortexa9-linksys-wrt32x-squashfs-factory.img
run update_both_images
```
```bash
ufw enable
service tftpd-hpa stop
```
[//]: #@corifeus-footer
---
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
---
[**P3X-OPENWRT-INSOMNIA**](https://pages.corifeus.com/openwrt-insomnia) Build v2019.10.129
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
## P3X Sponsors
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
[](https://www.jetbrains.com/?from=patrikx3) [](https://www.nosqlbooster.com/)
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)
[//]: #@corifeus-footer:end