-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add support for Friendlyelec NanoPi Zero2 #8886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sapphic-kitten
wants to merge
1
commit into
armbian:main
Choose a base branch
from
sapphic-kitten:nanopi-zero2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+835
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,13 @@ | ||
| # Rockchip RK3528 quad core 1/2GB RAM SoC GBe eMMC USB2 USB-C PCIe 2.1 | ||
| BOARD_NAME="NanoPi Zero2" | ||
| BOARDFAMILY="rk35xx" | ||
| BOOTCONFIG="hinlink_rk3528_defconfig" | ||
| KERNEL_TARGET="vendor" | ||
| FULL_DESKTOP="no" | ||
| HAS_VIDEO_OUTPUT="no" | ||
| BOOT_FDT_FILE="rockchip/rk3528-nanopi-rev01.dtb" | ||
| BOOT_SCENARIO="spl-blobs" | ||
| BOOT_SUPPORT_SPI="yes" | ||
| BOOT_SPI_RKSPI_LOADER="yes" | ||
| IMAGE_PARTITION_TABLE="gpt" | ||
| BOOTFS_TYPE="ext4" | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This board does not have spi? Not sure if necessary for emmc though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test eMMC right now, but it boots fine from SD without that line.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think he meant that BOOT_SUPPORT_SPI is probably pointless to be in the config as board doesn't have SPI on board. And one can boot from eMMC without the need of it.
However, FE sells eMMC and SPI in same form factor, but this feature comes handy when you wanna boot OS from nvme, but here this is not the case. Not sure if this works on this board even it should fit to the socket.