Forum Topic - Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries: (5 Items)
   
Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries  
Hi,

I am relatively new to QNX and may be overlooking something stupid. I am trying to use QNX on the Beaglebone Black using
 the Texas Instruments AM335x Beaglebone/Beaglebone Black Board Support Package.

When I load the .bin that is precompiled (in /images) Neutrino starts up without any issues. However, when I compile my 
own - using Momentics Software Development Platform 6.6 Linux Host (Ubuntu 12.04) - no errors are given during the build
 but upon loading the .bin the following is displayed:

--------------------------

## Starting application at 0x81000000 ...

__________Board ID__________
header:  ee3355aa
name:    A335BNLT
____________________________
    BeagleBone Black detected    

VFPv3: fpsid=410330c3
coproc_attach(10): attach fe07a3fc (fe07ad24)
coproc_attach(11): attach fe07a3fc (fe07ad24)
Welcome to QNX Neutrino 6.6.0 on the Texas Instruments AM335x BeagleBone (ARMv7 Cortex-A8 core) - Board
Unable to start "devc-seromap" (2)
Unable to access "/dev/ser1" (2)
Unable to access "/dev/ser1" (2)
Starting MMC/SD driver...
Unable to start "devb-mmcsd-jacinto5" (2)
starting I2C driver...
Unable to start "i2c-omap35xx-j5" (2)
Unable to access "/dev/i2c0" (2)
starting WDT reset utility...
Unable to start "dm814x-wdtkick" (2)
starting Board ID driver...
Unable to start "am335x-boardid" (2)
Unable to access "/dev/bdid" (2)
Setting OS Clock from on-board RTC
Unable to start "rtc" (2)
Sat Jan 01 00:00:15 GMT 2000
Starting USB OTG Host driver...
Starting SPI driver...
Unable to start "spi-master" (2)
Starting network driver...
starting leds driver...
Unable to start "am335x-leds" (2)
Unable to access "/dev/leds" (2)
sh: No controlling tty (open /dev/tty: No such device or address)
sh: warning: won't have full job control
#

---------------------------

It seems as if the necessary libraries have not been included in the image (though they are all in the file structure /
prebuilt before the build, and /install after the build).

Does anyone know if there is something I am missing? Or is this an issue anyone else has encountered?

Thanks a lot.
Re: Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries  
I should also say that I haven't yet made any changes to beaglebone.build or build.
Re: Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries  
Interestingly the executables in /proc/boot (Neutrino) for my build are not marked as executable, for example:

-rw-rw-r--   1 1000      1000          46228 Apr 16  2014 devc-seromap

whilst they are for the original build:

-rwxr-xr-x   1 0         0             46228 Feb 25  2014 devc-seromap

Neutrino won't let me change them manually either.
Re: Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries  
I have the exact same issue with my build.
Any progress on the problem?
Re: Beaglebone Black Neutrino 6.6.0 BSP failing to start libraries  
To get around it I changed the file permissions in /prebuilt to execute for all users. Probably not the best solutions -
 but it works.