- Joined
- Jul 2, 2022
- Messages
- 401
- Reaction score
- 374
- Points
- 63
In cases when USB method will not work and SSH needs to be opened for NBT, UART TX/RX interface for it can be used.
RX,TX and GND is marked in attached photo.
Serial configuration:
Commands to open SSH NBT:
Commands to open SSH NBT EVO:
Reboot.
NBT1: Connect to 169.254.199.99 using ssh / telnet client.
NBT EVO: Connect to 169.254.199.99(jacinto) / 169.254.199.119 (omap).
Login details
RX,TX and GND is marked in attached photo.
Serial configuration:
Code:
Baud rate = 115200 bps
Data bits = 8
Parity = None
Stop bits = 1
Flow Control = None
Commands to open SSH NBT:
Code:
sysetshell
syset:> connect
syset:> login Diagnose
syset:> setk SYS_DEBUG=0x01
syset:> store
syset:> exit
Commands to open SSH NBT EVO:
Code:
sysetshellevo
syset:> setk SYS_DEBUG=true
syset:> store
syset:> exit
Reboot.
NBT1: Connect to 169.254.199.99 using ssh / telnet client.
NBT EVO: Connect to 169.254.199.99(jacinto) / 169.254.199.119 (omap).
Login details
Code:
root
ts&SK412