Other Parts Discussed in Thread: AM5718
Tool/software: Linux
I am working to bring-up the remoteproc mechanism in my custom AM5708 board.
The tutorial shows that I should have the following directory:
/sys/bus/platform/drivers/omap-rproc
However, I don't have such directory:
/sys/bus/platform/drivers# cd omap
omap-aes/ omap-dwc3/ omap-mailbox/ omap2-nand/ omap_dma_system/ omap_hwspinlock/ omap_rng/ omapdss_dispc/
omap-control-phy/ omap-elm/ omap-ocp2scp/ omap2_mcspi/ omap_dss6/ omap_i2c/ omap_timer/ omapdss_dss/
omap-des/ omap-gpmc/ omap-sham/ omap8250/ omap_gpio/ omap_l3_noc/ omap_wdt/ omapdss_hdmi/
omap-dma-engine/ omap-iommu/ omap-usb2/ omap_dispc6/ omap_hsmmc/ omap_l3_smx/ omapdrm/ omapdss_hdmi5/
Is there a particular package or kernel configuration I have to include for this feature to become available?
Thank you