Replies: 2 comments
-
That's interesting. Could you post what error messages you get? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I received error in my initlibmetal function. `#define SHM_DEV_NAME "3ed80000.shm" #define BUS_NAME "platform" int initlibmetal(void){
} int sys_init() {
}` I either get "Failed to open device 3ed80000.shm" or "Failed to get io region for 3ed80000.shm" . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a petalinux system and a few apps running at startup. Sometimes one or more applications get a libmetal error. I received errors from these functions "metal_device_open" or"metal_device_io_region". It happens once in 10 or 20 starts. When I received that error I tried to rerun the application manually and it ran fine. I only use the libmetal library to create shared memory between applications.
What could be the reason why I get this error at startup and not when I run it manually?
What is the reason why it happens occasionally?
Beta Was this translation helpful? Give feedback.
All reactions