-
-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b31be8f
commit f4ef5df
Showing
5 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Pine64 RockPro64 | ||
|
||
## _Tow-Boot_ | ||
|
||
We highly suggest installing _Tow-Boot_ to the SPI Flash. | ||
|
||
- https://github.com/Tow-Boot/Tow-Boot | ||
|
||
Having the firmware installed to SPI makes the device act basically like a | ||
normal computer. No need for weird incantations to setup the platform boot | ||
firmware. | ||
|
||
Alternatively, starting from the _Tow-Boot_ disk image on eMMC is easier to | ||
deal with and understand than having to deal with _U-Boot_ manually. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ pkgs, lib, ... }: | ||
{ | ||
boot.initrd.kernelModules = [ | ||
# PCIe/NVMe | ||
"nvme" | ||
"pcie_rockchip_host" | ||
"phy_rockchip_pcie" | ||
]; | ||
} |