05-05-2021 06:24 AM
Hi, I want to set a kernel parameter (mem), for testing reasons. (I want to limit the physical memory avaliable)
I know the general procedure for normal Linux Distros, but I havent been able to get the NI Linux to take my kernel parametes.
Solved! Go to Solution.
05-05-2021 09:26 AM
On 64-bit x86 targets you can add additional kernel parameters by editing the otherbootargs variable in /boot/runmode/bootimage.cfg.
On ARM/Zynq based targets (e.g. cRIO-906x) you can add additional parameters by setting the othbootargs variable using fw_setenv othbootargs ...
05-06-2021 02:09 AM
Thanks 🙂 that worked