I just received a unlock code for rlp and pasted it in the RLP_Starter_Example code found on the wiki page “RLP getting started”.
When I try to run the managed code I get an error NotSupportedException on the rlp unlock function.
There was a remark about unlocking RLP on the wiki page (RLP Getting Started). Since I’m using the example (RLP_Starter_Example) mentioned on that page I thought it would be necessary to get an unlock code.
Using Netmf 4.2 unlocking doesn’t seem necessary but I’m still getting this error System.NotSupportedException on the RLP.LoadELF(elf_file); line.
I updated the wiki page, thanks for pointing it out.
Now, can you try other methods in GHI libs to make sure you are able to use any of the libs? Did you make sure you have the latest SDK and updated the firmware?
I think I found the the problem:
I tried to run the example in the emulator. Apparantly this is not possible.
Now I’m running it on my device (EMX) and that seems to be working.