What is the error message "Unhandled fault: external abort on non-linefetch (0x1018) at 0x2b7d0054" for IMX Android -blog archive

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

What is the error message "Unhandled fault: external abort on non-linefetch (0x1018) at 0x2b7d0054" for IMX Android -blog archive

3,971 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

It is not the error message, it just means Freescale MMCodec had been used, such information was generated by MMCodec in liscense checking.

Tags (1)
0 Kudos
Reply
7 Replies

1,164 Views
shenpengru
Contributor I

Hi Qiang,

I modify the init.rc on my i.MX536 board, but the error is still appear.

    # fsl omx graphic manager media framework property

    setprop media.omxgm.enable-player 0

    setprop media.omxgm.enable-record 0

    setprop media.omxgm.enable-scan 0

0 Kudos
Reply

1,164 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

Hi Pengru,
    You need check the runtime image to confirm the modification is there. In runtime Android system, use the followed command:

# cat /init.freescale.rc

0 Kudos
Reply

1,164 Views
shenpengru
Contributor I

Hi Qiang,

Yes, I have get it on my runtime board:

#cat init.rc | busybox grep media

And I can see it.

0 Kudos
Reply

1,164 Views
enaud
Contributor III

where is init.rc? I not have..

0 Kudos
Reply

1,164 Views
charleschang
Contributor III

Thank you.

It works ! the error messge disappears.

0 Kudos
Reply

1,164 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

To disable the FSL codec, in init.rc, set the followed parameters to 0

    # fsl omx graphic manager media framework property
    setprop media.omxgm.enable-player 0
    setprop media.omxgm.enable-record 0
    setprop media.omxgm.enable-scan 0

0 Kudos
Reply

1,164 Views
charleschang
Contributor III

Could you tell me how to disable the mm-codec ?

I need to show it to customer to prove it's not system error.

Thanks.

0 Kudos
Reply