Close

Small fix for latest pvvx environment

A project log for RTL8710 easy programming by Arduino IDE

Recent progress of WiFi modules does not need external MCU anymore. Now I just try to focus on ARM Cortex-M3 based RTL8710!

kodera2tkodera2t 03/20/2017 at 11:520 Comments

I got a report on youtube movie, which the latest pvvx environment does not work with my previous explanation. This is the way to fix.

open open board.txt in development/rtl87xx/boards.txt

and

modify

(original) rtlmodule_rtl8710.build.ldscript=linker_scripts/gcc/rtl8710-symbol-v03-img2_arduino_arduino.ld

to

(fix) rtlmodule_rtl8710.build.ldscript=linker_scripts/gcc/rtl8710-symbol-v04-img2_arduino_arduino.ld

This is enough to work it again!

Discussions