Hi experts,
Please help on this URL https://e2e.ti.com/support/arm/sitara_arm/f/791/t/482852
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi experts,
Please help on this URL https://e2e.ti.com/support/arm/sitara_arm/f/791/t/482852
Thanks
Hi Ram,
thanks for your response.
DSP firmware dra7-dsp1-fw.xe66 is not loaded here hence this error.
check if lib/firmware/ has this firmware.
You should get some trace logs if it is loaded from
cat /sys/kernel/debug/remoteproc/remoteproc2/trace0
==> See below for the message
root@am57xx-evm:/lib/firmware# pwd
/lib/firmware
root@am57xx-evm:/lib/firmware# ls -l
...
lrwxrwxrwx 1 root root 21 Oct 7 19:58 dra7-dsp1-fw.xe66 -> dra7-dsp1-fw.xe66.ocl
-rw-r--r-- 1 root root 870888 Oct 7 18:49 dra7-dsp1-fw.xe66.dce
-rw-r--r-- 1 root root 21306292 Oct 7 19:08 dra7-dsp1-fw.xe66.ocl
-rwxr-xr-x 1 root root 6937149 Oct 7 17:53 dra7-dsp1-fw.xe66.test
lrwxrwxrwx 1 root root 21 Oct 7 19:58 dra7-dsp2-fw.xe66 -> dra7-dsp2-fw.xe66.ocl
-rw-r--r-- 1 root root 21306292 Oct 7 19:08 dra7-dsp2-fw.xe66.ocl
-rwxr-xr-x 1 root root 6937149 Oct 7 17:53 dra7-dsp2-fw.xe66.test
...
root@am57xx-evm:/lib/firmware# cat /sys/kernel/debug/remoteproc/remoteproc2/trace0
[ 0.000] 16 Resource entries at 0xfe800000
[ 0.000] registering rpmsg-proto:rpmsg-proto service on 61 with HOST
root@am57xx-evm:/lib/firmware#
dmesg | grep remoteproc
It should show the size of firmware.
==> See below for the message
root@am57xx-evm:/lib/firmware# dmesg | grep remoteproc
[69323.653357] Modules linked in: usb_storage ipv6 gdbserverproxy(O) cryptodev(O) cmemk(O) xhci_plat_hcd xhci_hcd usbcore rpmsg_rpc dwc3 joydev evdev virtio_rpmsg_bus udc_core snd_soc_simple_card ti_vip palmas_pwrbutton g pio_keys cpufreq_voltdm tmp102 snd_soc_omap_hdmi_audio leds_gpio extcon_usb_gpio rtc_palmas extcon_palmas phy_omap_usb2 snd_soc_tlv320aic3x mt9t11x pixcir_i2c_ts rtc_ds1307 ahci_platform libahci_platform omapdrm_pvr(O) om ap_wdt libahci ti_vpe videobuf2_dma_contig ti_vpdma libata v4l2_mem2mem videobuf2_memops videobuf2_core v4l2_common videodev ti_soc_thermal thermal_sys hwmon dwc3_omap media extcon rtc_omap omap_rng rng_core debugss_kmodu le(O) omap_remoteproc remoteproc virtio virtio_ring
...
[86193.276408] Modules linked in: usb_storage ipv6 gdbserverproxy(O) cryptodev(O) cmemk(O) xhci_plat_hcd xhci_hcd usbcore rpmsg_rpc dwc3 joydev evdev virtio_rpmsg_bus udc_core snd_soc_simple_card ti_vip palmas_pwrbutton g pio_keys cpufreq_voltdm tmp102 snd_soc_omap_hdmi_audio leds_gpio extcon_usb_gpio rtc_palmas extcon_palmas phy_omap_usb2 snd_soc_tlv320aic3x mt9t11x pixcir_i2c_ts rtc_ds1307 ahci_platform libahci_platform omapdrm_pvr(O) om ap_wdt libahci ti_vpe videobuf2_dma_contig ti_vpdma libata v4l2_mem2mem videobuf2_memops videobuf2_core v4l2_common videodev ti_soc_thermal thermal_sys hwmon dwc3_omap media extcon rtc_omap omap_rng rng_core debugss_kmodu le(O) omap_remoteproc remoteproc virtio virtio_ring
root@am57xx-evm:/lib/firmware#