-
-
Notifications
You must be signed in to change notification settings - Fork 12
Boot time USB debug mode
Szybet edited this page Jan 28, 2024
·
1 revision
InkBox
OS' boot-time USB debug mode is a special, root-kernel-exclusive boot
mode that allows users to access a shell on the device via telnet
. It
also starts an FTP server that eases file transfer between a computer
and an InkBox OS device.
Write the value true
to the BOOT_USB_DEBUG
flag (see Boot
flags).
The default telnet
server is available at the IP address 192.168.2.2
when the device is connected to a computer. It spawns a shell in the
init ramdisk environment.
The user name is root
and there is no password to enter.
The default FTP server should be accessible with your default FTP
client, such as lftp
.