rockchip: Add CSC board Luckfox Lyra Zero W#8764
Conversation
Hey @vidplace7! 👋Thanks for submitting your first pull request to the Armbian project — we're excited to have you contributing! 🧡 If you'd like to stay informed about project updates or collaborate more closely with the team, Also, don’t forget to ⭐ star the repo if you haven’t already — and welcome aboard! 🚀 |
WalkthroughAdds a new board configuration file config/boards/luckfox-lyra-zero-w.csc for the Luckfox Lyra Zero W (Rockchip RK3506B). Defines board metadata (BOARD_NAME, BOARDFAMILY, BOARD_MAINTAINER), boot settings (BOOTCONFIG, BOOT_FDT_FILE, BOOT_SCENARIO, BOOT_SOC=rk3506, DDR_BLOB=rk35/rk3506b_ddr_750MHz_v1.06.bin), KERNEL_TARGET, and IMAGE_PARTITION_TABLE. Enables the Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
74ea57c to
543f330
Compare
|
WiFi working after adding |
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
config/boards/luckfox-lyra-zero-w.csc(1 hunks)
🔇 Additional comments (3)
config/boards/luckfox-lyra-zero-w.csc (3)
2-5: LGTM!Board metadata is correctly defined with appropriate values for name, family, boot configuration, and maintainer.
14-14: LGTM!The package list correctly includes
rfkill,bluetooth,bluez, andbluez-tools, which you've confirmed resolves the WiFi functionality issue. The shared power control between Bluetooth and WiFi is properly addressed.
10-11: radxa-aic8800 extension supports USB configuration.The
extensions/radxa-aic8800.shscript includes a"usb"case with a validaic8800-usb-dkmsdownload URL and installation steps. No changes needed.
543f330 to
cb2ad57
Compare
EvilOlaf
left a comment
There was a problem hiding this comment.
If this DDR_BLOB thingy mentioned by rabbit isn't an actual issue, lgtm
|
✅ This PR has been reviewed and approved — all set for merge! |
Description
Add new RK3506 CSC board "Luckfox Lyra Zero W".
Depends on:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
./compile.sh BOARD=luckfox-lyra-zero-w BRANCH=vendor KERNEL_CONFIGURE=no DEB_COMPRESS=xz KERNEL_BTF=yes INSTALL_ARMBIAN_FIRMWARE=yes BUILD_DESKTOP=no BUILD_MINIMAL=yes RELEASE=nobleAIC8800DC WiFi is not working currently. Assistance would be greatly appreciated 🙏PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"(bluetooth power-enable)Checklist:
Please delete options that are not relevant.