Flashing Debian to BBB in order to use kali linux?

34 views
Skip to first unread message

ddch...@gmail.com

unread,
Feb 13, 2020, 9:45:45 AM2/13/20
to BeagleBoard
i have a BBB that i bout years ago.  i believe its rev c.  at that time i was trying to flash it with debian but could never get it to work.  i gave up put the thing away.  got a soul crushing office job and havent looked at the thing sense.  i want a new job/side gig and i figured i could learn ethical hacking.  at this point i thought why don't i trying running kali linux on the BBB.  i put kali linux on an sd card so i could boot it and that has not been working at all.  two of the user leds light up and then the device just sits there not doing anything.  

My setup up is to connect an hdmi to a monitor, and hub for keyboard and mouse.  im thinking because my bbb still runs Angstrom that i am having an issue running kali since kali is debian based.  i have been trying to flash debian on to the bbb so that i can try booting kali that way.

i cant get the device to flash with debian.  i have looked at different videos on youtube describing the proccess and nothing has worked for me.  

i download the image with the gui and use win32 to burn the image.  i put the sd chip in the device holding down the boot button and 3 leds turn on and the device just sits there, no flashing or knight rider pattern.  i saw some tutorials that say to get into the boot folder and change the unev.txt file through the device itself and still nothing.  can someone give me a hand in getting this done?  or point me to a process that has worked for them?

also if you could give me some suggestions as to why kali is not booting from the sd chip that would be great.

Please tell me if this is wrong as well:
i want to use the BBB as a stand-alone computer with the latest version of debian.  i want to pulg it into a monitor and have a keyboard and mouse with a GUI running debian.  i can do this with angstrom but cant get the debian version of linux to flash and get this going.

i want to be able to insert the sd chip with kali and have it boot.  so that i can continue to learn how to hack.  then when im done with that i want to take the sd chip out and just run regular debian so that i can use the BBB to work with electronics.

i know i can use a vm on my computer which is what i am doing now but i want to do it this way sorry for being hard headed.  also i apologize for this post being all over the place. 

ddch...@gmail.com

unread,
Feb 13, 2020, 10:17:54 AM2/13/20
to BeagleBoard
Also i did not connect ethernet cable when doing this, was that a problem as well?

Hugo van den Brand

unread,
Feb 13, 2020, 1:15:38 PM2/13/20
to beagl...@googlegroups.com


Op do 13 feb. 2020 16:17 schreef <ddch...@gmail.com>:
Also i did not connect ethernet cable when doing this, was that a problem as well?

On Thursday, February 13, 2020 at 8:45:45 AM UTC-6, Daniel Chapa wrote:
i have a BBB that i bout years ago.  i believe its rev c.  at that time i was trying to flash it with debian but could never get it to work.  i gave up put the thing away.  got a soul crushing office job and havent looked at the thing sense.  i want a new job/side gig and i figured i could learn ethical hacking.  at this point i thought why don't i trying running kali linux on the BBB.  i put kali linux on an sd card so i could boot it and that has not been working at all.  two of the user leds light up and then the device just sits there not doing anything.  

First off, by default the BBB boots from the internal eMMC. To make it boot any SD card you need to press the usr button that is near the SD card. 

You are sure that you are using an image that works for arm?


When it really fails to boot, the distro might be missing the required kernel modules to support the hardware. 
In that case,  the kernel driver for the hdmi might not be loaded yet. 

I think the only way to debug is connect a cable to the debug terminal.
You need a tty client to use the cable. 
That could be putty, picocom or something else. 
With the terminal you can inspect the booting process and see which error it gives. 

For some more detail on the system you might want to read the system reference manual https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual


My setup up is to connect an hdmi to a monitor, and hub for keyboard and mouse.  im thinking because my bbb still runs Angstrom that i am having an issue running kali since kali is debian based.  i have been trying to flash debian on to the bbb so that i can try booting kali that way.

The distro that is present on the eMMC should not have any impact when you boot a distro from the SD card.


i cant get the device to flash with debian.  i have looked at different videos on youtube describing the proccess and nothing has worked for me.  

This is typically the point where you want to provide more detail. Which steps did you follow exactly? 
What did you expect? 
What happened instead? 
Any relevant information on the version of the software you are using? 


i download the image with the gui and use win32 to burn the image.  i put the sd chip in the device holding down the boot button and 3 leds turn on and the device just sits there, no flashing or knight rider pattern.  i saw some tutorials that say to get into the boot folder and change the unev.txt file through the device itself and still nothing.  can someone give me a hand in getting this done?  or point me to a process that has worked for them?

also if you could give me some suggestions as to why kali is not booting from the sd chip that would be great.

Please tell me if this is wrong as well:
i want to use the BBB as a stand-alone computer with the latest version of debian.  i want to pulg it into a monitor and have a keyboard and mouse with a GUI running debian.  i can do this with angstrom but cant get the debian version of linux to flash and get this going.

That should be no problem.
That should work with any distro that supports the hardware. 


i want to be able to insert the sd chip with kali and have it boot.  so that i can continue to learn how to hack.  then when im done with that i want to take the sd chip out and just run regular debian so that i can use the BBB to work with electronics.

i know i can use a vm on my computer which is what i am doing now but i want to do it this way sorry for being hard headed.  also i apologize for this post being all over the place. 

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f6e92fc5-daa7-417e-98b4-c906364853a8%40googlegroups.com.

ddch...@gmail.com

unread,
Feb 13, 2020, 1:39:56 PM2/13/20
to BeagleBoard


On Thursday, February 13, 2020 at 12:15:38 PM UTC-6, Hugo van den Brand wrote:


Op do 13 feb. 2020 16:17 schreef <ddch...@gmail.com>:
Also i did not connect ethernet cable when doing this, was that a problem as well?

On Thursday, February 13, 2020 at 8:45:45 AM UTC-6, Daniel Chapa wrote:
i have a BBB that i bout years ago.  i believe its rev c.  at that time i was trying to flash it with debian but could never get it to work.  i gave up put the thing away.  got a soul crushing office job and havent looked at the thing sense.  i want a new job/side gig and i figured i could learn ethical hacking.  at this point i thought why don't i trying running kali linux on the BBB.  i put kali linux on an sd card so i could boot it and that has not been working at all.  two of the user leds light up and then the device just sits there not doing anything.  

First off, by default the BBB boots from the internal eMMC. To make it boot any SD card you need to press the usr button that is near the SD card. 

You are sure that you are using an image that works for arm?


When it really fails to boot, the distro might be missing the required kernel modules to support the hardware. 
In that case,  the kernel driver for the hdmi might not be loaded yet. 

I think the only way to debug is connect a cable to the debug terminal.
You need a tty client to use the cable. 
That could be putty, picocom or something else. 
With the terminal you can inspect the booting process and see which error it gives. 

For some more detail on the system you might want to read the system reference manual https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual

/* the image of kali i am using is from that link and is the version made for the BBB.  i do push the boot button and the three leds turn on, but the device just sits there. i can try formatting the chip and creating the image again.  see what happens from there.  i was trying to avoid connecting to my computer and using putty to do this because a lot of the "how to's"  that i read said i didnt have to, but the videos did.  if i have to thats fine i can try doing things that way.*/  


My setup up is to connect an hdmi to a monitor, and hub for keyboard and mouse.  im thinking because my bbb still runs Angstrom that i am having an issue running kali since kali is debian based.  i have been trying to flash debian on to the bbb so that i can try booting kali that way.

The distro that is present on the eMMC should not have any impact when you boot a distro from the SD card.
/*so your saying that regardless of what is on the eMMC if i put in an sd chip that has a working version of BBB compatible Linux then it should boot right?*/ 


i cant get the device to flash with debian.  i have looked at different videos on youtube describing the proccess and nothing has worked for me.  

This is typically the point where you want to provide more detail. Which steps did you follow exactly? 
What did you expect? 
What happened instead? 
Any relevant information on the version of the software you are using? 
 
/*
i was expecting the same things as these.
i used the following links:
*/
 

 
i download the image with the gui and use win32 to burn the image.  i put the sd chip in the device holding down the boot button and 3 leds turn on and the device just sits there, no flashing or knight rider pattern.  i saw some tutorials that say to get into the boot folder and change the unev.txt file through the device itself and still nothing.  can someone give me a hand in getting this done?  or point me to a process that has worked for them?

also if you could give me some suggestions as to why kali is not booting from the sd chip that would be great.

Please tell me if this is wrong as well:
i want to use the BBB as a stand-alone computer with the latest version of debian.  i want to pulg it into a monitor and have a keyboard and mouse with a GUI running debian.  i can do this with angstrom but cant get the debian version of linux to flash and get this going.

That should be no problem.
That should work with any distro that supports the hardware. 

/*Here i am under the impression that once i fix the flashing issues and make sure that the kali image is the right image i should be able to do this no problem?*/ 


i want to be able to insert the sd chip with kali and have it boot.  so that i can continue to learn how to hack.  then when im done with that i want to take the sd chip out and just run regular debian so that i can use the BBB to work with electronics.

i know i can use a vm on my computer which is what i am doing now but i want to do it this way sorry for being hard headed.  also i apologize for this post being all over the place. 

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagl...@googlegroups.com.

ddch...@gmail.com

unread,
Feb 13, 2020, 1:44:09 PM2/13/20
to BeagleBoard

ok so the link in blue is the one i used to make the image because it says GUI which is what i want.  i just saw the one in red though that says flasher.  with that one also have a gui ?  Maybe thats my problem? or at least one of them?


Capture.PNG

Robert Nelson

unread,
Feb 13, 2020, 2:02:13 PM2/13/20
to Beagle Board, ddch...@gmail.com
Sounds like your having lots of problems, do you have a usb serial adapter available to you too plug into j1?


I've been in vacation, so replies will be late.

Regards,


On Thu, Feb 13, 2020, 12:44 PM <ddch...@gmail.com> wrote:

ok so the link in blue is the one i used to make the image because it says GUI which is what i want.  i just saw the one in red though that says flasher.  with that one also have a gui ?  Maybe thats my problem? or at least one of them?


Capture.PNG

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.

ddch...@gmail.com

unread,
Feb 13, 2020, 2:08:28 PM2/13/20
to BeagleBoard
yes i think i still have the one i made in college.  i would have to look if not i could just cut up a spare usb cable


On Thursday, February 13, 2020 at 1:02:13 PM UTC-6, RobertCNelson wrote:
Sounds like your having lots of problems, do you have a usb serial adapter available to you too plug into j1?


I've been in vacation, so replies will be late.

Regards,


On Thu, Feb 13, 2020, 12:44 PM <ddch...@gmail.com> wrote:

ok so the link in blue is the one i used to make the image because it says GUI which is what i want.  i just saw the one in red though that says flasher.  with that one also have a gui ?  Maybe thats my problem? or at least one of them?


Capture.PNG

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagl...@googlegroups.com.

Hugo van den Brand

unread,
Feb 13, 2020, 3:46:24 PM2/13/20
to beagl...@googlegroups.com
The links and movies are all about the ubuntu image. 
There seem to be two approaches for flashing a ubuntu image on the eMMC:
1. Use a flasher image
2. Use a ubuntu image and configure it to automatically flash

I guess either approach should work. 
If not I would connect a cable. 

For the kali image, you want to flash it on an SD drive and then I would expect it to boot. If not, use a cable. 

Note that the cable also should contain a chip from usb to uart (ftdi is the a known supplier of these chips).

Op do 13 feb. 2020 20:08 schreef <ddch...@gmail.com>:
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f5d01413-3d47-491b-af51-1b27f9c1d676%40googlegroups.com.

Dennis Lee Bieber

unread,
Feb 13, 2020, 4:01:58 PM2/13/20
to Beagleboard
On Thu, 13 Feb 2020 10:39:40 -0800 (PST), in
gmane.comp.hardware.beagleboard.user
ddchapa09-Re5JQE...@public.gmane.org wrote:

>
>
>On Thursday, February 13, 2020 at 12:15:38 PM UTC-6, Hugo van den Brand
>wrote:
>>
>> The distro that is present on the eMMC should not have any impact when you
>> boot a distro from the SD card.
>>
>/*so your saying that regardless of what is on the eMMC if i put in an sd
>chip that has a working version of BBB compatible Linux then it should boot
>right?*/
>

My understanding of the current boot scheme is that...

IF the boot-select is held down when power is applied (not just a
reset!), booting takes place entirely from the SD card -- including loading
u-boot from the SD card.

In MODERN images, if the boot-select is NOT held down, then u-Boot is
loaded from the eMMC -- and modern u-Boot then determines if a bootable OS
exists on the SD card, and transfers control to it (including, I believe,
the uEnv.txt file -- so if the SD card is a flasher image, it automatically
gets flashed)..

One problem: older u-Boot images assumed the kernel would load device
tree overlays; newer u-Boot loads the overlays. As a result, if one boots
from an image using an old u-Boot -- no device tree overlays get loaded,
and the kernel likely fails to function.

Angstrom is down-right ancient -- not even my first BBB had Angstrom on
it. Those older images (including the early Debian versions) made use of a
small FAT partition for booting. Newer Debian images do not use a FAT
partition (they create a virtual read-only FAT /after/ booting for purposes
of the "starting beaglebone" stuff that shows up in Windows).


PLEASE verify you have a 4GB Rev-C board. I don't know if even the IoT
image will fit on a 2GB pre-Rev-C board.

Given the age of the board, you may need to wipe the start of the eMMC
(SSH to the card after booting from eMMC, and using some "dd" command --
search the group for an example) -- wiping out the boot sector and u-Boot,
which should result in the boot sequence reverting to the SD card. Then use
(I recommend the IoT image just to give more free space) and confirm it
boots. If it boots (and you have 4GB eMMC), modify the uEnv.txt to turn the
card into a flasher. With luck it will reflash the eMMC with a working
Debian and update the u-Boot stuff (Caveat: I've never had to go to the
level of wiping the boot sectors -- regular flashing of Debian images has
been sufficient; I did have to use the boot-select to do that with Debian
Wheezy and I think the first Jessie images).

>/*
>i was expecting the same things as these.
>i used the following links:
> http://derekmolloy.ie/write-a-new-image-to-the-beaglebone-black/
> https://youtu.be/_nPj1cCFrRk
> https://youtu.be/oRGrm8RfGCE
>*/
>

"updated 2015" -- that page may be a bit out-of-date. Many sites have
deprecated Win32 Disk Imager -- the preference these days appears to be
Balena Etcher (though W32DI may be of use if trying to create an image file
FROM and SD card; Etcher does not do that direction, but does work directly
from compressed archives).


As mentioned above -- my recommendation would be to download the IoT
image, write it to a 4+ GB card. Presuming you haven't yet wiped the eMMC
boot sectors... Insert the SD card, hold down the boot-select button (S2),
and insert the power adapter. If it boots it should be the IoT image.

Presuming the IoT image booted, navigate to the uEnv.txt file and
uncomment the last line -- this converts the image to a flasher image.
Shutdown the unit, remove power supply. Repeat the above boot sequence (S2,
apply power). With luck you get the 4LED Larson scanner effect and the eMMC
will be flashed with the new image.

Hmmm -- have you verified the SD card slot is functioning? Maybe boot
the eMMC Angstrom image, insert the SD card, and mount the card -- then
explore it to make sure you can read it.

If the SD card slot is okay, but you can't get it to boot the SD card
image (even with S2 held down while applying power), it may be time to try
wiping the eMMC.


--
Dennis L Bieber

Dennis Lee Bieber

unread,
Feb 13, 2020, 4:06:54 PM2/13/20
to Beagleboard
On Thu, 13 Feb 2020 11:08:13 -0800 (PST), in
gmane.comp.hardware.beagleboard.user
ddchapa09-Re5JQE...@public.gmane.org wrote:

>yes i think i still have the one i made in college. i would have to look
>if not i could just cut up a spare usb cable
>
Uhm... That's a USB-Serial adapter for 3.3V TTL serial. And you need
the Serial end to connect to the BBB. You can't just hack a USB cable and
connect wires to the BBB (among other things, USB is 5V; even a 5V TTL
serial adapter will be a problem, and don't even think of using a
USB<>RS-232 [which may have 12V signal])).



--
Dennis L Bieber

ddch...@gmail.com

unread,
Feb 13, 2020, 4:09:04 PM2/13/20
to BeagleBoard
how do i check the version of the board?


ddch...@gmail.com

unread,
Feb 13, 2020, 4:13:53 PM2/13/20
to BeagleBoard
the Sd slot is working. the sd card i have with kali loaded on it, i can see the files on it when i plug it into the sd slot of the bbb.  will using the iot image still let me hook up to a monitor and have a gui interface?

Hugo van den Brand

unread,
Feb 13, 2020, 4:29:22 PM2/13/20
to beagl...@googlegroups.com
There is an onboard eeprom that holds this info https://github.com/beagleboard/beaglebone-black/wiki/System-Reference-Manual#64_Board_ID_EEPROM

You can read it out using i2c.
Maybe the link below can help on what tools to use: https://www.richud.com/wiki/Rasberry_Pi_I2C_EEPROM_Program

Op do 13 feb. 2020 22:08 schreef <ddch...@gmail.com>:
how do i check the version of the board?


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/152d3547-86b5-4631-a453-67634fb71d89%40googlegroups.com.

Robert Nelson

unread,
Feb 13, 2020, 4:56:41 PM2/13/20
to Beagle Board


On Thu, Feb 13, 2020, 3:09 PM <ddch...@gmail.com> wrote:
how do i check the version of the board?


Take a picture of it from the side and top. And post it..

Regards,

Robert Nelson

unread,
Feb 13, 2020, 4:59:31 PM2/13/20
to Beagle Board


On Thu, Feb 13, 2020, 3:01 PM Dennis Lee Bieber <dennis....@gmail.com> wrote:
On Thu, 13 Feb 2020 10:39:40 -0800 (PST), in
gmane.comp.hardware.beagleboard.user
ddchapa09-Re5JQE...@public.gmane.org wrote:

>
>
>On Thursday, February 13, 2020 at 12:15:38 PM UTC-6, Hugo van den Brand
>wrote:
>>
>> The distro that is present on the eMMC should not have any impact when you
>> boot a distro from the SD card.
>>
>/*so your saying that regardless of what is on the eMMC if i put in an sd
>chip that has a working version of BBB compatible Linux then it should boot
>right?*/
>

        My understanding of the current boot scheme is that...

        IF the boot-select is held down when power is applied (not just a
reset!), booting takes place entirely from the SD card -- including loading
u-boot from the SD card.

'before' power is applied.. once power is applied there state is already set.

Sysboot pins are read at power up .

Regards, 

Dennis Lee Bieber

unread,
Feb 13, 2020, 10:18:13 PM2/13/20
to Beagleboard
On Thu, 13 Feb 2020 13:12:49 -0800 (PST), in
gmane.comp.hardware.beagleboard.user
ddchapa09-Re5JQE...@public.gmane.org wrote:

>the Sd slot is working. the sd card i have with kali loaded on it, i can
>see the files on it when i plug it into the sd slot of the bbb. will using
>the iot image still let me hook up to a monitor and have a gui interface?
>

My preference for the IoT image is that it takes up less storage, and
may be faster to get it running -- it is optimized for network connected
devices. The current LXQT image barely fits in the 4GB eMMC (others have
reported being unable to run "sudo apt update/sudo apt upgrade" due to lack
of space incurred by the amount of changes since the stock image was
created).

My approach has been to try to get a working updated Debian/u-Boot
image into the eMMC, before attempting to use anything else.

For running X-Window applications, one likely should use an 8+GB SD
card (using the partition resizer script to expand the 4GB image to use the
entire card).

debian@beaglebone:~$ uname -a
Linux beaglebone 4.14.108-ti-r113 #1 SMP PREEMPT Wed Jul 31 00:01:10 UTC
2019 armv7l GNU/Linux
debian@beaglebone:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 220100 0 220100 0% /dev
tmpfs 49496 5496 44000 12% /run
/dev/mmcblk1p1 3704040 2307996 1188172 67% /
tmpfs 247476 0 247476 0% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 247476 0 247476 0% /sys/fs/cgroup
tmpfs 49492 0 49492 0% /run/user/1000
debian@beaglebone:~$

Note that the IoT (with updates) is using 67% of the eMMC (and obviously
can not be flashed to an older 2GB board. Don't know if the console-only
images are much smaller).


>On Thursday, February 13, 2020 at 3:09:04 PM UTC-6, Daniel Chapa wrote:
>>
>> how do i check the version of the board?
>>

If mine is an example, the revision is on the sticker attached to the
expansion header -- mine is, as I recall, a CircuitCo board; most boards
now come from other manufacturers. eMMC size is also an indicator -- 4GB
being standard on Rev-C.


--
Dennis L Bieber

ddch...@gmail.com

unread,
Feb 13, 2020, 10:37:09 PM2/13/20
to BeagleBoard


well i feel like an idiot.  this whole time i thought i had a 4gb BBB and i just found the box of the kit i bought.  turns out its the 2gb version.  so now that i know its the 2gb version how does that change things and what are my options.  i am probably gonna buy a new BBB along with a raspberry pi kit.  but what can i do with the BBB that i have now.  do i flash it with a different version of debian that is for the 2gb format? or should i just use it with putty? 

20200213_212429[1324].jpg




Hugo van den Brand

unread,
Feb 14, 2020, 2:12:26 AM2/14/20
to beagl...@googlegroups.com
The regular distros are made to be complete for the users. 

An alternative is creating your own "distro". That way you can select all features you want. 
However, you still run the risk of wanting more than fits on the eMMC.
If you want to go that route you probably want to use a tool like buildroot and a cross compiler. Buildroot lets you select which packages to build and automate the build.
You should be able to run it in a VM.

The easier alternative is to just boot your system from the SD card. That way the size of the SD card is the limit. 




Op vr 14 feb. 2020 04:36 schreef <ddch...@gmail.com>:


well i feel like an idiot.  this whole time i thought i had a 4gb BBB and i just found the box of the kit i bought.  turns out its the 2gb version.  so now that i know its the 2gb version how does that change things and what are my options.  i am probably gonna buy a new BBB along with a raspberry pi kit.  but what can i do with the BBB that i have now.  do i flash it with a different version of debian that is for the 2gb format? or should i just use it with putty? 

20200213_212429[1324].jpg




--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/77f44514-6c82-4d27-bc59-9aad0f19cb6f%40googlegroups.com.

Chris Green

unread,
Feb 14, 2020, 6:18:31 AM2/14/20
to beagl...@googlegroups.com
ddch...@gmail.com wrote:
> [-- multipart/alternative, encoding 7bit, 66 lines --]
A basic non-Gui non-desktop Linux will work perfectly well, consumes
about 1Gb or so. I have 'console' Debian and Ubuntu running on 2Gb
BBBs without any problem. Lots of space to spare.

--
Chris Green
·

ddch...@gmail.com

unread,
Feb 14, 2020, 9:24:11 AM2/14/20
to BeagleBoard
ok.  so the image i was trying to flash to my BBB was a 4gb sd chip bootable.  not a flash image.  if i put the 4gb sd bootable version in the sd slot then i should have seen the device boot but it didnt.  i was expecting a flash process.  right there i see a red flag.
why would the bootable sd not boot?  the image is corrupt? am i supposed to download and create the image using the BBB?  Ive been doing everything on my laptop.

Robert Nelson

unread,
Feb 14, 2020, 10:13:49 AM2/14/20
to Beagle Board


On Fri, Feb 14, 2020, 8:24 AM <ddch...@gmail.com> wrote:
ok.  so the image i was trying to flash to my BBB was a 4gb sd chip bootable.  not a flash image.  if i put the 4gb sd bootable version in the sd slot then i should have seen the device boot but it didnt.  i was expecting a flash process.  right there i see a red flag.
why would the bootable sd not boot?  the image is corrupt? am i supposed to download and create the image using the BBB?  Ive been doing everything on my laptop.


It will boot, just follow these directions exactly..

Plug in SD card.
Using your finger nail, hold down the boot button.
Insert power with other hand.
Once LED's start to blink, remove finger nail from button.

Regards,

ddch...@gmail.com

unread,
Feb 14, 2020, 10:15:22 AM2/14/20
to BeagleBoard
ok ill burn the image back onto the sd chip and try this.

ddch...@gmail.com

unread,
Feb 14, 2020, 9:23:19 PM2/14/20
to BeagleBoard
Followed the instructions.
Two user leds turned on
They did not blink just stayed like that for a while
I tried yhe sd with the kali image and the lights did not even turn on.
Removed the sd chip and applied power and angstrom booted up with the gui

n Friday, February 14, 2020 at 9:13:49 AM UTC-6, RobertCNelson wrote:
F

evilwulfie

unread,
Feb 14, 2020, 9:56:37 PM2/14/20
to beagl...@googlegroups.com
LOL @ angstrom

if i remember right it probably has only 2gb emmc on that board
so flashing is not an option

ddch...@gmail.com

unread,
Feb 14, 2020, 10:03:03 PM2/14/20
to BeagleBoard
Im not even trying to flash it anymore i was trying to have it boot from the sd chip and even thats not working
Reply all
Reply to author
Forward
0 new messages