Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unable to start any process: (2 Items)
   
Unable to start any process  
Hello people,

I am using Hawk board OMAPL138 and want to port QNX on it. I modified the OMAPL138 EVM BSP with the patch given by Vibi 
Sreenivasan (http://community.qnx.com/sf/go/projects.bsp/discussion.bsp.topc15531).  
After running the image on the board i get the following display on terminal,

Bytes transferred = 9243996 (8d0d5c hex)
## Starting application at 0xC0008000 ...
CPU Frequency is 300000000 Hz
CPU0: Dcache: 512x32 WB
CPU0: Icache: 512x32
CPU0: 41069265: arm926 rev 5 300MHz
SPI-Phys Base : 0x01f0e000
SPI-Size : 0x00001000
SPI-Mapped Base : 0x01f0e000
SPI: Init() -- Done
SPI: xfer() -- done
SPI: cmd_fast_read() -- done
SPI: xfer() -- done
network0, ivec idx 0 == 34
network0, ivec idx 1 == 35
uart0, ivec idx 0 == 25
uart1, ivec idx 0 == 53
uart2, ivec idx 0 == 61
spi0, ivec idx 0 == 20
spi1, ivec idx 0 == 56
i2c0, ivec idx 0 == 15
i2c1, ivec idx 0 == 51
usb0, ivec idx 0 == 58
usb1, ivec idx 0 == 59
usb1, ivec idx 1 == 60
rtc0, ivec idx 0 == 19
gpio0, ivec idx 0 == 42
gpio0, ivec idx 1 == 43
gpio0, ivec idx 2 == 44
gpio0, ivec idx 3 == 45
gpio0, ivec idx 4 == 46
gpio0, ivec idx 5 == 47
gpio0, ivec idx 6 == 48
gpio0, ivec idx 7 == 49
gpio0, ivec idx 8 == 50
timer0, ivec idx 0 == 21
timer0, ivec idx 1 == 22
timer1, ivec idx 0 == 68
timer2, ivec idx 0 == 96
wdog0, ivec idx 0 == 23
wdog0, ivec idx 1 == 24
SPI: Fini() -- done
Qtime->Interrupt: 21
Qtime->Timer_scale: -15
Qtime->Cycles_Per_Sec: 24000000
Qtime->Timer_Rate: 41666666
elf_map: 4K va=fe014000 pa=c001c000 sz=00084000 fl=0000000c
elf_map: 4K va=fe098000 pa=c00a0000 sz=0000a000 fl=0000000d
Header size=0x0000009c, Total Size=0x00000dc0, #Cpu=1, Type=4
Section:system_private offset:0x000001f0 size:0x00000068
Section:qtime offset:0x00000190 size:0x00000060
Section:callout offset:0x000000a0 size:0x00000048
Section:cpuinfo offset:0x00000148 size:0x00000020
Section:cacheattr offset:0x00000d80 size:0x00000040
Section:meminfo offset:0x00000dc0 size:0x00000000
Section:asinfo offset:0x00000b60 size:0x00000160
Section:hwinfo offset:0x000003b8 size:0x000007a8
Section:typed_strings offset:0x00000258 size:0x00000028
Section:strings offset:0x00000280 
Section:intrinfo offset:0x00000cc0 size:0x000000c0
Section:smp offset:0x00000dc0 size:0x00000000
Section:pminfo offset:0x00000dc0 size:0x00000000
Section:mdriver offset:0x00000dc0 size:0x00000000
Section:boxinfo offset:0x00000168 size:0x00000028
Section:cpu offset:0x00000128 size:0x00000020

System page at phys:c08e4000 user:fc404000 kern:fc404000
Starting next program at vfe0451cc
cpu_startnext: cpu0 -> fe0451cc

Welcome to QNX Neutrino 6.4.0 on the TI OMAPL138 HAWK Board
Unable to start "pidin" (2)
Unable to start "devc-ser8250" (2)
Unable to access "/dev/ser1" (2)
Unable to access "/dev/ser1" (2)
Unable to start "slogger" (2)
Unable to start "pipe" (2)
Starting On-Board Ethernet
Unable to start "io-pkt-v4" (2)
Unable to access "/dev/io-net/en0" (2)
Getting IP via DHCP...
Unable to start "dhcp.client" (2)
Starting I2C0 Services
Unable to start "i2c-dm6446" (2)
Unable to access "/dev/i2c0" (2)
Starting I2C1 Services
Unable to start "i2c-dm6446" (2)
Unable to access "/dev/i2c1" (2)
Starting SPI0 Services
Unable to start "spi-master" (2)
Unable to access "/dev/spi0" (2)
Starting SPI1 Services
Unable to start "spi-master" (2)
Unable to access "/dev/spi1" (2)
Starting USB driver
Unable to start "io-usb" (2)
Unable to access "/dev/io-usb/io-usb" (2)
Starting SATA driver
Unable to start "devb-ahci" (2)
Starting Graphics driver...
Unable to start "io-display" (2)
Unable to access "/dev/io-display" (2)
Unable to start "devc-pty" (2)
Unable to access "/dev/ptyp0" (2)
Unable to start "qconn" (2)
Starting INETD...
Unable to start "inetd" (2)
Unable to start "ksh" (2)
Unable to start "/usr/bin/gf_splash" (83)

Nothing happens after the last message i get on terminal.

Processes appearing after QNX neutrino...
View Full Message
Re: Unable to start any process  
from the top of my head the (2) means 'no such file or directory' and the (83) means 'cannot access shared library' , 
you can check /usr/include/errno.h for these numbers. so something went wrong with your pathes in general. check docs 
for mkifs util and PATH and LD_LIBRARY_PATH settings and the pathes passed to procnto in your image/buildfile header.