Adding build script.

This commit is contained in:
Sergiotarxz 2024-11-16 15:56:52 +01:00
parent 8e05e1dd0e
commit 0f7cc1f748

5
build.sh Normal file
View File

@ -0,0 +1,5 @@
cd nuttx/
./tools/mkromfsimg.sh .
bash build_js_romfs.sh
make oldconfig -j$(nproc)
ESPTOOL_PORT=/dev/ttyUSB0 make flash -j$(nproc)