Replies: 1 comment
|
Rename /boot/boot.src on the eMMC to prevent booting from the eMMC. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Device Information
DISK_TYPE='emmc'in/etc/ophub-release)MAINLINE_UBOOT='/usr/lib/u-boot/h96maxx3-u-boot.bin.sd.bin'What I'm trying to do
Boot CoreELEC from an SD card temporarily and non-destructively (to test USB 3.0 behavior under a different kernel/PHY init — see #3601 — without touching the working Armbian eMMC install).
What I tried
sm1_s905x3_4gdevice tree renamed todtb.imgat the root of the FAT partition.Question
Since ophub's own u-boot is already flashed to eMMC on this device, does the AV-jack reset button still force SD-card boot on this setup, or does it only trigger Amlogic USB Burning Tool mode (i.e. it just sits waiting for a PC running the official burning tool, and silently falls through to eMMC if none responds)?
Is there a documented/safe way to force this board to boot from an SD card without serial/UART access, given the eMMC already has a valid ophub-installed system on it (e.g. a
bootfromsdu-boot env var, or some other supported key/jumper sequence)? Trying to avoid bricking a device that's currently in daily use.Any pointers appreciated — thanks!
All reactions