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
To me, it looks this commit is not part of a branch. Is this correct?
Is there a branch I could try to get OpenWRT running on such a board that is as close to mainline / vanilla OpenWRT as possible, but working?
Pcie overlays are now part of the pr after they got added mainline. Seems i rebased that branch so the commit itself got a new id and the old commit id is no more linked
many thanks! I was able to boot R4Pro_PR8. It looks fine on a quick glance.
There are some PCIE warnings / errors that make me a bit worried, but I haven’t found the time to play with m.2 modules, yet.