On Wed, Jan 17, 2018 at 1:31 PM, Hartley Sweeten <[email protected]> wrote: > Hello all, > > I was trying the bone-debian-9.1-lxqt-armhf-2017-08-31-4gb.img.xz with a > Newhaven NHD-7.0CTP-CAPE-N. It boots up fine and the screen and capacitive > touchscreen work great. But I noticed this WARNING in the dmesg: >
> This warning shows up with the 4.9.45-ti-r57 kernel from the image and with > the 4.9.76-ti-r91 kernel after doing a sudo > /opt/scripts/tools/update_kernel.sh. > > Is this a known issue in the kernel or do I have something setup > incorrectly? > > This is the output from the versions.sh script: > > $ sudo /opt/scripts/tools/version.sh > git:/opt/scripts/:[714e162ba98cf3d2897e7fc95e951c6df15a7d0a] > eeprom:[A335BNLT00C05014BBBK0A84] > model:[TI_AM335x_BeagleBone_Black] > dogtag:[BeagleBoard.org Debian Image 2017-08-31] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2018.01-00002-gcc9c2d1992] > kernel:[4.9.76-ti-r91] > nodejs:[v6.11.2] > uboot_overlay_options:[enable_uboot_overlays=1] > uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo] In /boot/uEnv.txt comment out: from: uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo to: #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo v4.9.x-ti uses remoteproc_pruss and you can't switch to the other "uio_pruss" option.. > uboot_overlay_options:[enable_uboot_cape_universal=1] > pkg:[bb-cape-overlays]:[4.4.20170728.0-0rcnee1~stretch+20170728] > pkg:[bb-wl18xx-firmware]:[1.20170829-0rcnee1~stretch+20170829] > pkg:[firmware-ti-connectivity]:[20170823-1rcnee0~stretch+20170830] > dmesg | grep pinctrl-single > [ 1.362988] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size > 568 > [ 1.750855] pinctrl-single 44e10800.pinmux: pin PIN95 already requested > by ocp:P9_19_pinmux; cannot claim for 4819c000.i2c > [ 1.762096] pinctrl-single 44e10800.pinmux: pin-95 (4819c000.i2c) status > -22 > [ 1.769223] pinctrl-single 44e10800.pinmux: could not request pin 95 > (PIN95) from group pinmux_bb_i2c2_pins on device pinctrl-single > END ^ this is caused by : pkg:[bb-cape-overlays]:[4.4.20170728.0-0rcnee1~stretch+20170728] (it's too old) run: sudo apt update ; sudo apt upgrade bb-cape-overlay and reboot: > I also notices this on the serial console when the board boots: > > Starting kernel ... > > [ 0.000925] clocksource_probe: no matching clocksources found > [ 1.369280] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle > [ 1.648806] omap_voltage_late_init: Voltage driver support not added > [ 1.656162] PM: Cannot get wkup_m3_ipc handle > [ 1.750855] pinctrl-single 44e10800.pinmux: pin PIN95 already requested > by ocp:P9_19_pinmux; cannot claim for 4819c000.i2c > [ 1.762096] pinctrl-single 44e10800.pinmux: pin-95 (4819c000.i2c) status > -22 > [ 1.769223] pinctrl-single 44e10800.pinmux: could not request pin 95 > (PIN95) from group pinmux_bb_i2c2_pins on device pinctrl-single > [ 1.781311] omap_i2c 4819c000.i2c: Error applying setting, reverse things > back > [ 1.792167] PM: Cannot get wkup_m3_ipc handle > > Do I need to change something? > > Also, is there any documentation on what packages can be safely removed from > this image for the BeagleBone Black? The image is pretty bloated: > > $ df | grep /dev/mmc > /dev/mmcblk1p1 3704040 2927544 568624 84% / If you want "x11 and the lcd screen" you can use the "2gb" lxqt image: https://rcn-ee.net/rootfs/bb.org/testing/2018-01-14/stretch-lxqt-2gb/ If you don't care about x11, and just using the fb on the lcd screen, grab the iot or console variant: https://rcn-ee.net/rootfs/bb.org/testing/2018-01-14/stretch-iot/ https://rcn-ee.net/rootfs/bb.org/testing/2018-01-14/stretch-console/ 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/CAOCHtYhk_jjpJXGnEZsm3Y1yub0NG7Zu61PWVjk_LW2XtdNaPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
