Part Number: AM5728
Tool/software: Code Composer Studio
Hi there,
I'm working with Linux processor-sdk 05.02.00.10 and RTOS processor-sdk 4.03.00.05.
I'm using Jailhouse hypervisor on a AM5728 based custom board, on which I'm running Linux on A15 core0 and TI-RTOS on A15 core1.
Linux kernel is 4.14.79 with RT-PREEMPT patch, supplied by TI.
When I'm using CCS to debug the A15 core1 on which the RTOS jailhouse inmate is running, and I set a HW watchpoint on some address
and attempt to intentionally read this address from the RTOS side, the watchpoint gets caught properly.
When I'm using CCS to debug the A15 core0 on which Linux is running as the root cell, and I set a HW watchpoint on some address
and attempt to intentionally read this address with devmem2, the watchpoint doesn't get caught.
Can you please advise?
Thanks a lot,
Nir.