Atmel At91sam9263-EK graphics driver error

I got the following message when starting the board,
Welcome to QNX Neutrino 6.x on the Atmel AT91SAM9263-EK Board
Starting on-board ethernet with TCP/IP stack…
Starting I2C driver…
Starting SPI master driver…
Starting SPI slave driver…
Starting USB driver…
Starting Audio driver…
Starting Photon
Starting graphics driver
Fatal error - check sloginfo.
starting Input Drivers
Starting Window Manager
Starting calculator

try sloginfo

sloginfo

Time Sev Major Minor Args
Jan 01 00:00:00 5 10 0 ATMEL AT91 EMAC
Jan 01 00:00:00 5 10 0 Vendor … 0x0
Jan 01 00:00:00 5 10 0 Device … 0x0
Jan 01 00:00:00 5 10 0 Revision … 0x0
Jan 01 00:00:00 5 10 0 I/O port base … 0xfffbc000
Jan 01 00:00:00 5 10 0 Interrupt … 0x15
Jan 01 00:00:00 5 10 0 MAC address … 662200 021615
Jan 01 00:00:00 5 10 0 devn-at91sam: MII transceiver found at address 0.
Jan 01 00:00:00 5 14 0 tcpip starting
Jan 01 00:00:00 3 14 0 Using pseudo random generator. See “random” option
Jan 01 00:00:00 3 8 0 Unable to open “/etc/system/config/crtc-settings”
Jan 01 00:00:01 1 8 0 phfont_init
Jan 01 00:00:01 1 8 0 phfontXX started OK
Jan 01 00:00:01 1 8 0 FatalError
Jan 01 00:00:01 1 8 0 font extension error - unable to find rule io-f
ont
Jan 01 00:00:01 1 8 0 Unable to launch Photon Font Server main.
Jan 01 00:00:01 2 8 0 Unable to open font DLL
Jan 01 00:00:03 5 10 0 devn-at91sam: link up (100 BaseT Full Duplex)

Can anyone give me some information about what is wrong with it?
Thanks

Hello Gaozd,
Have you built the BSP with IDE Momentics? If so, try building the BSP from command line.
Regards,
Yuriy

Yuriy,
I tried with command line, it works.

Thank you.