We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
Hello,
Just received my PocketBeagle and I looking to implement a Flight Controler based on the BBBMicro.
Flashed the latest Debian IOT and I can read the ADC when disabling
disable_uboot_overlay_emmc=1
disable_uboot_overlay_video=1
disable_uboot_overlay_audio=1
disable_uboot_overlay_wireless=1
cat sys/bus/iio/devices/iio:device0$ cat in_voltage0_raw read values OK
Upgrade to RT sudo /opt/scripts/tools/update_kernel.sh --bone-rt-kernel --lts-4_9
reboot
there is no file sys/bus/iio/devices/iio:device0$ cat in_voltage0_raw
ADC is working OK with 4.14 RT
PRU I am still struggling… Question:
You say that pru are enabled by default thru uio, it seem contradictory with my uEnv.txt:
###PRUSS OPTIONS
###pru_rproc (4.4.x-ti kernel)
uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
###pru_uio (4.4.x-ti & mainline/bone kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo
and shouldn’t the compatible field within dtbo include the pocket ?