Hi all
For a couple of days I’ve been trying to connect (booting from the eMMc memory) to my BBB (bought a short time ago). As in other occasions, I tried to do it through the USB port of my laptop (I tried with all three), but I can not get it to boot, only the power LED lights up and the user LEDs remain off, I also tried powering the card with the 5v voltage adapter, but the result is the same.
Is it damaged ? Or some file has been deconfigured?
Since the power light is on, your board might be okay. Download the latest image and burn it using RPI imager. If that still does not boot then you will need to connect to the linux port and see where it is hanging up.
Hello, thanks for your response. Im new at using BBB. I already saves in a micro SD the last version of Debian. Im sorry but i dont understand the meaning of RPI, could you elaborate on that?
I was able to download the last image in the eMMC memory , now the BBB boots from there and the user led’s are already working.
This is very good news I was worried
I have one last question
I want to test the GPIOs of the BBB using node red and the johnny five library. I found this app from Texas instruments to program the AM335X processor signals. Is it possible to use it to configure the GPIO operation modes as inputs or outputs?
It is more in line with getting your device tree file set up for how you want it to work.
Plenty of ready built device tree files with the image, it should have some ports already turned on. You should be able to do some simple testing from CLI with the dt that loads with the image.