Skip to content

Duo-V1.0.9

Compare
Choose a tag to compare
@carbonfix carbonfix released this 27 Feb 10:08
· 28 commits to develop since this release

Change log V1.0.9

  • The camera test of Duo supports face detection, more information here.
  • Added some commands, such as lsblk, stress-ng, fio, etc.
  • Duo and Duo256M support arduino. more information here.

Known Issues

  • Duo 256M and DuoS does not yet support wiringX and pinpong library.
  • DuoS does not yet support arduino.
  • Duo arduino firmware does not support camera at the moment.

The firmware introduction:

  • Enable ssh
  • Enable RNDIS
  • Blink LED
  • Root password: milkv

Login via RNDIS using ssh:

ssh root@192.168.42.1

If you want to disable LED blinking:

mv /mnt/system/blink.sh /mnt/system/blink.sh_backup && sync

then reboot the board.

Using the IO-Board for Duo or Duo256M

Note that when using the IO-Board, the USB network (RNDIS) is not available, Please use the Ethernet interface on the IO-Board.

If you need to assign a fixed MAC address to the Ethernet port of the IO-Board, please execute the following command(Replace the MAC address in the command with the MAC address you want to set, and please note that MAC addresses of different devices within the same network segment must not be duplicated).

echo "pre-up ifconfig eth0 hw ether 78:01:B3:FC:E8:55" >> /etc/network/interfaces && sync

then reboot the board.

Enable the 4 USB ports on the IO-Board:

ln -sf /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:

ln -sf /mnt/system/usb-rndis.sh /mnt/system/usb.sh
sync

then reboot the board.