20230807
Upload new image and sdk:
- Enable ssh
- Enable RNDIS
- Blink LED
- Root password: milkv
Login via RNDIS using ssh:
If you want to disable LED blinking:
mv /mnt/system/blink.sh /mnt/system/blink.sh_backup && sync
then reboot the board
Use the IO-Board
Note that when using the IO-Board, the USB network (RNDIS) is not available, Please use the Ethernet interface on the IO-Board
Enable the 4 USB ports on the IO-Board:
rm /mnt/system/usb.sh
ln -s /mnt/system/usb-host.sh /mnt/system/usb.sh
sync
then reboot the board
Restore the USB network (RNDIS) when the IO-Board is not used
rm /mnt/system/usb.sh
ln -s /mnt/system/usb-rndis.sh /mnt/system/usb.sh
sync
then reboot the board