|
@@ -25,7 +25,7 @@ At the following link, a script can then be copied that carries out the test and
|
|
|
|
|
|
https://www.osadl.org/Create-a-latency-plot-from-cyclictest-hi.bash-script-for-latency-plot.0.html
|
|
|
|
|
|
-## Generation of a square wave signal with the standard kernel
|
|
|
+## Generation of a rectangle signal with the standard kernel
|
|
|
|
|
|
In order to make the previous results more visible, the generation of a square wave signal is very suitable. For this purpose, a GPIO of the Raspberry Pi can be monitored with an oscilloscope, which alternates between high and low levels in a defined time. This can be implemented very easily with the Python library RPi.GPIO, for example.
|
|
|
|
|
@@ -51,7 +51,7 @@ Make sure you have the correct version number. After a restart you should check
|
|
|
|
|
|
Run the test again and compare the results. Be careful not to overwrite the files the second time you run the test.
|
|
|
|
|
|
-## Generation of a square wave signal with the real-time kernel
|
|
|
+## Generation of a rectangle signal with the real-time kernel
|
|
|
|
|
|
Also run this test again and compare the results.
|
|
|
|