-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added NanoPi R5S support #1217
Added NanoPi R5S support #1217
Conversation
谢谢分享,我打包下,你随后测试下。 |
刷了 Armbian_23.05.0_rockchip_nanopi-r5s_bullseye_6.1.26_server_2023.04.27 基本功能使用正常。 2个问题: |
You can refer to /~https://github.com/inindev/nanopi-r5 differentiate between R5S and R5C,I have tested it on R5C。In addition, the nanopi official RTC time should point to RTC1. Hope to modify the kernel compilation code in the next version.Web page source:https://wiki.friendlyelec.com/wiki/index.php/RTC Build the RTC driver into the kernel (not an external module)
Set CONFIG_RTC_DRV_DS1307 to 'y'. 3.2 Specify the correct RTC device
The kernel configuration:
I have R5C device to test |
Thank you for your sharing. Based on the support you provided at /~https://github.com/inindev/nanopi-r5, I have utilized the precompiled u-boot and dtb files. I've packaged the firmware for the R5C. Please download and test it to confirm its functionality. |
R5C has been roughly tested, and no functional problems have been found, and the LED lights of the two network ports are not on. Data sending and receiving is normal, please refer to /~https://github.com/indev/nanopi-r5/blob/main/dtb/patches/0001-add-led-triggers.patch to see if it can be repaired. |
I am using his versions, both the u-boot and dtb are from him, and he has applied these patches. The files are from his latest compilation four days ago: |
看这个能否解决网络led灯亮问题, sudosystemctl status leds /etc/init.d/leds.sh echonetdev> /sys/class/leds/lan_led/triggerecho eth1 > /sys/class/leds/lan_led/device_name |
你手动执行试试 |
我直接使用的他编好的,我觉的他巳经使用了这个补丁。要不你问一下作者还有什么地方漏了其他设置。 |
12.0.3不是比12.0.0更新?你的意思是要用11.xy这种老的吧? |
意思就是没调用dtb文件,看有别的方法让调用不,上面截图是r5s人家是uefi启动,修改配置后解决 |
r5s 和 r5c 的 U-BOOT 和 DTB 我都更新了,jammy的2个正在编译,你一会10分钟后到jammy里下载试试。 |
已经刷机还是不显示,能否通过修改启动引导DTB让加载DTB文件?有没有方法? |
如果没有加载dtb是无法使用的。 比如你把现在的dtb删了,拿个别的dtb改名成它的名字,肯定启动不了,各种报错网卡找不到之类的错误。 网络正常就可以了,网卡灯不亮就不亮吧 |
好吧 |
刷了Armbian_24.2.0_rockchip_nanopi-r5s_jammy_6.1.69_server_2024.01.01.img cat /etc/ophub-release |
友善R5C刷机步骤,电脑通过USB3.0--USB3.0公转公刷机到emmc,32G,没有SD卡 2、下载R5C部分引导文件 /~https://github.com/ophub/u-boot/blob/main/u-boot/rockchip/nanopi-r5c/u-boot.itb 上面下载好后 然后把上面工具机系统放入到一个目录下 能否提供一个详细的友善R5C刷机教程 |
loader 可以使用原版的可以正常刷入,rk3568_ddr_1560MHz_v1.15.bin这个loader无法在RkDevTool的Loader中加载 |
Should work for both FriendlyElec Nanopi R5S and FriendlyElec Nanopi R5C, but I doesn't have R5C yet to test.
Device tree built from linux 6.1.18. Source code: /~https://github.com/buglloc/nanopi-r5/tree/main/dtb
u-boot - signed with rockchip binaries: /~https://github.com/friendlyarm/rkbin/tree/nanopi5 && /~https://github.com/buglloc/nanopi-r5/tree/main/uboot