Ryan Yin
Ryan Yin
@imxyy1soope1 嗯应该是这样
升级到 24.05 后问题仍旧存在,已经根据 @imxyy1soope1 的建议做了修改。
> 1. Install nix using the official installer. > 3\. Uninstall nix using the official guide, hoping that you'll be able to start over. There are quite a few steps,...
/cc @phromaj
可否交换个友链:smile: ``` 站点名称:Ryan4Yin's Space 站点地址:https://ryan4yin.space/ 个人形象:https://www.gravatar.com/avatar/2362ce7bdf2845a92240cc2f6609e001?s=240 站点描述:赞美快乐~ ``` 我这边主要会写一些 Kubernetes/DevOps 相关的技术。
Good question, let me explain it: 1. The GPU driver of TH1520 is closed source, and it's high coupling with the operation system, make it quite difficult to make it...
It's possible, [edk2-rk3588](https://github.com/edk2-porting/edk2-rk3588?tab=readme-ov-file#3-flash-the-firmware) says that: > If you wish to have both UEFI and an OS on the same SD or eMMC device: flash UEFI first, then create any additional...
I don't know much about Linux kernel and embedded, but since that rockchip's linux kernel has its dts, you can use my configuration here and change the [deviceTree](https://github.com/ryan4yin/nixos-rk3588/blob/main/modules/boards/orangepi5plus.nix#L48) into turing...
Related to #4 There are already other projects that support rock5b, I think you can just try it: https://github.com/aciceri/rock5b-nixos
@grsmith-projects You may want to take a look at this: https://nixos.wiki/wiki/NixOS_on_ARM/NanoPi-R6C which recommends using UEFI firmware edk2 to start NixOS, and it supports R6S/Rock5B too.