7. Connect RXD of your USB2Serial module with pin 3 of X504.
8. Connect your USB2Serial module with your computer.
9. Power up your freeDSP-aurora.
10. Open a terminal (command prompt) and change to script directory by entering
cd <path_to_repository>/SOURCES/WEBAPP/ESP32/updater
11. On macOs you may have to make the update script executable by entering
chmod +x update.sh
12. Under macOS start the update scrip by
./update.sh <your_com_port>
.
Replace
<your_com_port>
by the name of your USB2Serial module, e.g.
/dev/cu.usbserial-FTRXGG930
.
13. Under Windows start the update scrip by
update.bat <your_com_port>
.
Replace
<your_com_port>
by the name of your USB2Serial module, e.g.
COM3
.
auverdion
9