Project dm800se/500hd I2c Cypress board connection

Posted by: Toysoft

Project dm800se/500hd I2c Cypress board connection - 08/04/15 07:15 AM

Used the Cypress CY7C68013A EZ-USB FX2LP USB2.0 Developement Board/module which is also used for the vu boxes, and using BroadbandStudio 3.1

The main objective is to reach the Dreambox 800se / 500hd via the SCL / SDA method.
Just for the fun, and maybe it's useless, but it would be nice if it succeeded.

First thing to known is, if both boxes have a SCL/SDA connector, so this I have examined and found.
It's the P801 connector on both motherboards.
Just measure the ground pin, next to it is SDA, and then SCL.
The other is the 3vdc pin, but this is not needed.

Image 500hd see this,



And for the 800se, see this image,



Okay, so far so good.

BroadbandStudio 3.1 connection story.
This is another story because the bbs has no drivers for the bcm97405 CPU, but for the bcm97413.
These are almost identical, so too works an bcm97413 cpu fine on the 800se / 500hd board.
So most logical is to use the bcm97413 drivers, but unfortunately, it will not connect.



Then I had the idea to edit all the 7413 references, in the bcm97413 files, to 7405, which gives a better result, it now connects with the motherboard, but when choosing the bcm97405 drivers gives an update error, so something is still wrong.



But okay, it's connected, that's the good part.



But still, it's useless because of the errors, as the Video tool, or flash tool.



So, editing the files needs to be further investigated.
To be continued ....?

(Thank you to Johnny for publishing it)

Original Message by Johnny_B

All the best about hardware/support from Johnny_B, link :
http://jb8a8f8.com
http://jb8a8f8.nl
Posted by: Toysoft

Re: Project dm800se/500hd I2c Cypress board connection - 08/04/15 07:17 AM

One more photo ;o)

SCL, SDA on DM500HD...

TS
Posted by: Johnny_B

Re: Project dm800se/500hd I2c Cypress board connection - 08/04/15 07:43 AM

Yes, the last picture (RN702/706) does not have much use anymore, now it is known that it is accessible via the P801 connector.
I first discovered this with the search for the actual SCL SDA pin.
Later it found the P801 connector.
Posted by: diceman01

Re: Project dm800se/500hd I2c Cypress board connection - 08/04/15 09:17 PM

You guys make this hobby fun smile Finding out new and interesting things about our Linux boxes. I think we all play with them more than actually watch TV on them!
Posted by: Johnny_B

Re: Project dm800se/500hd I2c Cypress board connection - 08/06/15 06:25 AM

Yes it is more fun to play with the box, then only to watch. blush
But I have it fully working, with the bbs.

I started all over with the bbs software because I did it on the wrong way.
I only needed to make a copy from the Bcm97413.device file and change the,

<device name="Bcm97413" type="Broadcom.Driver.ReferenceBoard.Bcm97413">
to
<device name="Bcm97405" type="Broadcom.Driver.ReferenceBoard.Bcm97413">

And save it as Bcm97405.device to the Broadcom Driver map.

After that it works flawless, you can choose between the Bcm97413 or Bcm97405, both are connected.

Nand flash rom scripts.
For the DM800SE and DM500HD there were no scripts present in the bbs,
So I have made them myself.
I made them for Hynix HY27US08121A and HY27US08121B, but in fact both are equal.
These must be placed in the Broadcom Flashes folder.
You can find it in the zip file, including the Bcm97405.device file.


Steps...
Assuming the bbs software is installed.
1. Download the zip file
2. Copy the Bcm97405.device file to the c:\Program Files\Broadcom\Broadband Studio 3\Drivers folder.
3. Copy the Hynix HY27US08121A.xml and Hynix HY27US08121B.xml files to the c:\Program Files\Broadcom\Broadband Studio 3\Flashes folder.
4. Connect your Cypress board SCL/SDA/GND wires to the 800se or 500hd box, see the picture for the I2C connections.
Vcc is not needed.
5. Connect the Cypress usb cable to your computer and switch it on.
6. Switch on the dreambox.
7. Start the Broadband Studio 3 program and see the device list etc.

Good luck....