board: youyeetoo-r1-v3: fix boot order to prioritize SD card over eMMC#9006
Conversation
The device tree aliases show: - mmc0 = sdhci (eMMC, 8-bit, non-removable) - mmc1 = sdmmc (SD card, 4-bit, removable) Previous boot order (mmc0, nvme, mmc1) caused the system to always boot from eMMC when multiple storage devices were present, ignoring bootable SD cards. New boot order (mmc1, nvme, mmc0) now correctly prioritizes: 1. SD card 2. NVMe 3. eMMC This ensures consistent boot behavior when using SD card as primary boot device.
WalkthroughThis PR updates the YouYeeToO R1 v3 board's boot order configuration, reprioritizing boot targets to SD (mmc1) first, followed by NVMe and eMMC (mmc0), with corresponding runtime initialization updates and minor whitespace adjustments. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (16)📓 Common learnings📚 Learning: 2025-11-02T20:49:56.719ZApplied to files:
📚 Learning: 2025-11-20T18:20:11.985ZApplied to files:
📚 Learning: 2025-09-14T06:32:29.806ZApplied to files:
📚 Learning: 2025-03-31T22:20:41.849ZApplied to files:
📚 Learning: 2025-07-25T03:51:50.830ZApplied to files:
📚 Learning: 2025-03-31T22:20:48.475ZApplied to files:
📚 Learning: 2025-09-18T03:36:17.862ZApplied to files:
📚 Learning: 2025-09-12T19:28:38.491ZApplied to files:
📚 Learning: 2025-10-26T10:41:35.118ZApplied to files:
📚 Learning: 2025-06-12T21:14:36.024ZApplied to files:
📚 Learning: 2025-07-23T07:30:52.265ZApplied to files:
📚 Learning: 2025-11-10T23:44:53.363ZApplied to files:
📚 Learning: 2025-10-14T05:08:11.785ZApplied to files:
📚 Learning: 2025-09-09T07:30:22.419ZApplied to files:
📚 Learning: 2025-09-07T17:39:32.272ZApplied to files:
🔇 Additional comments (2)
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 |
|
✅ This PR has been reviewed and approved — all set for merge! |
* live_main_upstream/main: (24 commits) framework - enable NTSYNC as a module on most kernels Add compilation of `resolve_btfids` to the kernel headers postinst script Make pahole as hard dependency on kernel headers ZFS requires package pahole in order to compile zfs module with success Rock-4D: Enable Wi-Fi & Bluetooth (armbian#9029) rockchip64-6.18: Enable the NPU on Turing RK1 config/kernel: (many) change CONFIG_DUMMY=y to =m ti: configs: Update K3 kernel configs (armbian#9019) `Automatic` board configs status synchronise fix missing bracket meson64: fix broken patch and overall rewrite patches Genio: Collabora Kernel config post rewrite Genio: Update Linux Kernel config build(deps): bump tj-actions/changed-files bump VERSION edge: bump to stable and rewrite patches add new board radxa-cm5-io ODroid-N2: enable btrfs support in u-boot ODroid-N2: switch uBoot v2022.10 to v2026.01 reapply patches Helios4: enable uboot-btrfs extension extensions: add uboot-btrfs extension to add btrfs support in u-boot `Automatic` board configs status synchronise board: youyeetoo-r1-v3: fix boot order to prioritize SD card over eMMC (armbian#9006) board: add Youyeetoo YY3588 support (armbian#9003) Signed-off-by: Jonas Wood <jw@ti.com>
* live_main_upstream/main: (24 commits) framework - enable NTSYNC as a module on most kernels Add compilation of `resolve_btfids` to the kernel headers postinst script Make pahole as hard dependency on kernel headers ZFS requires package pahole in order to compile zfs module with success Rock-4D: Enable Wi-Fi & Bluetooth (armbian#9029) rockchip64-6.18: Enable the NPU on Turing RK1 config/kernel: (many) change CONFIG_DUMMY=y to =m ti: configs: Update K3 kernel configs (armbian#9019) `Automatic` board configs status synchronise fix missing bracket meson64: fix broken patch and overall rewrite patches Genio: Collabora Kernel config post rewrite Genio: Update Linux Kernel config build(deps): bump tj-actions/changed-files bump VERSION edge: bump to stable and rewrite patches add new board radxa-cm5-io ODroid-N2: enable btrfs support in u-boot ODroid-N2: switch uBoot v2022.10 to v2026.01 reapply patches Helios4: enable uboot-btrfs extension extensions: add uboot-btrfs extension to add btrfs support in u-boot `Automatic` board configs status synchronise board: youyeetoo-r1-v3: fix boot order to prioritize SD card over eMMC (armbian#9006) board: add Youyeetoo YY3588 support (armbian#9003) Signed-off-by: Jonas Wood <jw@ti.com>
* live_main_upstream/main: (24 commits) framework - enable NTSYNC as a module on most kernels Add compilation of `resolve_btfids` to the kernel headers postinst script Make pahole as hard dependency on kernel headers ZFS requires package pahole in order to compile zfs module with success Rock-4D: Enable Wi-Fi & Bluetooth (armbian#9029) rockchip64-6.18: Enable the NPU on Turing RK1 config/kernel: (many) change CONFIG_DUMMY=y to =m ti: configs: Update K3 kernel configs (armbian#9019) `Automatic` board configs status synchronise fix missing bracket meson64: fix broken patch and overall rewrite patches Genio: Collabora Kernel config post rewrite Genio: Update Linux Kernel config build(deps): bump tj-actions/changed-files bump VERSION edge: bump to stable and rewrite patches add new board radxa-cm5-io ODroid-N2: enable btrfs support in u-boot ODroid-N2: switch uBoot v2022.10 to v2026.01 reapply patches Helios4: enable uboot-btrfs extension extensions: add uboot-btrfs extension to add btrfs support in u-boot `Automatic` board configs status synchronise board: youyeetoo-r1-v3: fix boot order to prioritize SD card over eMMC (armbian#9006) board: add Youyeetoo YY3588 support (armbian#9003) Signed-off-by: Jonas Wood <jw@ti.com>
* live_main_upstream/main: (24 commits) framework - enable NTSYNC as a module on most kernels Add compilation of `resolve_btfids` to the kernel headers postinst script Make pahole as hard dependency on kernel headers ZFS requires package pahole in order to compile zfs module with success Rock-4D: Enable Wi-Fi & Bluetooth (armbian#9029) rockchip64-6.18: Enable the NPU on Turing RK1 config/kernel: (many) change CONFIG_DUMMY=y to =m ti: configs: Update K3 kernel configs (armbian#9019) `Automatic` board configs status synchronise fix missing bracket meson64: fix broken patch and overall rewrite patches Genio: Collabora Kernel config post rewrite Genio: Update Linux Kernel config build(deps): bump tj-actions/changed-files bump VERSION edge: bump to stable and rewrite patches add new board radxa-cm5-io ODroid-N2: enable btrfs support in u-boot ODroid-N2: switch uBoot v2022.10 to v2026.01 reapply patches Helios4: enable uboot-btrfs extension extensions: add uboot-btrfs extension to add btrfs support in u-boot `Automatic` board configs status synchronise board: youyeetoo-r1-v3: fix boot order to prioritize SD card over eMMC (armbian#9006) board: add Youyeetoo YY3588 support (armbian#9003) Signed-off-by: Jonas Wood <jw@ti.com>
armbian#9006) The device tree aliases show: - mmc0 = sdhci (eMMC, 8-bit, non-removable) - mmc1 = sdmmc (SD card, 4-bit, removable) Previous boot order (mmc0, nvme, mmc1) caused the system to always boot from eMMC when multiple storage devices were present, ignoring bootable SD cards. New boot order (mmc1, nvme, mmc0) now correctly prioritizes: 1. SD card 2. NVMe 3. eMMC This ensures consistent boot behavior when using SD card as primary boot device.
Description
Device tree aliases configuration:
Changed boot order from (mmc0, nvme, mmc1) to (mmc1, nvme, mmc0) to prioritize:
This ensures the system boots from SD card when present, instead of always defaulting to eMMC.
How Has This Been Tested?
Checklist:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.