On Thu, Apr 11, 2019 at 5:54 PM <[email protected]> wrote: > > Zeroing out that part of the eMMC fixed the issue, thanks so much! > > And yes, I am running a BeagleBone Black although it might be very old and > has probabaly been used on different projects. It's colored black and there's > only one sticker on the ethernet port and it says "5V Rev C". Also, the board > only has a beagleboard.org logo in the silkscreen where the beaglebone logo > appears in newer models, and there is no logo above the USB port. > Additionally, the memory is manufactured by Kingston. > > For others reading this, here's the new version.sh output. What's strange is > that it now reports being a BeagleBone Green despite definitely being colored > black. > debian@beaglebone:/var/lib/cloud9$ sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[1aa73453b2c980b75e31e83dab7dd8b6696f10c7] > ]eprom:[A335BNLTBBG036Q > model:[TI_AM335x_BeagleBone_Green]
So what you have is a mis-programmed BeagleBone Black from GHI To fix this, run these commands: 1st: update the files in this local repo: debian@test-bbb-2:~$ cd /opt/scripts/ debian@test-bbb-2:/opt/scripts$ git pull 2nd, Take a wire and Connect TP4 (between Ethernet and Barrel Plug) to GND 3rd as "root" run this "one line" dd command (between #########).. (as gmail/google and most email mailers will word wrap it in 2 or 3 lines, but it's one line) ########## dd if=/opt/scripts/device/bone/bbb-eeprom.dump of=/sys/devices/platform/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom ########## and reboot... Regards, -- Robert Nelson https://rcn-ee.com/ -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiE7dcT6Su5KWYd6f1Yu%3DLiUwJXchp%2BLqee2Ebjj5V0nw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
