Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot : (5 Items)
   
QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot  
I am new to QNX. I build the bsp as per BSP_User_Guide_Freescale_i.MX6x_SABRE_Smart_Devices.pdf. I renamed the image to 
QNX-IFS. I configured the board switches as stated in the manual. However when I power the EVK up it throws this error 
below. Can someone tell me what am I missing? 
 



U-Boot 2014.04-rc3 (May 18 2015 - 09:56:04)

CPU:   Freescale i.MX6Q rev1.2 at 792 MHz
Reset cause: POR
Board: MX6-SabreSD
DRAM:  1 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment

No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]
Hit any key to stop autoboot:  0
mmc1 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
** Unable to read file zImage **
Booting from net ...
FEC Waiting for PHY auto negotiation to complete......... TIMEOUT !
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
Re: QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot  
This issue has been resolved.
Re: QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot  
I see u-boot log  in your message. Do you booting by u-boot? It is much more easy to boot this BSP by IPL. There must be
 ipl-mx6q-sabresmart.bin in ./image directory with your BSP. So you can download IPL to your bootable SD-card like this:


sudo dd if=ipl-mx6q-sabresmart.bin of=/dev/sdb bs=512 seek=2 skip=2

Where /dev/sdb is your SD-card. After that you should to copy qnx-ifs image to SD card.

Regards, Vasily
Re: QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot  
I see u-boot log  in your message. Do you booting by u-boot? It is much more easy to boot this BSP by IPL. There must be
 ipl-mx6q-sabresmart.bin in ./image directory with your BSP. So you can download IPL to your bootable SD-card like this:


sudo dd if=ipl-mx6q-sabresmart.bin of=/dev/sdb bs=512 seek=2 skip=2

Where /dev/sdb is your SD-card. After that you should to copy qnx-ifs image to SD card.

Regards, Vasily
Re: QNX SDP 6.6 BSP for Freescale i.MX6x SABRE SmartDevices Fails to Boot  
I see u-boot log  in your message. Do you booting by u-boot? It is much more easy to boot this BSP by IPL. There must be
 ipl-mx6q-sabresmart.bin in ./image directory with your BSP. So you can download IPL to your bootable SD-card like this:


sudo dd if=ipl-mx6q-sabresmart.bin of=/dev/sdb bs=512 seek=2 skip=2

Where /dev/sdb is your SD-card. After that you should to copy qnx-ifs image to SD card.

Regards, Vasily