-
Notifications
You must be signed in to change notification settings - Fork 133
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
Cannot boot flashed BBB from beaglebone-black-make-microSD-flasher-from-eMMC.sh #88
Comments
@leearmstrong , sorry was out a conference.. The issue, 4.1.x's need to use uuid instead of the partition number: A quick grep, here are the if statements 4.1.x needs to drop into.. https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/functions.sh#L914 https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/functions.sh#L944 https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/functions.sh#L954 https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/functions.sh#L979 PS, 4.4.x "breaks" under uuid... So you gotta differentiate v4.1.x vs v4.4.x Regards, |
Ah thanks Robert (and no worries!!!!), Any way I can tell the script to use this then? |
Or any way to manually "fix" an image at all? |
I've just had a look and would replacing those if statements with... Be a valid fix? |
@leearmstrong that would work for you today, but break v4.10~4.19 kernels.. Regards, |
Yes fair point. Perhaps this would suffice then?
|
I made that change as per the last comment and now the flashing from the SD Card does not work. When it boots into the flasher shows the log below. Is there any other modifications I need to make at all? I have mounted the SD card it created and the /opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh file exists Boot after flash
Flashing Log:
|
I have used beaglebone-black-make-microSD-flasher-from-eMMC.sh for quite some time and I have just come to update an image I was using.
I updated to the latest scripts in this repo and managed to create an SD card flasher as per normal.
The SD card on a new BBB boots and appears to flash the BBB all ok. However when it then does it's first "flashed" boot it halts with the following...
The text was updated successfully, but these errors were encountered: