NixOS on ARM/Radxa ROCK5 Model B: Difference between revisions

Jopejoe1 (talk | contribs)
m Remove from Hardware Category
Pigs (talk | contribs)
m Add category
 
(2 intermediate revisions by 2 users not shown)
Line 66: Line 66:
In order to flash this bootloader we'll need to download two files:
In order to flash this bootloader we'll need to download two files:


* [https://dl.radxa.com/rock5/sw/images/loader/rock-5b/release/rk3588_spl_loader_v1.08.111.bin <tt>rk3588_spl_loader_v1.08.111.bin</tt>] - SPI bootloader image.
* [https://dl.radxa.com/rock5/sw/images/loader/rock-5b/release/rk3588_spl_loader_v1.15.113.bin <tt>rk3588_spl_loader_v1.15.113.bin</tt>] - SPI bootloader image.
* [https://github.com/edk2-porting/edk2-rk3588/releases/download/v0.9.1/rock-5b_UEFI_Release_v0.9.1.img <tt>rock-5b_UEFI_Release_v0.9.1.img</tt>] - UEFI bootloader image.
* [https://github.com/edk2-porting/edk2-rk3588/releases/download/v0.9.1/rock-5b_UEFI_Release_v0.9.1.img <tt>rock-5b_UEFI_Release_v0.9.1.img</tt>] - UEFI bootloader image.


Line 82: Line 82:
Write LBA from file (100%)
Write LBA from file (100%)


[nix-shell:~/rk3588]$ sudo rkdeveloptool rb
[nix-shell:~/rk3588]$ sudo rkdeveloptool rd
</syntaxhighlight>
</syntaxhighlight>


Line 143: Line 143:
sudo nixos-rebuild switch --flake github:jonahbron/config/aciceri-rebooted-into-this#rock5b
sudo nixos-rebuild switch --flake github:jonahbron/config/aciceri-rebooted-into-this#rock5b
</syntaxhighlight>
</syntaxhighlight>
[[Category:NixOS on ARM]]