Open SSH for BMW NBT unit

Admin

Administrator
Staff member
Joined
Jul 2, 2022
Messages
210
Reaction score
141
Points
43
In cases when USB method will not work and SSH needs to be opened for NBT, UART interface for it can be used.

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:

Code:
sysetshell
syset:> connect
syset:> login Diagnose
syset:> setk SYS_DEBUG=0x01
syset:> store
syset:> exit

Reboot.

Connect to 169.254.199.99 using ssh / telnet client.
Login details
Code:
root
ts&SK412
 

Attachments