This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
realtime:documentation:howto:tools:rteval [2023/08/09 06:31] tglozar Update rteval dependecies (no Python 2 supported, see rteval README; remove unnecessary dependencies, add python3-requests) |
realtime:documentation:howto:tools:rteval [2024/02/28 08:14] (current) tglozar [Installation] Update loadsource kernel version to 6.6.1 |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| <code bash> | <code bash> | ||
| - | $> git clone git://git.kernel.org/pub/scm/utils/rteval/rteval.git/tree/doc/rteval.txt | + | $> git clone https://git.kernel.org/pub/scm/utils/rteval/rteval.git |
| $> cd rteval | $> cd rteval | ||
| # The following kernel will be used by the kcompile workload. A different kernel version can also | # The following kernel will be used by the kcompile workload. A different kernel version can also | ||
| # used here. But, corresponding changes will have to be made in KLOAD in Makefile and kernel_prefix | # used here. But, corresponding changes will have to be made in KLOAD in Makefile and kernel_prefix | ||
| # in ./rteval/kcompile.py before installation. | # in ./rteval/kcompile.py before installation. | ||
| - | $> wget -P loadsource https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.8.tar.xz | + | $> wget -P loadsource https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.1.tar.xz |
| $> sudo make install | $> sudo make install | ||
| $> sudo make runit | $> sudo make runit | ||