I got the same, including this:BillStephenson wrote:I just got an email telling me they're getting ready to send out my kit. I'm pretty excited to get it. I've never soldered anything that small before so it will be fun to take a crack at it. I've got my +2.75 specs ready
so into the post on Friday morning perhaps?If this is the correct address, you're all set.
If this is NOT the correct address, you can fix it right here. Just be sure to make any changes in the next 48 hours!
I doubt it'll be quite that soon. I had that email and a follow-up update email:BMS Doug wrote:so into the post on Friday morning perhaps?
Ah well, they come when they come.rpdom wrote:I doubt it'll be quite that soon. I had that email and a follow-up update email:BMS Doug wrote:so into the post on Friday morning perhaps?
"we should have them by early next week"
"We anticipate that the vast majority of backers will receive their orders before Christmas"
So, a week or two until we get our grubby little mitts on them.
I've used paint to modify this drawing (bad quality to keep image size down, sorry), the orange marks the Pins that are not available (in use by the VGA board) the white pins are available for use.Pi Supply wrote:the only free GPIO are GPIO 22-27 (BCM not physical pins) and the two HAT pins (physical pins 27 and 28 on B+)
(pin references are hardware numbers not BCM).simplesi wrote:I changed which pins are available for using as inputs between ScratchGPIO4 and ScratchGPIO5
So pin 3 is not available as an input but you can use any of the other pins that appears as sensor values i.e. 7,8,10,19.21,22,23,24 and 26
Simon
Thanks Simon, I was wondering if some of them may have been set as outputs but I wasn't sure. That does give 4 output pins to 2 input pins but I guess any combination of just 6 GPIOs will end up feeling limited.simplesi wrote:I think a slight confusion has crept in - the pins mentioned in other thread (7,8,10,19.21,22,23,24 and 26) are just the default A/B input pins - 11,12,13,15,16,18 are set as default outputs
ScratchGPIO6 supports the A+/B+ extra pins so we should be OK - I'll be testing as soon as my VGA boards arrives
Simon
I had to search for Gert's manual to find out where the components should go (the pi-supply website had no details nor even a link to the pdf), page 6 has the assembly instructions.BillStephenson wrote:Cool!! I'm excited to hear more.
Mine probably won't be here for a few weeks yet. It's sure traveling a long way for $3 though, so I'm not complaining.
You mention building a new kernel, but Gert's doc says you can do rpi-update and put the device tree file in the right place.BMS Doug wrote:pics or it didn't happen
To start working with the FTS/DTS/DTB you'll need to move forwards to the 3.18.1 kernel.DirkS wrote: You mention building a new kernel, but Gert's doc says you can do rpi-update and put the device tree file in the right place.
Mind you, I have soldered my board but have not yet tested it...
You're right, but the VGA666 actually works with older 'firmware' + kernelDougieLawson wrote:To start working with the FTS/DTS/DTB you'll need to move forwards to the 3.18.1 kernel.
sudo BRANCH=next rpi-update
gets you started with that kernel.
Had a few problems at first, but that was because I forgot to blacklist spi and i2cLinux raspitab 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux

I nominate the other Doug to do that.mahjongg wrote:would be nice if someone wrote a simple to read HOWTO for it.
Code: Select all
sudo apt-get update
sudo apt-get install rpi-updateCode: Select all
sudo rpi-updateCode: Select all
wget https://github.com/fenlogic/vga666/blob/master/setup/dt-blob-dpi.bin
sudo mv dt-blob-dpi.bin /boot/dt-blob.binCode: Select all
sudo nano /boot/config.txtCode: Select all
enable_dpi_lcd=1
display_default_lcd=1Code: Select all
sudo nano /etc/modprobe.d/vga666-blacklist.confCode: Select all
blacklist spi-bcm2708
blacklist i2c-bcm2708Code: Select all
dpi_group=2
dpi_mode=35
I know, they're just meant as more general reference.mahjongg wrote:neither two links can be construed as a "how to use the Gert VGA 666 HowTo", but your following instructions are.
Sure, no problem.Mind If I put them in a sticky as such?
Oddly i saw (Dirk's) how to in the beginners thread before I saw this, he did a much better job of writing the how to than I would have.DougieLawson wrote:I nominate the other Doug to do that.mahjongg wrote:would be nice if someone wrote a simple to read HOWTO for it.
No idea about shipping and all that. The main product page is here with £6 inc tax in the UK.Joe Schmoe wrote:For my benefit and that of others, could someone say explicitly here how to order this kit (from within the USA) and how much it costs (including all taxes, licenses, surcharges, interest fees, etc) ?
When i went to the link it said that shipping to arizona (I picked a state at random) would be 4.99 for a total of 9.99 (pounds sterling) (the item price dropped from 6 pounds to 5 pounds as you don't have to pay VAT) I don't know if you will need to pay an import tax at your end.Joe Schmoe wrote:For my benefit and that of others, could someone say explicitly here how to order this kit (from within the USA) and how much it costs (including all taxes, licenses, surcharges, interest fees, etc) ?
Thanks.
Thanks, fixed now.BMS Doug wrote:I removed the " " to make the url work.
