My Beaglebone White died after about 3 years of 24/7 use. I downloaded the "latest" Debian Stretch image (bone-debian-9.2-iot-armhf-2017-10-10-4gb.img.xz) and wrote a new SD card. Had no trouble copying over my code and building it. Edited the /boot/uEnv.txt file to try and make the pinmux match the BBW with these changes:
uncomment: disable_uboot_overlay_emmc=1 comment: uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo Everything seems fine and after I start my code all the /sys/class/gpio/gpio* direction and value stuff looks correct, but when I attach my hardware the system won't boot. What am I missing? I need to make the pinmux match what the original Beaglebone White defaulted to with Debian version 8.9 as I use virtually all the gpio pn J8, pins on J9 are not used. Searching found an article that said I need to rename /bbb-uEnv.txt to /uEnv.txt, I did and it didn't change anything. -- 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/8b62e98a-01f9-4b56-9b68-7c01e6f2ba24%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
