-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beaglebone can't boot from emmc #167
Comments
@jerryyip please include the output of:
to help aid in debugging. Regards, PS, while i no longer test v4.4.x/v4.9.x, (the recommended minimal is now v4.14.x) they should still work at this point. |
@RobertCNelson As my borad can't boot from emmc, I also build a image which boots from SD card with the save config file. And here is the output of version.sh:
It seems |
v4.14.x added a new Bluetooth driver and substantial hdmi device tree changes.. For v4.4.x/v4.9.x we made Bluetooth work with a "fake" led and a bootup-script, very fragile.. With v4.14.x we could use the serdev driver and it would just work.. (but this doesn't exist on v4.4.x/v4.9.x) So yes v4.14.x is highly recommended.. The next 'large' breakage for our bb-cape-overlays package shouldn't occur till now (v5.8.x) as TI changed the MMC/SDIO driver.. So that'll take a few years become the new default..
This look wrong... "GW1A" is a BeagleBone Green Wireless.. Can you please confirm which board you actually have, might have to re-flash the firmware.. HEre are some pretty pictures to help: Green: Green Wireless: Regards, |
@RobertCNelson Thanks for your guidance. And for the wrong model name, I think it should be caused by the lack of am335x-bonegreen-wireless-uboot-univ.dtb ?
Thanks again, |
Recently(May 2020) I built a image(kernel 4.9.80-ti-r98) for my beaglebone green. After I flashed the new image to the emmc, I found that my board couldn't boot from emmc and stayed at u-boot.
Here is something strange I found in dmesg:
Can anyone tell me what is happening to my board? Would it be a problem of the device trees? I build this image with
apt install overlayroot bb-cape-overlays
from rcn-ee. And when I reflashed the previous built image to emmc, it could work again.The text was updated successfully, but these errors were encountered: