Skip to content

Releases: milkv-duo/duo-buildroot-sdk-v2

v2.0.0

09 Dec 05:51
Compare
Choose a tag to compare

Change log v2.0.0

  • Duo256M and DuoS support arm64 firmware.

Known Issues

  • Duo(64M) does not yet support running tdl-sdk test programs, such as sample_vi_fd.
  • Arduino firmware is not yet supported.

The firmware introduction:

  • Enable ssh
  • Enable CDC-NCM
  • Blink LED
  • Root password: milkv

Login via CDC-NCM 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.

Official Documentation

https://milkv.io/docs/duo/overview

buildroot dl packages

25 Oct 10:51
Compare
Choose a tag to compare

During the compilation process, Buildroot will download some source packages. To avoid download failures due to network reasons, you can download the dl.tar.gz package in advance and decompress it to the buildroot-2024.02 directory. The directory structure is as follows:

└── buildroot-2024.02
    └── dl
        ├── acl
        ├── alsa-lib
        ├── alsa-utils
        ├── attr
        ├── ...