[BPI-R4-PRO] Mainline OpenWRT

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))

My main goal is to install “sing-box” and Momo

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

what target i need to choose? BPI-R4-Pro-8X? maybe you can give me .config file? :slight_smile:

Yes, it is same as with andrews pr