diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..a40bc24 --- /dev/null +++ b/build.sh @@ -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)