Part Number: PROCESSOR-SDK-AM62X
Tool/software:
Hello,
I'm running the AM62x dev board with Linux kernel 6.12.13-ti. The system comes up fine but I'm seeing these errors when the R5F core is being initialized at boot time:
platform bus@f0000:bus@b00000:r5fss@78000000:r5f@78000000: found no memory resource for atcm
platform bus@f0000:bus@b00000:r5fss@78000000:r5f@78000000: failed to get internal memories, ret = -22
k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_core_of_init failed, ret = -22
k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_of_init failed, ret = -22
k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: probe with driver k3_r5_rproc failed with error -22
Prior to kernel 6.12.13-ti, I was running kernel 6.6.58-ti and was not seeing those errors. I also saw those same errors in what appears to be one of your CI/CD tests running 6.12.13 kernel too.
Any idea what those errors are pointing to, and whether or not this was fixed in a later kernel release? Thanks.