Hardware Info: Difference between revisions

From FMods.net
(Created page with "== QNX tools == <!--T:1--> <span style="background-color: grey;">pidin</span>")
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== QNX tools == <!--T:1-->
<nowiki>== QNX tools ==</nowiki> <!--T:1-->
<span style="background-color: grey;">pidin</span>
 
<nowiki>======</nowiki> <code>pidin</code> ======
[https://openqnx.com/static/neutrino/utilities/p/pidin.html#id5 https://openqnx.com/static/neutrino/utilities/p/pidin.html]
 
Display information about the system:
<pre>
# pidin info
CPU:ARM Release:6.5.0  FreeMem:683Mb/2032Mb BootTime:Mar 19 17:35:42 UTC 2023
Processes: 139, Threads: 644
Processor1: 1093648626 Cortex A15 1000MHz FPU
Processor2: 1093648626 Cortex A15 1000MHz FPU
</pre>
 
====== <code>uname</code> ======
[https://openqnx.com/static/neutrino/utilities/u/uname.html#id7 https://openqnx.com/static/neutrino/utilities/u/uname.html]
 
Return the name of the operating system (POSIX):
<pre>
# uname -a
QNX localhost 6.5.0 2019/12/12-16:00:38CST TI-OMAP5432-Pasa-Ford-Sync3 armle
</pre>
 
== PASA (Panasonic) tools == <!--T:1-->
 
====== <code>hwid</code> ======
<code>hwid</code> - Displays info about S3 board.
 
<code>hwid bt</code> - Info about BT stack.
 
Example output:<pre>
# hwid
 
MY=17
RADIO_TYPE=NAVI
NVRAM_SIZE=64GB
RAM_SIZE=2GB
DRVC=0
CPU_FREQ=1000
HW_REVISION=A
</pre>

Latest revision as of 22:47, 11 May 2025

== QNX tools ==

====== pidin ====== https://openqnx.com/static/neutrino/utilities/p/pidin.html

Display information about the system:

# pidin info
CPU:ARM Release:6.5.0  FreeMem:683Mb/2032Mb BootTime:Mar 19 17:35:42 UTC 2023
Processes: 139, Threads: 644
Processor1: 1093648626 Cortex A15 1000MHz FPU
Processor2: 1093648626 Cortex A15 1000MHz FPU
uname

https://openqnx.com/static/neutrino/utilities/u/uname.html

Return the name of the operating system (POSIX):

# uname -a
QNX localhost 6.5.0 2019/12/12-16:00:38CST TI-OMAP5432-Pasa-Ford-Sync3 armle

PASA (Panasonic) tools

hwid

hwid - Displays info about S3 board.

hwid bt - Info about BT stack.

Example output:

# hwid

MY=17
RADIO_TYPE=NAVI
NVRAM_SIZE=64GB
RAM_SIZE=2GB
DRVC=0
CPU_FREQ=1000
HW_REVISION=A