-
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
Does this work with a BBB A5C? #75
Comments
@2devnull yes, but remember it has to be a 1GB/2GB image, not the 4GB.. Regards, |
Hmm, I'll have to take a look at how to do this. On the surface, I thought this script may be doing it all based on HW. Is there any more current update than Wheezy for 2GB eMMC? |
It doesn't care about the hardware or eMMC size.. If you try to flash a 4GB image to the 2GB eMMC, it'll still try it's hardest, but fail.. Regards, |
Yes: from: https://beagleboard.org/latest-images Here's all the "2018-01-28" Stretch variants: https://rcn-ee.net/rootfs/bb.org/testing/2018-01-28/ Here's all the "2018-02-01" Jessie variants: https://rcn-ee.net/rootfs/bb.org/testing/2018-02-01/ Regards, |
ok, great....so if I understand how to do this correctly, these are the only steps I need to follow? |
Well, that's what i wrote.. |
great...If I just want a headless server that I can SSH into, would this image be sufficient? |
sure |
alright, I was not sure if it had to state "flasher" in its name to work. Thank you. I appreciate your help in sorting this through. |
You can modify it to flash the eMMC by fallowing: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC Regards, |
k..got it. Will give it a whirl. |
Hi,
I have an A5C BBB. Would this script work to put the right (2 GB) Debian OS on the eMMC?
https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/init-eMMC-flasher-v3.sh
The text was updated successfully, but these errors were encountered: