Skip to content

8devices/platformio-realtek-rtl8710b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platformio-realtek-rtl8710b

PlatformIO development system platform for realtek microcontrollers.

Requirements

PlatformIO core. Instructions can be found at: https://docs.platformio.org/en/latest/installation.html

Usage

PlatformIO is well documented in their website at: https://docs.platformio.org/en/latest/index.html. The platform in this repository is custom, not yet confirmed by the PlatformIO developers, so it won't be found in official PlatformIO repositories. Example of 'platformio.ini' configuration when using this platform:

[env:environment]
platform = [email protected]:8devices/platformio-realtek-rtl8710b.git
board = realtek_amebaz_dev01_1v0
framework = sdk-ameba-v4.0b

All necessary frameworks and tools will be automatically downloaded once you start developing your applications.

Framework

The platform uses 'SDK Ameba v4.0b' provided by the developer, realtek, in their website, and can be downloaded at: https://www.amebaiot.com/en/ameba-sdk-download/.

DAP firmware

DAP firmware for the CMSIS-DAP interface located on realtek boards can be downloaded from the MBED DAPLink project. Choose any of the archived binaries that after the version number contain the string 'lpc11u35'. One of such binaries is located in the 'dap_firmware' folder. Instructions on installing DAP firmware can be found at the official realtek website or at the realtek documentation in their framework.

For linux users - if 'drag and drop' seems to fail to ugprade firmware, try:

umount /media/[USER]/CRP\ DISABLD
sudo dd if=[BINARY] of=/dev/[DEVICE DRIVE] seek=4

License

  • Project code is provided under The MIT Licesne (MIT)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages