Web lists-archives.org

RE: Trying to set up a NPG Real DVB-T PCI Card




This is what we need:

MO_GP0_IO:                       000004fb   (00000000 00000000 00000100 11111011)
MO_GP1_IO:                       000000ff   (00000000 00000000 00000000 11111111)
MO_GP2_IO:                       00000001   (00000000 00000000 00000000 00000001)
MO_GP3_IO:                       00000000   (00000000 00000000 00000000 00000000)

Those GPIO registers controls external devices. you'll need to start regedit before your video app. There's a mode at regspy that tracks changes on register. After starting, you'll have those values changed.

The firmware load happens when you change from PAL to NTSC. You may try to do this on your software and see what register will change.

For example, let's say that GPIO2 has xc3028 reset pin at bit 1. You'll notice something like this, during reset:

MO_GP2_IO:                       00000001   (00000000 00000000 00000000 00000001)
MO_GP2_IO:                       00000003   (00000000 00000000 00000000 00000011)
MO_GP2_IO:                       00000001   (00000000 00000000 00000000 00000001)

Cheers,
Mauro.

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list