NOISSUE-Add WiFi to Beagleboard via Esp32#2
Open
dorcaslitunya wants to merge 5 commits intoabsmach:masterfrom
Open
NOISSUE-Add WiFi to Beagleboard via Esp32#2dorcaslitunya wants to merge 5 commits intoabsmach:masterfrom
dorcaslitunya wants to merge 5 commits intoabsmach:masterfrom
Conversation
rodneyosodo
requested changes
Dec 19, 2025
| @@ -0,0 +1,240 @@ | |||
| #!/bin/bash | |||
| # | |||
| # ESP32 Firmware Flashing Script | |||
Collaborator
There was a problem hiding this comment.
Do we need a script for this?
I thought it was as simple as
idf.py build
idf.py flash
idf.py monitor
Author
There was a problem hiding this comment.
Haven't tested the functionality of the scipts. As mentioned from updates, they were generated by Claude. I will test if we need this or we can do steps. But ideally even if its three steps, a script would be ideal so that the user only does one thing and does not focus on setup
| └── esp_spi.h # GPIO pins changed to 513, 514 | ||
| ``` | ||
|
|
||
| ## Usage |
Author
There was a problem hiding this comment.
Working on it tomorrow with Drasko..currently still hanging
| ./scripts/verify-setup.sh | ||
|
|
||
| # View logs | ||
| dmesg | grep -i esp |
Collaborator
There was a problem hiding this comment.
Attach sample logs so that the user can see expected logs
| - **beaglev-esp-hosted.dts** - Device tree overlay for SPI configuration | ||
| - **patches/esp_spi.h.patch** - GPIO pin modifications | ||
|
|
||
| ## Quick Setup |
Collaborator
There was a problem hiding this comment.
Attach sample logs so that the user can see expected logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
This is a feature because it adds the following functionality: Adds WiFi to BeagleV board via esp32
What does this do?
Key Features:
• One-command setup with setup-complete.sh
• Kernel headers prepared and SPI kernel modules loaded automatically
• Device tree overlay applied for SPI0 and GPIO control lines
• ESP32 firmware built and flashed with flash-esp32.sh
• Platform-specific modifications (GPIO numbers, architecture, removed Raspberry Pi-specific configs)
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
No, I have not included tests as this is a draft PR
Did you document any new/modified features?
No, I have not updated the documentation as I am still testing the feature
Notes