Questions tagged [qnx-ifs]

QNX OS image filesystem file

QNX image filesystem file, containing the OS image: startup header, startup code, procnto runtime (microkernel, process manager, initialization code), boot script, and devf* drivers.

12 questions
2
votes
1 answer

QNX_HOST environment variable not set

I am compiling mlpack using QNX.Keep reporting the following errors: CMake Error at CMakeLists.txt:28 (message):QNX_HOST environment variable not set!!! I have added the following to CMakeLists.txt: set (QNX_HOST “/data/QNX/qnx700/host/linux”) set…
2
votes
1 answer

Launch QNX on QEMU emulating Cortex-A15

I have IFS images supposed to run on board similar to OMAP5 uEVM. I am trying to run it on a QEMU virtual machine with the same Cortex-A15 CPU. I have a bundle of questions, but first of all I would like to ask is it eminently doable? TLDR I decided…
Evgeni Lipatov
  • 326
  • 3
  • 12
2
votes
0 answers

How to create a QNX neutrino 7.0.0 bootable cd image?

I am a newbie in QNX and I have a question: How to generate a QNX 7.0.0 bootable image for x86 (32-bit) that I can burn on a CD disk and boot on my pc? I have asked a question that looks similar to this, but it was about booting with Photon…
1
vote
2 answers

How to generate ELF file for QNX IFS image

I need to do some Trace32 debugging and i need to see the symbols of the IFS image. I generate the IFS image for my ARM A9 platform but dont know how to generate the ELF file. can somebody help me out ? thanks.
1
vote
1 answer

Fatal: File system overrun error with mkxfs

I am trying to format image file with mkxfs command on Windows. I am always getting File System overrun error. http://www.qnx.com/developers/docs/7.0.0/#com.qnx.doc.neutrino.utilities/topic/m/mkxfs.html Command executed: mkxfs.exe -t qnx6fsimg …
Coder
  • 845
  • 1
  • 10
  • 20
1
vote
1 answer

Difference between a QNX "Flash filesystem image" and an "OS image"?

What is the difference between a QNX "Flash filesystem image" and a "OS image"? I've got an old PC104(x86) unit that works solely with a CompactFlash card drive and now I'm wondering if I need the first or the second one to put on my CF card. The…
Jim McAdams
  • 1,034
  • 1
  • 14
  • 30
0
votes
1 answer

readlink() error while reading /proc/self/exefile on QNX

I am working on QNX platform, in which I need to get the path of executable which is running. I have wrote a small peice of code, which is returning always -1: #include #include #include #include #include…
0
votes
1 answer

Unable to boot QNX 6.5.0 on Beaglebone black board

My Beaglebone Black work fine under the prebuilt image the images/prebuilt-bsp-ti-beaglebone.ifs comes with QNX bsp-nto650-ti-beaglebone-sp1-trunk-201209071340.zip which downloaded from foundry27. When I copy my newly built image on SD card and try…
0
votes
1 answer

How to access static library from the application in qnx660

I have installed qnx660 in Ubuntu 14.04. 1-I have created a test project hello world for application.In Build variant option i have selected x86 variant. While building the project there is no error message in the console. After building the…
Deepak Singh
  • 1,079
  • 2
  • 11
  • 15
0
votes
1 answer

How to start a background process in QNX using mkifs script?

I have a mkifs script file with .build extension for building a qnx .ifs image. I would like to start a process in background when my QNX is booted with the image. The process is a service which waits for incoming requests and never ends. I'm…
moorara
  • 3,897
  • 10
  • 47
  • 60
0
votes
2 answers

How to build os image including gcc g++ tool chain for ARM platform?

I am trying to build an OS image for TI OMAP4 Pandaboard. The downloaded BSP can be built but very limited without gcc g++ compiler. I think it much difficult to add the tool chain in QNX Momentics IDE, because there are so many files to be added.…
allenchen
  • 625
  • 10
  • 21
-1
votes
1 answer

qnx os learning path & automated drive

I am flutter developer and i think to learn qnx os and its automation usage and etc ; I search lot about it and , but did't found something good about it; Please provide me a Learning path to it
Akbar Masterpadi
  • 976
  • 8
  • 15