feat: add support for FriendlyElec CM3588 NAS#96
Merged
Conversation
16db776 to
85d5a2c
Compare
Member
|
@timoguin is this good to be merged? |
Author
b19f4a7 to
dadb497
Compare
Author
|
@frezbo I tested this one using imager and was able to successfully boot from and install to SD card. All 4 drives are seen by Talos. I could test installing to eMMC as well, but I'd rather hold off on that if it's not a blocker to merging this. Just let me know. However, I'm getting a randomized MAC address every time I reboot. I'm not sure how to fix that, but I think it's an issue with some of the other boards in this repo as well. |
frezbo
approved these changes
Jan 13, 2026
This adds initial support for the CM3588 NAS, based on the Rockchip RK3588 SoC. There is no SPI boot image in upstream u-boot, so I left it out. Changes: - Add friendlyelec-cm3588-nas build profile - Add u-boot artifacts - Add installer for board Signed-off-by: Tim O'Guin <timoguin@ohollow.tech> Signed-off-by: Noel Georgi <git@frezbo.dev>
dadb497 to
10e444d
Compare
Member
|
/m |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds initial support for the CM3588 NAS, based on
the Rockchip RK3588 SoC. There is no SPI boot image in
upstream u-boot, so I left it out.
Changes:
Signed-off-by: Tim O'Guin timoguin@ohollow.tech