-
Notifications
You must be signed in to change notification settings - Fork 18
Prerequisites
-
Please note you need probably to download and install drivers for your board's USB-TO-SERIAL adapter for Windows and Mac OSX versions. The GNU/Linux version usually doesn't need any drivers. This drivers are required to connect to your board through a serial port connection.
Board WHITECAT ESP32 N1 ESP32 CORE ESP32 THING -
For Linux, the currently logged user should have read and write access the sUSB-TO-SERIAL device. On most Linux distributions, this is done by adding the user to dialout group with the following command:
$ sudo usermod -a -G dialout $USER
-
Install the Lua RTOS firmware on your board. Follow this instructions for it.
-
Install The Whitecat Create Agent. Follow this instructions for it.
-
Make sure that The Whitecat Create Agent is running. Remember that in Ubuntu you must to start the agent manually after it's installation.