Skip to content

This RTL8720DN firmware export a RPC server interface through hardware SPI/UART port to MCU.

License

Notifications You must be signed in to change notification settings

Seeed-Studio/seeed-ambd-firmware

Repository files navigation

Seeed RTL872X RPC firmware Build Status

Introduction

This RTL87XX RPC firmware export a RPC server interface through hardware SPI/UART port to MCU.

How to compile

Tools

The arduino-cli tool is used to build and upload the RTL8720DN firmware to the Seeed Wio terminal board. Use following link for download and installation procedure:

Sample script is below:

wget https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh
chmod a+x install.sh
sudo BINDIR=/usr/local/bin ./install.sh
sudo rm -rf ~/.arduino15
arduino-cli config init

ArduinoCore

Before compiling the firmware, you need to install the Arduino core of rtl872x ArduinoCore-ambd

  • board index
https://files.seeedstudio.com/arduino/package_realtek.com_amebad_index.json

Sample script is below:

arduino-cli config add board_manager.additional_urls https://files.seeedstudio.com/arduino/package_realtek.com_amebad_index.json
arduino-cli core update-index
arduino-cli core install realtek:AmebaD
rm -rf ~/.arduino15/packages/realtek/hardware/AmebaD/3.0.5
git clone https://github.com/Seeed-Studio/ArduinoCore-ambd ~/.arduino15/packages/realtek/hardware/AmebaD/3.0.5

build

./arduino-build.sh --build

flash

chmod +x build.sh
./build.sh --flash /dev/tty***

This software RPC server section is written by Seeed Studio and is licensed under The MIT License. Check License.txt for more information.

Contributing to this software is warmly welcomed. You can do this basically by forking, committing modifications and then pulling requests (follow the links above for operating guide). Adding change log and your contact into file header is encouraged. Thanks for your contribution.

About

This RTL8720DN firmware export a RPC server interface through hardware SPI/UART port to MCU.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages