On Tuesday, 16 January 2018 15:08:51 UTC, RobertCNelson wrote: > > > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh > > > kernel:[4.4.91-ti-r133] > > > > uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo] > > > > > I edited this line: > > > > > uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-9-TI-00A0.dtbo] > > > > > > To point at the .dtbo that matched my kernel revision - it didn't make > any > > difference. > > Actually your running v4.4.x based kernel, use the > > uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo > > option.. > > TI rewrote the pru_rproc again in v4.9.x so the device tree node is > incompatible. > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ >
Gotcha - here is the output after correcting /boot/uEnv.txt: debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh [sudo] password for debian: git:/opt/scripts/:[d36fe9a7be9ebfc872b10a470e904ab4c61c4516] eeprom:[A335BNLT00C03816BBBK190D] dogtag:[BeagleBoard.org Debian Image 2017-10-10] bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 2017.09-00002-g0f3f1c7907] kernel:[4.4.91-ti-r133] nodejs:[v6.11.4] uboot_overlay_options:[enable_uboot_overlays=1] uboot_overlay_options:[disable_uboot_overlay_emmc=1] uboot_overlay_options:[disable_uboot_overlay_video=1] uboot_overlay_options:[disable_uboot_overlay_audio=1] uboot_overlay_options:[disable_uboot_overlay_wireless=1] uboot_overlay_options:[disable_uboot_overlay_adc=1] uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo] uboot_overlay_options:[enable_uboot_cape_universal=1] pkg:[bb-cape-overlays]:[4.4.20171009.0-0rcnee1~stretch+20171009] pkg:[bb-wl18xx-firmware]:[1.20170829-0rcnee1~stretch+20170829] pkg:[firmware-ti-connectivity]:[20170823-1rcnee0~stretch+20170830] -- 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/e65970d6-9ba3-446c-ac70-01ea64243d03%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
