mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Update Get started with the Dev Board.md
Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ The Developer Board can work in the **Wired** mode and two **Wireless** modes: *
|
||||
|
||||
## Wired
|
||||
|
||||

|
||||

|
||||
|
||||
To connect the Developer Board in **Wired** mode, do the following:
|
||||
|
||||
@@ -106,11 +106,11 @@ To connect the Developer Board in **Wired** mode, do the following:
|
||||
|
||||
### Wi-Fi access point (AP) mode
|
||||
|
||||

|
||||

|
||||
|
||||
Out of the box, the Developer Board is configured to work as a **Wi-Fi access point**. This means it'll create its own Wi-Fi network to which you can connect. If your Developer Board doesn't create a Wi-Fi network, it is probably configured to work in **Wi-Fi client** mode. To reset your Developer Board back to **Wi-Fi access point** mode, press and hold the **BOOT** button for 10 seconds, then wait for the module to reboot.
|
||||
|
||||

|
||||

|
||||
|
||||
To connect the Developer Board in **Wi-Fi access point** mode, do the following:
|
||||
|
||||
@@ -123,7 +123,7 @@ To connect the Developer Board in **Wi-Fi access point** mode, do the following:
|
||||
|
||||
### Wi-Fi client (STA) mode
|
||||
|
||||

|
||||

|
||||
|
||||
To connect the Developer Board in **Wi-Fi client** mode, you need to configure it to connect to your Wi-Fi network by doing the following:
|
||||
|
||||
@@ -133,13 +133,13 @@ To connect the Developer Board in **Wi-Fi client** mode, you need to configure i
|
||||
4. Select the **STA** mode and enter your network's **SSID** (name) and **password**. For convenience, you can click the **+** button to see the list of nearby networks.
|
||||
5. Save the configuration and reboot the Developer Board.
|
||||
|
||||

|
||||
![In the Wi-Fi tab, you can set the Developer Board mode]](https://github.com/user-attachments/assets/fbeea000-1117-4297-8a0d-5d580123e938)
|
||||
|
||||
After rebooting, the Developer Board connects to your Wi-Fi network. You can connect to the device using the mDNS name `blackmagic.local` or the IP address it got from your router (you'll have to figure this out yourself, every router is different).
|
||||
|
||||
After connecting to your debugger via [http://blackmagic.local](http://blackmagic.local), you can find its IP address in the **SYS** tab. You can also change the debugger's mode to **AP** or **STA** there.
|
||||
|
||||

|
||||

|
||||
|
||||
## Debugging the firmware
|
||||
|
||||
@@ -166,7 +166,7 @@ To debug in **VSCode**, do the following:
|
||||
5. If needed, flash your Flipper Zero with the `./fbt flash` command, then click the **Play** button in the debug sidebar to start the debugging session.
|
||||
6. Note that starting a debug session halts the execution of the firmware, so you'll need to click the **Continue** button on the toolbar at the top of your VSCode window to continue execution.
|
||||
|
||||

|
||||

|
||||
|
||||
To learn about debugging, visit the following pages:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user