-
Notifications
You must be signed in to change notification settings - Fork 325
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
add support for NanoPi R3S #3380
Conversation
thanks for testing the device :) Does the mac address stay the same across reboots and sysupgrades? (I looked at 02_network and the code is there. I'm not trying to be annoying it's just a thing that can be verified to avoid issues for users) I read the OpenWrt commit message:
|
@Djfe not all R3S have an EMMC, but I was able to run a sysupgrade from OpenWRT 24.10 to gluon-next on an R3S with EMMC. Which MAC would you like to have verified? It did get the same hostid/hostname even after an |
that answers my questions, thanks. |
Now that #3370 has been merged this PR should be switched to target main and if necessary rebased. Thanks!:) |
Judging by the Changes and Commits of the PR it appears like a rebase will be required. |
83ff4b6
to
aa39a94
Compare
@herbetom thanks. I have updated the PR! |
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
factory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
is_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
is_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
setup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst