I am using JTrace Pro Cortex-M with the reference STM32F407 board on Ubuntu 16.04 LTS and this sample - wiki.segger.com/Use_SystemView_without_RTOS
The issue: when I press 'start recording' button, nothing happens. Not even an error.
I looked at similar threads (bad shared lib links) but none of these match my issue.
I have the following packages installed on Ubuntu 16.04 LTS (should be the latest ones) :
Udev rules are installed properly - Ozone and JLinkGDBServer work.
SystemView does find the JLink shared libraries which can be seen from the process map via 'cat /proc/$(pidof SystemView)/maps':
Log in SystemView does not show any error either.
Same setup works on Windows without problems. Any idea what else can be wrong?
The issue: when I press 'start recording' button, nothing happens. Not even an error.
I looked at similar threads (bad shared lib links) but none of these match my issue.
I have the following packages installed on Ubuntu 16.04 LTS (should be the latest ones) :
- jlink 6.622
- ozone:amd64 3.10.5
- systemview 3.10
Udev rules are installed properly - Ozone and JLinkGDBServer work.
SystemView does find the JLink shared libraries which can be seen from the process map via 'cat /proc/$(pidof SystemView)/maps':
Source Code
- 7f0674f4d000-7f06757b5000 r-xp 00000000 fd:01 25821454 /opt/SEGGER/JLink_V662b/libjlinkarm.so.6.62.2
- 7f06757b5000-7f06759b4000 ---p 00868000 fd:01 25821454 /opt/SEGGER/JLink_V662b/libjlinkarm.so.6.62.2
- 7f06759b4000-7f0676122000 rw-p 00867000 fd:01 25821454 /opt/SEGGER/JLink_V662b/libjlinkarm.so.6.62.2
Log in SystemView does not show any error either.
Same setup works on Windows without problems. Any idea what else can be wrong?