Hi I am having the same problem and can't solve it. Here is the output of "*sudo /opt/scripts/tools/version.sh "*
*git:/opt/scripts/:[0aa8fd09a1821f6f9197aada6ec69e9746e91f67]* *eeprom:[A335BNLT00C05016BBBK1BDB]* *model:[TI_AM335x_BeagleBone_Black]* *dogtag:[rcn-ee.net console Ubuntu Image 2018-09-11]* *bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2018.09-00002-g0b54a51eee]:[location: dd MBR]* *kernel:[4.14.67-ti-r74]* *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 check: to individually upgrade run: [sudo apt install --only-upgrade <pkg>]* *pkg:[bb-cape-overlays]:[4.4.20180803.0-0rcnee0~bionic+20180804]* *pkg:[bb-wl18xx-firmware]:[1.20180517-0rcnee0~bionic+20180517]* *pkg:[kmod]:[24-1ubuntu3rcnee0~bionic+20180515]* *WARNING:pkg:[librobotcontrol]:[NOT_INSTALLED]* *groups:[ubuntu : ubuntu adm kmem dialout cdrom floppy audio dip video plugdev users systemd-journal bluetooth netdev i2c gpio pwm eqep admin spi tisdk weston-launch xenomai cloud9ide]* *cmdline:[console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet cape_universal=enable]* *dmesg | grep pinctrl-single* *[ 1.247646] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568* *dmesg | grep gpio-of-helper* *[ 1.259666] gpio-of-helper ocp:cape-universal: ready* *END* I followed the same tips mentioned here but didn't work. Em quarta-feira, 29 de novembro de 2017 11:59:03 UTC, William Hermans escreveu: > > > > On Tue, Nov 28, 2017 at 7:06 PM, Robert Nelson <[email protected] > <javascript:>> wrote: > >> On Tue, Nov 28, 2017 at 8:02 PM, Mark A. Yoder <[email protected] >> <javascript:>> wrote: >> > bone$ dpkg --list | grep cape >> > ii bb-cape-overlays >> > 4.4.20171120.0-0rcnee1~stretch+20171120 armhf Device tree >> > overlays for Beaglebone. >> > ii roboticscape >> > 0.3.4-git20170602-0rcnee4~stretch+20171108 armhf Robotics Cape >> > Library and Examples >> > >> > Mine looks recent. Any suggestions on a fix? >> > >> > --Mark >> > >> > This might help... >> > bone$ sudo /opt/scripts/tools/version.sh >> > git:/opt/scripts/:[e5c23dc2a45f5c9ace291dd32e7c3d79edc1932d] >> > eeprom:[A335BNLT000C3114BBBK1969] >> > model:[TI_AM335x_BeagleBone_Black] >> > dogtag:[BeagleBoard.org Debian Image 2017-11-26] >> > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot >> > 2017.11-00002-g7b415acfc1] >> > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot >> 2015.01-00001-gb2412df] >> >> There's the issue, old u-boot in eMMC, so all teh U-Boot stuff is >> ignored.. and thus nothing is in sync.. ;) >> >> sudo dd if=/dev/zero of=/dev/mmcblk1 count=1 seek=1 bs=128k >> > > > So I'm seeing this as the biggest problem most people are having. It's > bitten me more than once too. Just got to remember people. Get into the > habit of pressing the boot button when flashing newer images. > -- 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/770fa0d1-41a5-4612-9d61-a20d38fbd723%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
