Commit 5930f1c4 by marwan

Initial commit

parent e3b50147
......@@ -35,6 +35,9 @@ userapp2:
# make run port="COM26"
flash:
$(COMPONENT_IDF_PATH)/../esptool --chip esp32 --port $(port) --baud 921600 --before "default_reset" --after "hard_reset" write_flash -z --flash_mode "dio" --flash_freq "40m" --flash_size detect 0x1000 $(COMPONENT_IDF_PATH)/lib/release/bootloader.bin 0x8000 $(COMPONENT_IDF_PATH)/lib/release/default.bin 0x10000 $(BUILD_APP_DIR)/$(board).bin
flash2:
$(COMPONENT_IDF_PATH)/../esptool --chip esp32 --port $(port) --baud 921600 --before "default_reset" --after "hard_reset" write_flash -z --flash_mode "dio" --flash_freq "40m" --flash_size detect 0x1000 $(COMPONENT_IDF_PATH)/lib/release/bootloader.bin 0x8000 $(COMPONENT_IDF_PATH)/lib/release/default.bin 0x10000 $(BUILD_APP_DIR2)/$(board2).bin
flash_all:
$(COMPONENT_IDF_PATH)/../esptool --chip esp32 --port $(port) --baud 921600 --before "default_reset" --after "hard_reset" write_flash -z --flash_mode "dio" --flash_freq "40m" --flash_size detect 0x1000 $(COMPONENT_IDF_PATH)/lib/release/bootloader.bin 0x8000 $(COMPONENT_IDF_PATH)/lib/release/default.bin 0x10000 $(BUILD_APP_DIR)/$(board).bin 0x150000 $(BUILD_APP_DIR2)/$(board2).bin
# cannot use
......
......@@ -17,11 +17,17 @@ ESP32 สามารถสลับไปทำงานเฟิร์มà¹à¸
การใช้งาน เฟิร์มแวร์
---
---
ใช้คำสั่ง make all port="{ชื่อ port}" เช่น make all port="COM26" สำหรับระบบปฏิบัติการ Window หรือ make all port="/dev/ttyUSB0" สำหรับระบบปฏิบัติการ linux ตามเส้นทาง path mw_ble_gatt-kidbright/example/simple_app_switching ดังรูปที่ 1 เพื่อ build และ flash โปรแกรมไปยัง ESP32<br>
- ใช้คำสั่ง make all port="{ชื่อ port}" เช่น make all port="COM26" สำหรับระบบปฏิบัติการ Window หรือ make all port="/dev/ttyUSB0" สำหรับระบบปฏิบัติการ linux ตามเส้นทาง path mw_ble_gatt-kidbright/example/simple_app_switching ดังรูปที่ 1 เพื่อ build และ flash โปรแกรมไปยัง ESP32<br>
<p align = "center">
<img
src="image/1.jpg"
alt="Alt text"
title="Optional title"
style="display: inline-block; margin: 0 auto; max-width: 1000px"> <br>
รูปที่ 1 การ run เฟิร์มแวร์
\ No newline at end of file
รูปที่ 1 การ run เฟิร์มแวร์ ด้วย make all port="{ชื่อ port}"
</p>
เพิ่มเติม <br>
---
- make userapp และ make flash ใช้สำหรับ build และ flash เพียงแค่เฟิร์มแวร์ user_app.cpp ใน dir main ตามลำดับ
- make userapp2 และ make flash2 ใช้สำหรับ build และ flash เพียงแค่เฟิร์มแวร์ user_app.cpp ใน dir main2 ตามลำดับ
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment