-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basicstation compile variant #33
Comments
Hi everyone, in attemtping to upgrade my gateway to a more current version, I tried building @xueliu Any advice on how to build the Thanks, |
Okay I remembered now,
and afterwards, as in the Readme:
will add the correct basicstation (and the variants for selection in menuconfig) from the lora feed, rather than the OpenWrt feed. However I couldn't see |
Std and Stdn is for one/ multiple boardsWhy do you want to uninstall OpenWrt basicstation ?FabioIl giorno 20 ago 2023, alle ore 11:54, Sebastian Schaper ***@***.***> ha scritto:
Okay I remembered now,
I forgot one thing I also had to do when initially setting this up back a couple years ago,
and that's removing the basicstation package from OpenWrt's feed first.
./scripts/feeds uninstall basicstation
and afterwards, as in the Readme:
./scripts/feeds install -a -p lora
will add the correct basicstation (and the variants for selection in menuconfig) from the lora feed, rather than the OpenWrt feed. However I couldn't see std, stdn variants, what are those meant for?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I could not select the I actually wanted to update to 2.0.6 to fix Class B Beacon hadling, but it seems the feed still points to 2.0.5. |
I suggest to use OpenWrt basicstation that already point to 2.0.6 and adapt it to pico gw compile variant configuration.Il giorno 20 ago 2023, alle ore 15:00, Sebastian Schaper ***@***.***> ha scritto:
Why do you want to uninstall OpenWrt basicstation ?
I could not select the basicstation-linuxpico variant in menuconfig otherwise, when basicstation from OpenWrt feed was still present (trying to connect via SPI, though I use the picocell design with the USB MCU).
I actually wanted to update to 2.0.6 to fox Class B Beacon hadling, but it seems the feed still points to 2.0.5.
Can I just change it from 9bcdf0e12e4568e96011a3910e6d460ec9384f8c to latest master to get the current version, or is more adaptation required here? (this should probably be discussed in a new issue though)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello,
Semtech basicstation can be configured using some kind of platform and for each platform (linux,corecell,linuxpico...) some kind of variants (std,stdn, ...).
For example variant stdn enable the ral maste/slave (two lora hw board).
In the last commit, openWrt makefile seems provide multiple package of basicstation depending on platform (linux, corecell ecc) . Also seeams that this depend on the variable VARIANT that makefile provide.
Is VARIANT really and only mean platform ? howto compile chosing, for example, Semtech variant stdn ?
Thanks in advance
B/R
Fabio
The text was updated successfully, but these errors were encountered: