Arduino Add-On for LinkIt 7697 on LinkIt SDK v4. This package allows developers to:
- Build LinkIt 7697 Arduino board support package
- Build LinkIt SDK example projects with Arduino porting library
- You need a working LinkIt SDK v4.2 public version. To obtain public version of LinkIt SDK v4.2, visit https://docs.labs.mediatek.com/resource/mt7687-mt7697/en/downloads
- You must build this package on a Linux machine with
make
andperl
installed.
Copy-n-replace into LinkIt SDK v4 public version. Use following command to build the board support package:
mkdir out
./mk_ide_pkg.pl -o out -v 1.0.0
The resulting packages are located in the out
directory.
Copy-n-replace into LinkIt SDK v4 public version. Then use following command to build blinky project:
cd project/mt7687_hdk/apps/arduino/blink/GCC
make
This package is based on Archermind's LinkIt 7687 Arduino package, with some modifications for MT7697 and LinkIt 7697 board.