Graphics driver for Custom Board( SA1110)

i am working on a strongarm SA1110 based board & am able to boot QNX on to
that board, ie thro Serial Port . I am getting the Shell( after slight
modifications in IPL & Startup code of SA1110-db BSP).

Now i want to run Photon on Hitachi DSTN Panel. So i a trying to modify
the configaration file SA1110.conf of devg-sa1110.so. But in this file
there is no Option for Dual Panel. But In PXA 250.conf there is a “num”
option. Can i use this “num” option in file SA1110.conf of
devg-sa1110.so.

Also what value should i give for the “board” option, as ours is acustom
board.
Regards
sam

sam <g_hullur@yahoo.com> wrote:

i am working on a strongarm SA1110 based board & am able to boot QNX on to
that board, ie thro Serial Port . I am getting the Shell( after slight
modifications in IPL & Startup code of SA1110-db BSP).

Now i want to run Photon on Hitachi DSTN Panel. So i a trying to modify
the configaration file SA1110.conf of devg-sa1110.so. But in this file
there is no Option for Dual Panel. But In PXA 250.conf there is a “num”
option. Can i use this “num” option in file SA1110.conf of
devg-sa1110.so.

When devg-sa1110.so was written, it was created for the 3 specific boards
listed in the driver config file, all of which had a single panel. So there
is currently no ‘num’ option in the driver.

The are a couple of possible ways to solve this problem:

The source for devg-sa1110.so is available in the graphics DDK, found at
/usr/src/ddk-6.2.1/graphics/hardware/devg/sa1110. If you have the specs
for the SA1110 LCD Controller (were available on Intel’s website) you
could make the required changes to get your panel going.

Contact your sales rep, to explore the options in having QNX add this
option to the driver.



Also what value should i give for the “board” option, as ours is acustom
board.

If you look at the driver source in the graphics DDK, you will see the
‘board’ option is used for the enabling and disabling of the backlight.
I would try each one to see which works with your custom board. If none
work, the driver will need to be modified.



Regards
sam