On Wed, Mar 17, 2021 at 10:33 AM John Allwine <[email protected]> wrote: > > What is necessary to set up a Beaglebone Black image with uio_pruss enabled > rather than remoteproc? > > If I wanted to build an image using this config file, for example: > https://github.com/beagleboard/image-builder/blob/master/configs/bb.org-debian-buster-console-v4.19.conf > > What steps would I have to take?
When you run "setup_sdcard.sh" to generate your target *.img or microsd, just don't pass any "--enable-uboot-pru*" options.. https://github.com/beagleboard/image-builder/blob/master/tools/setup_sdcard.sh#L2070-L2084 as the default is: uboot_overlay_pru=AM335X-PRU-UIO-00A0.dtbo https://github.com/beagleboard/image-builder/blob/master/tools/setup_sdcard.sh#L1303-L1348 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/CAOCHtYhYkAMPoOimtmJ2_nmCYeHQNr90SakpS4KRUC7T8r9H3g%40mail.gmail.com.
