Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4955

Advanced users • Re: NUMA Testing

$
0
0
This is pi4? Have you updated firmware (start4.elf).
vcgencmd version

It should insert numa=fake=2 automatically.
Yes it's a pi4, with up to date firmware & start4.elf

Code:

08a3a34b599be818b000610b14d076f0683acaceec94f48449210c1fe35038a2  firmware/start4.elf
"vcgencmd version" is a more definitive way to confirm the firmware you are running (but that sha256sum does match latest).

To confirm, are you saying with no changes made by yourself to cmdline.txt, you are not seeing "numa=fake=2" added automatically and you have to add it manually? That is not what I see on Pi4:

Code:

pi@pios:~ $ vcgencmd versionOct 17 2024 11:34:50 Copyright (c) 2012 Broadcomversion b580e2acde306434ab07a913745a21451643ff55 (clean) (release) (start)pi@pios:~ $ vcgencmd bootloader_version2024/10/21 15:24:54version 951e1cc9d8b1d81c0ca1783a0634605616970bc3 (release)timestamp 1729520694update-time 1729770198capabilities 0x0000007fpi@pios:~ $ uname -aLinux pios 6.6.58-v8+ #1809 SMP PREEMPT Wed Oct 23 11:53:53 BST 2024 aarch64 GNU/Linuxpi@pios:~ $ rpi-eeprom-configBOOT_UART=0WAKE_ON_GPIO=1POWER_OFF_ON_HALT=0SDRAM_BANKLOW=3pi@pios:~ $ cat /boot/firmware/cmdline.txt console=serial0,115200 console=tty1 root=PARTUUID=21779776-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GBpi@pios:~ $ cat /proc/cmdlinecoherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 numa_policy=interleave snd_bcm2835.enable_hdmi=0  numa=fake=2 smsc95xx.macaddr=DC:A6:32:AD:2A:38 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=21779776-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=GB
Note "numa=fake=2" is in /proc/cmdline but not /boot/firmware/cmdline.txt.

Statistics: Posted by dom — Thu Oct 24, 2024 11:53 am



Viewing all articles
Browse latest Browse all 4955

Trending Articles