Intel Assabet ARM NTSC Video


This page has some brief information and completely undocumented hacks which attempt to force the Assabet ARM board to produce NTSC video.

I never got NTSC video to work, but I got very close. I believe some small tweeks to the video controller should make it work. I did not, however, write any code to allow normal /dev/fb access to the new NTSC video format. The pixel format changes from rgb to UV space and the pixels are encoded in a different format. Running in NTSC mode requires two fields (this is interlaced video) and the frame buffer map is different.

I found most of the helpful information in the Intel v2.x diagnostic code for the Assabet. The v1.x diagnostics didn't have any code to support NTSC.

user space hacks

kernel hacks