Adding the &mmc2 node allows u-boot to see the node.
=> mmc list
mmc@4020000: 0 (SD)
mmc@4022000: 1
Not Complete, as the following error occurs when switching the the eMMC
=> mmc dev 1
Card did not respond to voltage select! : -110
The 2021.04 and 2021.07-rc3 boot boot fine (but only from the SD card.)
Doing a direct u-boot from the eMMC fails too.
U-Boot SPL 2021.07-rc3 (Jun 06 2021 - 05:14:03 +0000)
DRAM: 4096 MiB
Trying to boot from MMC2
MMC Device 1 not found
spl: could not find mmc device 1. error: -19
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
Adding the &mmc2 node allows u-boot to see the node.
=> mmc list mmc@4020000: 0 (SD) mmc@4022000: 1
Not Complete, as the following error occurs when switching the the eMMC
The 2021.04 and 2021.07-rc3 boot boot fine (but only from the SD card.) Doing a direct u-boot from the eMMC fails too.