ryan4yin / nixos-rk3588

Minimal NixOS running on RK3588/RK3588s based SBC(Orange Pi 5 Plus, Orange Pi 5, Rock 5A, etc)
MIT License
115 stars 11 forks source link

Error download mali_csffw.bin #36

Open webhive opened 2 weeks ago

webhive commented 2 weeks ago

Getting the following error wile trying to build image with this command

nix build github:ryan4yin/nixos-rk3588/2024032400#sdImage-opi5plus-cross

 last 7 log lines:
 >
 > trying https://github.com/JeffyCN/rockchip_mirrors/raw/309268f7a34ca0bba0ab94a0b09feb0191c77fb8/firmware/g610/mali_csffw.bin
 >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 >                                  Dload  Upload   Total   Spent    Left  Speed
 >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 > curl: (22) The requested URL returned error: 404
 > error: cannot download mali_csffw.bin from any mirror
 For full logs, run 'nix log /nix/store/h7d0jsc6bc71qqz267g8nlzskqi0znm7-mali_csffw.bin.drv'.

So there is no such file on provided link

webhive commented 2 weeks ago

Found this file here https://github.com/JeffyCN/mirrors/raw/libmali/firmware/g610/mali_csffw.bin

HeroBrine1st commented 2 weeks ago

Try building latest available revision. I have submitted a PR https://github.com/ryan4yin/nixos-rk3588/pull/35 earlier with updates to that package. I did not target this issue (URL was still alive then), but that PR fixes it too.