i.MX6SoloX Linux & FreeRTOS shared resources

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6SoloX Linux & FreeRTOS shared resources

Jump to solution
738 Views
o_scherbinin
Contributor III

hello. i am using iMX6 SABRESD board.
i need FreeRTOS and Linux systems for this board loaded in RAM (DDR). Linux is placed at the beginning of RAM and FreeRTOS in the second half.
Then first u-boot ups m4 core (FreeRTOS) and it works fine till Linux starts and m4 loses its console. I can see that a fault
occures when Linux initializes NVIC.
The intended for m4 serial device is disabled in the device tree (using of m4 dts file).
I would like to know what is correct way work with two systmes at the same time.


With best wishes.

Labels (1)
0 Kudos
1 Solution
708 Views
igorpadykov
NXP Employee
NXP Employee

Hi o_scherbinin

 

for debugging hints one can look at similar issue on below link

https://community.nxp.com/t5/i-MX-Processors/GPT-capture-sample-on-M4-seems-to-hang-on-Linux-boot/m-...

 

Best regards
igor

View solution in original post

2 Replies
698 Views
o_scherbinin
Contributor III

Although, the fault was connected with incorrect area in my ld file, i find this link very useful.
Thank you Igor.

 

 

0 Kudos
709 Views
igorpadykov
NXP Employee
NXP Employee

Hi o_scherbinin

 

for debugging hints one can look at similar issue on below link

https://community.nxp.com/t5/i-MX-Processors/GPT-capture-sample-on-M4-seems-to-hang-on-Linux-boot/m-...

 

Best regards
igor