File tree Expand file tree Collapse file tree 7 files changed +24
-8
lines changed Expand file tree Collapse file tree 7 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "deploy" : [
3- " ../deploy .md"
3+ " ../deploy_s2 .md"
44 ],
55 "docs" : " " ,
66 "features" : [],
Original file line number Diff line number Diff line change 11{
22 "deploy" : [
3- " ../deploy .md"
3+ " ../deploy_s2 .md"
44 ],
55 "docs" : " " ,
66 "features" : [],
Original file line number Diff line number Diff line change 11{
22 "deploy" : [
3- " ../deploy .md"
3+ " ../deploy_s2 .md"
44 ],
55 "docs" : " " ,
66 "features" : [
7- " BLE" ,
87 " WiFi" ,
98 " Feather" ,
109 " Battery Charging" ,
Original file line number Diff line number Diff line change 11{
22 "deploy" : [
3- " ../deploy .md"
3+ " ../deploy_s2 .md"
44 ],
55 "docs" : " " ,
66 "features" : [
7- " BLE" ,
87 " WiFi" ,
98 " Feather" ,
109 " Battery Charging" ,
Original file line number Diff line number Diff line change 11{
22 "deploy" : [
3- " ../deploy .md"
3+ " ../deploy_s2 .md"
44 ],
55 "docs" : " " ,
6- "features" : [],
6+ "features" : [
7+ " WiFi" ,
8+ " USB-C"
9+ ],
710 "id" : " tinys2" ,
811 "images" : [
912 " TinyS2+Product+Shot.jpg"
Original file line number Diff line number Diff line change 11Program your board using the esptool.py program, found [ here] ( https://github.com/espressif/esptool ) .
2+
23If you are putting MicroPython on your board for the first time then you should
34first erase the entire flash using:
45
Original file line number Diff line number Diff line change 1+ Program your board using the esptool.py program, found [ here] ( https://github.com/espressif/esptool ) .
2+
3+ If you are putting MicroPython on your board for the first time then you should
4+ first erase the entire flash using:
5+
6+ ``` bash
7+ esptool.py --chip esp32s2 --port /dev/ttyACM0 erase_flash
8+ ```
9+
10+ From then on program the firmware starting at address 0x1000:
11+
12+ ``` bash
13+ esptool.py --chip esp32s2 --port /dev/ttyACM0 write_flash -z 0x1000 board-20210902-v1.17.bin
14+ ```
You can’t perform that action at this time.
0 commit comments