On Tue, Aug 28, 2018 at 8:57 AM jithu nair <[email protected]> wrote: > > Hi Robert, > > Thanks alot for replying. Ok but when i searched i couldnt find a solution. > It will be really helpful if u will look into this. Here is the version.sh > log which u asked for. > > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh > [sudo] password for debian: > git:/opt/scripts/:[4dd50b306e4eb31a05bb72a9573febc3695f1f05] > eeprom:[A335BNLT00C04717BBBK0E43] > dogtag:[BeagleBoard.org Debian Image 2017-03-19] > bootloader:[/dev/mmcblk0]:[U-Boot 2017.03-00002-gd12b1519b4]
too old, you'd need 2018.03 > kernel:[4.4.54-ti-r93] wrong branch, you'll need v4.14.x-ti (4.14.65-ti-r72) > nodejs:[v6.14.3] > device-tree-override:[dtb=ibot_controls.dtb] this disables the config-pin path in v4.14.x-ti.. (4.14.65-ti-r72) This would get you that: ``` debian@test-bbb-2:~$ cd /opt/scripts/tools/ debian@test-bbb-2:/opt/scripts/tools$ git pull Already up-to-date. debian@test-bbb-2:/opt/scripts/tools$ sudo ./update_kernel.sh --ti-channel --lts-4_14 debian@test-bbb-2:/opt/scripts/tools$ sudo ./developers/update_bootloader.sh debian@test-bbb-2:/opt/scripts/tools$ sudo apt install --only-upgrade bb-cape-overlays ``` Just remember, to disable dtb=ibot_controls.dtb in /boot/uEnv.txt and have: enable_uboot_overlays=1 enable_uboot_cape_universal=1 enabled... 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/CAOCHtYhgpzuBPPr8e8LqhYBGXhQV%2BmhfY%3DGFBt5oGtTyaHOynA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
