This repository was archived by the owner on Aug 20, 2020. It is now read-only.
README.md: add howto build RDKB (OE 3.1) with prplMesh for TurrisOmnia#24
Draft
MuteSpirit wants to merge 3 commits intomasterfrom
Draft
README.md: add howto build RDKB (OE 3.1) with prplMesh for TurrisOmnia#24MuteSpirit wants to merge 3 commits intomasterfrom
MuteSpirit wants to merge 3 commits intomasterfrom
Conversation
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 <i.efimov@inango-systems.com>
added 2 commits
July 27, 2020 00:45
prplMesh wlan ifaces names are: * wifi0 * wifi1 * wifi2 BEEROCKS_BH_WIRE_IFACE became "erouter0" for any RDK images Signed-off-by: Ivan Efimov <i.efimov@inango-systems.com>
…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 <i.efimov@inango-systems.com>
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" |
Collaborator
Author
There was a problem hiding this comment.
add "_turris" suffix
| BEEROCKS_WLAN2_IFACE_turris = "wifi1" | ||
| BEEROCKS_WLAN3_IFACE_turris = "wifi2" | ||
|
|
||
| BEEROCKS_HOSTAP_WLAN1_CTRL_IFACE="/var/run/hostapd/wifi0" |
Collaborator
There was a problem hiding this comment.
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 | |||
Collaborator
There was a problem hiding this comment.
Do we need this patch? I think better to create PR in prplmesh project.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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