RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

Does this work with a BBB A5C? #75

Open wicadmin opened 6 years ago

wicadmin commented 6 years ago

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

RobertCNelson commented 6 years ago

@2devnull yes, but remember it has to be a 1GB/2GB image, not the 4GB..

Regards,

wicadmin commented 6 years ago

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?

RobertCNelson commented 6 years ago

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,

RobertCNelson commented 6 years ago

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,

wicadmin commented 6 years ago

ok, great....so if I understand how to do this correctly, these are the only steps I need to follow?

Steps

RobertCNelson commented 6 years ago

Well, that's what i wrote..

wicadmin commented 6 years ago

great...If I just want a headless server that I can SSH into, would this image be sufficient? bone-debian-9.3-console-armhf-2018-01-28-1gb.img.xz

RobertCNelson commented 6 years ago

sure

wicadmin commented 6 years ago

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.

RobertCNelson commented 6 years ago

You can modify it to flash the eMMC by fallowing:

https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC

Regards,

wicadmin commented 6 years ago

k..got it. Will give it a whirl.