RTL8710 GCC SDK v3.5a
Find a file
Drasko DRASKOVIC 50678283f7 Correct rtl8710.ocd (use new). Simple main program.
Simplified mainf program (removed MP3 stuff).

Corrected rtl8710.ocd by downloading and compiling new one
from https://bitbucket.org/rebane/rtl8710_openocd/src

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-05-14 19:46:59 +02:00
doc Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
flasher Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
project Correct rtl8710.ocd (use new). Simple main program. 2017-05-14 19:46:59 +02:00
sdk Correct rtl8710.ocd (use new). Simple main program. 2017-05-14 19:46:59 +02:00
util Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
.gitignore Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
LICENSES first commit 2016-11-09 03:56:41 +03:00
Makefile update 2017-05-13 02:29:53 +03:00
project.mk Correct rtl8710.ocd (use new). Simple main program. 2017-05-14 19:46:59 +02:00
README.md Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
userset.mk Change SDK dir name. Use OpenOCD only. 2017-05-14 18:47:13 +02:00

Open Ameba

Open Ameba RTL8710 SDK.

Motivation

Trying to make some order in the mess around this SoC build system. Most of the work is done by @pvxx in his RTL00MP3 project.

Getting Started

git clone https://github.com/drasko/open-ameba
cd open-ameba
make

Use verbose make for debugging:

make V=1

User preferences are set in userset.mk

Project preferences are set in project.mk

Author

Crafted by @drasko

License

My work has been licensed under Apache-2.0. Rest of the licenses have to be analyzed (depend on used components).