`into a 32GB SD card and inserted into BPi M2U. Powered up and checked the serial console output.Booting freezes with the following output:
Begin: Mounting root file system … Begin: Running /scripts/local-top … done.
Begin: Running /scripts/local-premount … Scanning for Btrfs filesystems
How to overcome this?
Thanks in advance
Regards Ganesh
My device showed similar symptoms - but it would be helpful if you could capture some more detailed debugging information by capturing the output of a verbose boot on the serial console.
Interrupt U-Boot by pressing any key within 1 second of applying power. Enter the following commands:
If you see something similar to this, then chances are you are having the same problem as me.
As a temporary workaround, I got past this problem by compiling a custom build of Armbian, with a patched device tree to disable the EMMC interface.
For me personally, that was enough to satisfy my needs, because I’m not planning to use the EMMC anyway. But if using the EMMC is desired, then the next step would be to try to figure out why it’s not working, and then create new patches to fix it.
Hi goosnarrggh
Thanks for taking time to reply. There was another ‘minimal’ image available at the same site. I have proceeded with that image since that was sufficient for me.
Thanks once again
Regards Ganesh