NixOS on ARM/Radxa ROCK5 Model B: Difference between revisions
imported>Jakubgs No edit summary |
m Add category |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 31: | Line 31: | ||
* '''NET''': 2.5 Gigabit Ethernet | * '''NET''': 2.5 Gigabit Ethernet | ||
* '''USB''': 2x USB 3.1 Type-A, 2x USB 2.0 Type-A | * '''USB''': 2x USB 3.1 Type-A, 2x USB 2.0 Type-A | ||
* '''PCIe''': | * '''PCIe''': M.2 Key E connector with PCIe 2.1 x1, M.2 Key M connector with PCIe 3.0 x4 | ||
== Status == | == Status == | ||
| 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. | * [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 | [nix-shell:~/rk3588]$ sudo rkdeveloptool rd | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 144: | Line 144: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category: | [[Category:NixOS on ARM]] | ||