Ultimo Ultiom Jtag

Compo

Vu+ Newbie
Hi

Wondering if there are any jtag experts that have come across this error before ?

I've been handed a VU+ Ultimo which had the wrong bootloader cfe flashed to it so it needs jatagging, easy i thought. Wrong

Im using Broadcom studio and a crypress devolpment board as the jtag device, used it on other VU+ models with no issues until this box.

Basically before you flash the bootloader you have to tel Broadcom what chip it is your flashing to in this case its a samsung K9FG08U0A nand. Is that correct ? When i select this and hit the refresh button it returns this error.

Device id returned from the flash: D3 does not match ?

Now that looks obvious but it is the correct chip wondering id the xml file used is wrong.

Im stuck any ideas ?
 

Compo

Vu+ Newbie
Does any one have the Samsung K9K8G08U0D.xml file ?

This is i think the correct file for the flash nand in the ultimo not the one quoted in the VU.pdf guide.

regards
 

duggy

Vu+ Newbie
Make your own, its easy.

edit:

Try this, i don't have this box so I'm guessing here based on this datasheet (I think thats your chip?)
Code:
http://www.superhac.com/tablo/pdf/K9K8G08U0D-SCB0.pdf


<?xml version="1.0" encoding="utf-8" ?>
<Flash maker="Samsung" name="Samsung K9K8G08U0D" type="NAND" technology="SLC">
<Command type="Nand" programmode="Block" maxbyte="8192" />
<ID>
<Maker maxbyte="1" offset="0x00">0x3H</Maker>
<Device maxbyte="1">
<DevId offset="0x01">0x1H</DevId>
</Device>
</ID>
<Size unit="gbit">8</Size>
<Sector uniform="true" secure="false">
<MaxSector>8192</MaxSector>
<Size unit="kbyte">128</Size>
</Sector>
</Flash>
 

Attachments

  • K9K8G08U0D-SCB0.pdf
    625.7 KB · Views: 76
Last edited by a moderator:
Top