QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scare Crowe 9cbba792a1 GNUK 3 years ago
..
Makefile GNUK 3 years ago
README GNUK 3 years ago
board.h GNUK 3 years ago
command.c GNUK 3 years ago
command.h GNUK 3 years ago
config.h GNUK 3 years ago
sample.c GNUK 3 years ago
tty.h GNUK 3 years ago
usb-cdc.c GNUK 3 years ago

README

(0) Build and generate initial flash data

$ make
$ make build/flash.data


(1) preparation as root

Don't run ModemManager

# systemctl stop ModemManager

Install USBIP host module
# modprobe vhci_hcd


(2) Run sample program of USBIP server

$ ./sample


(3) Use the USB device as root

Attach the Chopstx application program (USBIP device) to USBIP host.

# usbip attach -r 127.0.0.1 -b 1-1


(4) Connect CDC-ACM device

$ cu -l /dev/ttyACM0

Then, you see the message from Chopstx. As you type lines, it echos.

Type RET, ~ then . , you can terminate the session.


(5) Detach the USBIP device as root

# usbip detach -p 0