Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - beaglebonedemo building script: (4 Items)
   
beaglebonedemo building script  
Hi QNX,

       qnx sdp 6.6, qnx sdk for apps and media 1.1 release, beaglebonedemo.ext.anm11.258.150325_2017
       beaglebone black, touchscreen HDMI,

I am working on beaglebone black with beaglebonedemo of qnx 6.6. 

beaglebonedemo contains 4 files, i.e., MLO, qnx-ifs, u-boot.img, uEnv.txt. I copied these 4 files onto SDcard, and 
booted beaglebone black from SDcard. So far, everything went well.

However, I have a 7" touchscreen with resolution 1024x600, while beaglebonedemo graphics.conf defaults @ 800x480. I 
tried to modify the parameters in graphics.conf, but this file is in read-only mode.

I am wondering whether QNX experts able to provide the original building script of beaglebonedemo, or is there anyway to
 modify graphics.conf concurrently.

Please advise, thanks in advance

Mike
Re: beaglebonedemo building script  
The graphics.conf you need to change is in
C:\QNX660\product_deployment\QSAM\1.1\deployment\target\boards\beaglebone\etc\system\confiig\graphics.conf

You will need to rebuild/redeploy the entire image after the change.

Re: beaglebonedemo building script  
I just remembered.  You may be able to edit the graphics.conf file if you run "mount -uw /base" first - then edit.
Re: beaglebonedemo building script  
Hi Dennis Kellly,

works like a charm, thank you for the help.

Mike