Add LTE EM05 driver#383
Merged
amazingfate merged 2 commits intoarmbian:rk-6.1-rkr5.1from Aug 13, 2025
Merged
Conversation
10 tasks
HeyMeco
approved these changes
Aug 12, 2025
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.
This driver is required for the functioning of Quectel EM05 and EM12 etc... modems present on the Rock 5B+ / Rock 5T . The driver is present in both JoshuaRieks/linux-rockchip (https://github.com/Joshua-Riek/linux-rockchip/tree/noble/drivers/net/lte) and Radxa/kernel (https://github.com/radxa/kernel/tree/linux-6.1-stan-rkr5.1/drivers/net/lte) .
I have tested the image with this driver enabled (CONFIG_LTE=y , CONFIG_LTE_EM05=y) and it works and detects the Quectel EM12 card on the Rock 5T:
Bus 003 Device 005: ID 2c7c:0512 Quectel Wireless Solutions Co. , Ltd. EM12-G
Once this driver is added to the kernel source here, we can request a change in armbian/build/config/kernel/linux-rk35xx-vendor to enable the required config flags.