> r...@150.162.62.61:~# fbset -fb /dev/fb/3
>
> mode "720x480-60"
>     # D: 12.500 MHz, H: 14.863 kHz, V: 59.932 Hz
>     geometry 720 480 720 480 16
>     timings 80000 121 0 16 0 0 0
>     bcast true
>     laced true
>     nonstd 1
>     rgba 0/0,0/0,0/0,0/0
> endmode

I do not know the meaning of all parameters clearly (Any one tell me ?).
Today I update the DVSDK to 1.3 . I use the uImage on the host via
tftp  and use the file system on the host via NFS.
When I set the Uboot:
setenv  bootargs  console=ttyS0,115200n8 noinitrd rw ip=dhcp
root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=120M
The Linux is OK but the demo cannot run.
When I change to:
 setenv bootargs
video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16,2025K
davinci_enc_mngr.ch0_output=COMPOSITE
davinci_enc_mngr.ch0_mode=$(videostd) console=ttyS0,115200n8 noinitrd
rw ip=dhcp root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock
mem=120M
The demo is OK.

Uboot parameters can configure the fbdev.  spruek9.pdf  tell me how to
"FBDev Driver Configuration"

Good luck.



-- 
Thanks,
Zhenfeng Ren

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to