IanSB / RGBtoHDMI

Bare-metal Raspberry Pi project that provides pixel-perfect sampling of BBC Micro video and conversion to HDMI
GNU General Public License v3.0
129 stars 6 forks source link

P6 on Lumacode Board? #32

Closed venice1200 closed 2 months ago

venice1200 commented 2 months ago

This is not an issue! I like to to know what function has P6 on the Lumacode Board.

image

Many Thanks

IanSB commented 2 months ago

@venice1200

It's connected to the reset button for use with the hardware reset option on models other than the Pi zero.

For the Pi zero you can solder a 2 pin header on the zero board and a matching 2 pin socket in the two holes to the right of P6 (which is actually P4 on the underside) and that will allow the hardware reset option to work.

Other Pi models like the zero2W or Pi 1 to Pi 4 don't have the matching 2 pin header on the Pi board so you have to use a cable to link up from P6 to the reset input on those Pi boards (the location varies from model to model).

The lumacode board and the latest issue 7 normal CPLD board support software reset when the reset button is pressed so making the hardware reset mod is no longer essential and it's really only useful during software development to recover from crashed software when the software reset won't work.

venice1200 commented 2 months ago

Many Thanks for the information!

And all the best