On Fri, Jul 28, 2017 at 10:06 AM, Daren Schwenke <[email protected]> wrote: > Thought it was like you said, but here goes: > $ sudo /opt/scripts/tools/version.sh > [sudo] password for machinekit: > git:/opt/scripts/:[f898b97580b93fab9d71399fd4c6555e77e7bcfc] > eeprom:[A335BNLTBBG1BBG217013823] > dogtag:[Machinekit Debian Image 2017-07-26]
> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot > 2017.07-00002-g61c3ee0fb5] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2016.03-00001-gd12d09f] This will also create a problem. Your version u-boot in the eMMC is too old, so it's going to conflict with u-boot overlays.. sudo dd if=/dev/zero of=/dev/mmcblk1 count=1 seek=1 bs=128k Will remove the "mlo" file in the eMMC.. > kernel:[4.4.68-ti-rt-r112] > nodejs:[v0.10.42] > uboot_overlay_options:[enable_uboot_overlays=1] > uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo] > uboot_overlay_options:[enable_uboot_cape_universal=1] > pkg:[bb-cape-overlays]:[4.4.20170630.1-0rcnee1~jessie+20170719] > WARNING:pkg:[bb-wl18xx-firmware]:[NOT_INSTALLED] > WARNING:pkg:[firmware-ti-connectivity]:[NOT_INSTALLED] > machinekit@beaglebone:~/machinekit/configs/ARM/BeagleBone/Fabrikator-Mini-CRAMPS if you run: sudo apt update ; sudo apt upgrade you'll get the config-pin update too. ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
