This repository was archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
README.md: add howto build RDKB (OE 3.1) with prplMesh for TurrisOmnia #24
Draft
MuteSpirit
wants to merge
3
commits into
master
Choose a base branch
from
feature/PPM-316-rdkb-3.1-turris-omnia
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Add sections howto: * build RDKB (OE 2.2) for RPi 3B+ * run prplMesh on RPi 3B+ * build RDKB (OE 3.1) for TurrisOmnia Signed-off-by: Ivan Efimov <[email protected]>
prplMesh wlan ifaces names are: * wifi0 * wifi1 * wifi2 BEEROCKS_BH_WIRE_IFACE became "erouter0" for any RDK images Signed-off-by: Ivan Efimov <[email protected]>
…ace names Wi-Fi ifaces on Turris Omnia with RDKB (OE 3.1) image has names "wifiX", where X is 0, 1 or 2 But bpl library logic works with "wlanX" names, where X is 0, 1 or 2 As a result the agents cannot find the ifaces and start. Add a patch to make "bpl_cfg.cpp" a template file "bpl_cfg.cpp.in" and change function "cfg_get_hostap_iface" inside to use CMake variables BEEROCKS_WLAN1_IFACE, etc. Signed-off-by: Ivan Efimov <[email protected]>
MuteSpirit
commented
Jul 29, 2020
Comment on lines
+56
to
+58
BEEROCKS_HOSTAP_WLAN1_CTRL_IFACE="/var/run/hostapd/wifi0" | ||
BEEROCKS_HOSTAP_WLAN2_CTRL_IFACE="/var/run/hostapd/wifi1" | ||
BEEROCKS_HOSTAP_WLAN3_CTRL_IFACE="/var/run/hostapd/wifi2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add "_turris" suffix
BEEROCKS_WLAN2_IFACE_turris = "wifi1" | ||
BEEROCKS_WLAN3_IFACE_turris = "wifi2" | ||
|
||
BEEROCKS_HOSTAP_WLAN1_CTRL_IFACE="/var/run/hostapd/wifi0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we just overwrite BEEROCKS_HOSTAP_WLAN1_CTRL_IFACE
and it can cause the problems in other platforms...
@@ -0,0 +1,45 @@ | |||
diff --git a/framework/platform/bpl/CMakeLists.txt b/framework/platform/bpl/CMakeLists.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this patch? I think better to create PR in prplmesh project.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
don't merge
This PR is not ready for merge or review
RDKB (OE 3.1)
Task related support RDKB based on OE 3.1
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.
Add sections howto:
Not tested on board yet
https://jira.prplfoundation.org/browse/PPM-316