Dear Freescale/Timesys,
I updated our Phytec PCM052 platform to the new kernel 3.13 with device tree support, but I have a problem regarding the application "mqxboot".
When I start the application I get the usual output in linux:
# mqxboot aci_mqx_m4.bin 0x3f000000 0x3f0004e1
Loading aci_mqx_m4.bin to 0x3f000000 ...
len=1024
len=1024
len=1024
...
...
...
len=1024
len=1024
len=656
Loaded 101008 bytes. Booting at 0x3f0004e1...
done
But the program does not start on M4 (I have debug outputs on M4 on a second serial interface). The mcc kernel module has been loaded before, and I double checked the correct address for load and start with the map file of M4. When I load exactly the same binary on the previous Kernel 3.0 it works. Is there anything, which needs to be adapted for Kernel 3.13?
Thanks,
Johannes