On 30.07.19 04:18, João Reis wrote: > Ok, that's it. But now, another error related to that memory region appears: > > FATAL: instruction abort at 0x4fffe1d0 > FATAL: forbidden access (exception class 0x20) > Cell state before exception: > pc: ffffff80080971d0 lr: ffffff8008768e14 spsr: 600001c5 EL1 > sp: ffffff8008e73ea0 esr: 20 1 0000086 > x0: ffffffc04d2b7a00 x1: ffffffc04cff6000 x2: 0000000000000000 > x3: ffffff8008768de0 x4: 0000000000000015 x5: 00ffffffffffffff > x6: 0000000029382596 x7: 0000000000000f94 x8: ffffffc04ff79404 > x9: 00000000000007df x10: ffffffc04ff793e4 x11: 0000000000001dd8 > x12: 0000000000000000 x13: 00000000000094e5 x14: 071c71c71c71c71c > x15: ffffff8008e78000 x16: ffffff800819b1e8 x17: 0000007fa7da3718 > x18: ffffffc04ff7a460 x19: ffffffc04cff6000 x20: ffffffc04cff6018 > x21: ffffffc04d2b7a00 x22: 0000000000000000 x23: ffffffc04cff6000 > x24: 00000009ed76160a x25: ffffffc04cff6000 x26: ffffff8008e82100 > x27: 0000000000000400 x28: 0000000000df0018 x29: ffffff8008e73ea0 > > The error happens in an address within the memory region i want to put the > Linux > images (3fd00000-5fffffff : System RAM), and that i declared on the config > file.
Which cell raises this error (you cut off that information)? If it is the root cell, it may lack LOADABLE rights for the region. If it happens after loading, you forgot to reserve that memory via "mem=" or dtb reservations. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/ef7a124c-e5e3-f61b-8ed0-aebf585c65d6%40siemens.com.
