This post will guide you through how to generate RTEMS record item from and send it back to
host.
Step 1: Clone the following repositories and set up the development environment
Step 2: The Qemu command line varies by board support package, here is an
example for the arm/xilinx_zynq_a9_qemu BSP:
Step 3: This requires to TAP virtual Ethernet interface for this:
After some seconds it will acquire a IPv4 link-local address, e.g.
Use telnet command to connect host to target.
Step 4: After successfully connected to the target, we can get event records
item from QEMU target text format by using the following commands:
The received trace generated on host will look like this:
The received event records items is not in CTF format.