I see that “bootconf_emmc=mt7988a-bananapi-bpi-r4-pro-8x-emmc” in uboot console, but if there is this var, i have error “Waiting for root device /dev/fit0”.
If i use
“setenv bootconf_emmc mt7988a-bananapi-bpi-r4-pro-emmc
run boot_production”
in uboot console, system is starting.
This problem only occurs when I build the image myself. Plus, after loading, half the interfaces stop working, and the router behaves erratically.
Sorry about my English))
Yes it is an issue i fixed in my tree already but not yet added to andrews PR
-boot_recovery=led $bootled_rec on ; run sdmmc_read_recovery && bootm $loadaddr#$bootconf#$bootconf_emmc ; led $bootled_rec off
+boot_recovery=led $bootled_rec on ; run sdmmc_read_recovery && bootm $loadaddr#$bootconf#$bootconf_sd ; led $bootled_rec off