Building SCFW Tests with option T=all

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

Building SCFW Tests with option T=all

606 Views
vzeric
Contributor III

Greetings,
I am using i.MX8 QuadMax MEK and I am trying to build SCFW Tests for that board. I am using next command:
make qm R=B0 B=mek M=1 D=1 U=2 T=all
But I am facing the error that m_text region is overflowed by 5670 bytes. When I run single test like this:
make qm R=B0 B=mek M=1 D=1 U=2 T=dsc
it will pass. Also I am running make clean always before running make qm R=B0 B=mek M=1 D=1 U=2 T=<test>. Did anyone have similar problem?

Best regards,
Vanja

0 Kudos
2 Replies

574 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hello Vanja.

The size of tcm is 256KB, the scfw test for all that you are trying to test will be over-sized. I would recommend you to try to test according to the list of 3.11 Testing of sc_fw_port.pdf.

 

Best regards

Harvey

 

571 Views
vzeric
Contributor III

Yes, I run tests like that, but I have thought that it is possible to run all tests at one.

0 Kudos