I would like to briefly summarize some useful commands that can be used in QNX. If you need additional commands not covered here or want to explore detailed options for the commands, please refer to the QNX site at https://www.qnx.com/developers/docs/8.0/com.qnx.doc.neutrino.utilities/topic/about.html.
Basic Commands
1. pidin: Displays system process and state information.
$ pidin ar
2. slogger2: Used to log system messages.
3. slog2info: Displays system logs.
4. use: Shows usage information for a specific command or program.
5. pci: Displays information about PCI devices.
6. devb-: Runs block I/O drivers.
$ devb-<driver> [options]
7. mkifs: Creates a QNX image file system.
$ mkifs <options> <output_image> <buildfile>
8. crash: Generates a system crash dump.
9. waitfor: Waits until a specific file or device becomes available.
10. io- (e.g., io-blk, io-hid, io-audio): Starts specific I/O drivers.
$ io-blk [options]
$ io-hid [options]
$ io-audio [options]
11. nicinfo: Displays information about network interface cards (NIC).
12. slay: Terminates a process.
$ slay [PID]
13. qvm: Runs the QNX virtual machine.
$ qvm @[location of QNX hypervisor configuration file]
'Development' 카테고리의 다른 글
Prevent systemd logind service from turning off in idle state (background service) (0) | 2024.11.19 |
---|---|
Business Trip to China (Shanghai) - China Eastern Airlines (1) | 2024.11.18 |
To resolve the “make[5]: /bin/sh: Argument list too long” error (0) | 2024.11.14 |
The Latest AMD Ryzen 7985WX for Yocto Build (0) | 2024.11.10 |
Weekly - CW45 (Nov 4 ~ Nov 10) (1) | 2024.11.09 |