forked from Tow-Boot/Tow-Boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radxa-RockPi4(C): Add SPI documentation
Co-authored-by: Samuel Dionne-Riel <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
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,12 @@ | ||
# Radxa ROCK Pi 4 model A/B | ||
|
||
## Device-specific notes | ||
|
||
According to the [upstream SPI documentation](https://wiki.radxa.com/Rockpi4/hardware/spi_flash), | ||
the SPI flash is only populated on board revisions V1.4 and later. | ||
|
||
While the schematics denote `W25Q64FV` is used, all verified units came | ||
with an `XT25F32B`. | ||
|
||
If no flash is present, the user either needs to use the shared storage strategy, | ||
or needs to manually solder on some pin-compatible SPI flash (`SOP8` footprint). |
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,6 @@ | ||
# Radxa ROCK Pi 4 model C | ||
|
||
## Device-specific notes | ||
|
||
This board is nearly identical to the [Radxa ROCK Pi 4 A/B](./devices/radxa-RockPi4.html). | ||
As a result, all device-specific notes from there also apply here. |