From b734784b440f5f9b7c479c3a16eb6b912bff6890 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Sat, 4 Apr 2026 11:23:04 +0200 Subject: [PATCH 1/2] docs(faq.md): add instructions to flash built firmware --- docs/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 36cd3fc85..61dfdcc3c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -567,6 +567,14 @@ Andy also has a video on how to build using VS Code: *How to build and flash Meshcore repeater firmware | Heltec V3* *(Link referenced in the Discord post)* +### 5.9.2. Q: How do I flash MeshCore firmware from local build ? + +Once you have executed the previous step you can use `pio` again to flash the produced firmware : + +```sh +pio run -e RAK_4631_Repeater -t upload +``` + ### 5.10. Q: Are there other MeshCore related open source projects? **A:** [Liam Cottle](https://liamcottle.net)'s MeshCore web client and MeshCore Javascript library are open source under MIT license. From 785243d097c5fe9cb9428822ba9c7184ec59153c Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Mon, 6 Apr 2026 10:34:31 +0200 Subject: [PATCH 2/2] docs(faq.md): updated TOC --- docs/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 61dfdcc3c..31c2a00a8 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -57,7 +57,8 @@ A list of frequently-asked questions and answers for MeshCore - [5.6. Q: what is the public key for the default public channel?](#56-q-what-is-the-public-key-for-the-default-public-channel) - [5.7. Q: Is MeshCore open source?](#57-q-is-meshcore-open-source) - [5.8. Q: How can I support MeshCore?](#58-q-how-can-i-support-meshcore) - - [5.9. Q: How do I build MeshCore firmware from source?](#59-q-how-do-i-build-meshcore-firmware-from-source) + - [5.9.1. Q: How do I build MeshCore firmware from source?](#591-q-how-do-i-build-meshcore-firmware-from-source) + - [5.9.2. Q: How do I flash MeshCore firmware from local build ?](#592-q-how-do-i-flash-meshcore-firmware-from-local-build) - [5.10. Q: Are there other MeshCore related open source projects?](#510-q-are-there-other-meshcore-related-open-source-projects) - [5.11. Q: Does MeshCore support ATAK](#511-q-does-meshcore-support-atak) - [5.12. Q: How do I add a node to the MeshCore Map](#512-q-how-do-i-add-a-node-to-the-meshcore-map) @@ -532,7 +533,7 @@ Support Liam Cottle's smartphone client development by unlocking the server admi Support Rastislav Vysoky (recrof)'s flasher web site and the map web site development through [PayPal](https://www.paypal.com/donate/?business=DREHF5HM265ES&no_recurring=0&item_name=If+you+enjoy+my+work%2C+you+can+support+me+here%3A¤cy_code=EUR) or [Revolut](https://revolut.me/recrof) -### 5.9. Q: How do I build MeshCore firmware from source? +### 5.9.1. Q: How do I build MeshCore firmware from source? **A:** See instructions here: https://discord.com/channels/826570251612323860/1330643963501351004/1341826372120608769