Forum Topic - QNX 6.6 on BeagleBone Black keeps rebooting:
   
QNX 6.6 on BeagleBone Black keeps rebooting  
Hi,

this is my first time with QNX on ARM, I have a BeagleBone Black here with QNX 6.6.

QNX boots fine, I even get a shell prompt (I strictly followed "BSP_User_Guide_Texas_Instruments_AM335x_BeagleBone.pdf")
 but it keeps rebooting after a few seconds and I have no idea why. Is this normal behaviour? How can I make it stop 
rebooting all the time?

Here's what happens:

```
# ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2): 56 data bytes
...
64 bytes from 192.168.1.2: icmp_seq=27 ttl=255 time=0 ms

U-Boot SPL 2014.04-00015-gb4422bd (Apr 22 2014 - 13:24:29)
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2014.04-00015-gb4422bd (Apr 22 2014 - 13:24:29)

I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
gpio: pin 53 (gpio 53) value is 1
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
reading uEnv.txt
81 bytes read in 7 ms (10.7 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
Device: OMAP SD/MMC
Manufacturer ID: 3
OEM: 5344
Name: SU08G
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 7.4 GiB
Bus Width: 4-bit
reading ifs-ti-am335x-beaglebone.bin
3626804 bytes read in 288 ms (12 MiB/s)
## 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
Starting MMC/SD driver...
starting I2C driver...
starting WDT reset utility...
starting Board ID driver...
Board ID
header:  ee3355aa
name:    A335BNLT
version: ▒▒▒▒
serial:  ▒▒▒▒▒▒▒▒▒▒▒▒
config:  ▒▒▒▒▒▒
Setting OS Clock from on-board RTC
Wed Apr 23 20:39:59 GMT 2014
Starting USB OTG Host driver...
Starting SPI driver...
Starting network driver...
starting leds driver...
# Path=0 - TI OMAP3 MMCHS
 target=0 lun=0     Direct-Access(0) - SD:3 SU08G Rev: 8.0
```
Re: QNX 6.6 on BeagleBone Black keeps rebooting  
The latest trunk release (BSP_ti-am335x-beaglebone_br-660_be-660_SVN755110_JBN145.zip) seems to be fine (no reboots 
anymore).

But now I get this:

# qconn
ldd:FATAL: Could not load library libtracelog.so.1
Re: QNX 6.6 on BeagleBone Black keeps rebooting  
Libtracelog was added as a dependency of qconn.. just add it to your build file...

Sent from my BlackBerry 10 smartphone on the Rogers network.
  Original Message
From: Stefan Krüger
Sent: Sunday, August 31, 2014 7:18 PM
To: general-community
Reply To: general-community@community.qnx.com
Subject: Re: QNX 6.6 on BeagleBone Black keeps rebooting


The latest trunk release (BSP_ti-am335x-beaglebone_br-660_be-660_SVN755110_JBN145.zip) seems to be fine (no reboots 
anymore).

But now I get this:

# qconn
ldd:FATAL: Could not load library libtracelog.so.1




_______________________________________________

General
http://community.qnx.com/sf/go/post111594
To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com
Re: QNX 6.6 on BeagleBone Black keeps rebooting  
Thanks Colin, qconn works fine now. :)
Re: QNX 6.6 on BeagleBone Black keeps rebooting  
Hi,
I'm trying to find how to include the tracelog library in the image of the OS but have not found the way yet. Can you 
please indicarte me which are the specific steps to include the library from the IDE?
Thanks