I am trying to test the Desktop Linux SDK (1.0.0.7)
I installed it, I built it successfully, I installed the drivers successfully, I have configured my EVM6678L as recommended in the hardware setup guide,
I can see the board with lspci. After I ran the install_grub to reserve the memory, I have restarted my machine ,
Now the device driver (cmem) is installed and running and I can run the initialization scripts ( init_evm6678_1000.sh, dnld_demo_loopback.sh) successfully,
I created a test.file (into the directory "testfiles" as recommended)
When I run any test scripts (ex:run_dmatest.sh 1 0x400000), I can see that the driver is open successfully, memory is allocated and it creates all the Mailboxes (8) but just it hangs when opening the first Mailbox (So close to make it work)
Need Help to understand and troubleshoot this problem.