We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原版的coreelec内核精简严重,需要对内核重新编译以支持ipset等模块才能支持lede的SSR等插件 内核文件地址https://github.com/kob/N1/files/4158183/kernel.zip 下载后按照以下步骤执行
https://github.com/kob/N1/files/4158183/kernel.zip
1、nand启动模式 SSH登录N1 ,执行 mount -o rw,remount /flash 用winscp将下载得kernel.img替换N1的/flash目录下的同名文件 然后重启N1
mount -o rw,remount /flash
2、USB启动模式 直接用下载文件替换U盘里面的同名文件
The text was updated successfully, but these errors were encountered:
感谢大佬提供的内核文件,已能正常旁路. 不过新问题来了. 替换9.02内核后游戏手柄无法驱动.换回原来内核又可以.
点击发表前又试着替换成9.01的内核居然可以驱动手柄了. 结论是9.02内核替换后手臂无法驱动,9.01可以驱动. 编译9.02内核是否做了一些修改请排查.
coer对内核好像并不敏感,现在组合是修改版9.01内核+9.03system文件,运行良好.
Sorry, something went wrong.
No branches or pull requests
原版的coreelec内核精简严重,需要对内核重新编译以支持ipset等模块才能支持lede的SSR等插件
内核文件地址
https://github.com/kob/N1/files/4158183/kernel.zip
下载后按照以下步骤执行
1、nand启动模式
SSH登录N1 ,执行
mount -o rw,remount /flash
用winscp将下载得kernel.img替换N1的/flash目录下的同名文件
然后重启N1
2、USB启动模式
直接用下载文件替换U盘里面的同名文件
The text was updated successfully, but these errors were encountered: