Giter VIP home page Giter VIP logo

Comments (8)

static-void avatar static-void commented on August 16, 2024

If nothing is detected by i2cdetect it is possible there is something else wrong with your hardware setup, or maybe you've got the wrong I2C device. If neither of those is the issue, you can build with debug symbols and run with gdb to report back here where it gets stuck. To build with debug symbols run "make clean" and then "CPPFLAGS=-g make"

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

Hello Sir,
I am using ROVA Tools programmer software and FT232H programmer with RTD2660.
I get the following:
Error: device didn’t send ack byte during FTDIUSBInterface::Read
After this ,i am using ubuntu and install D2XX driver for FT232H. I2C working fine but my board not responding,When i send an ISP enable command.
Now i am using PC vga port,When i connect my monitor with VGA and run i2cdetect -y 1,it's show me random address.
I already checked all communication lines SCL,SDA and Gnd everything in my Board. And also double checked all supply, VDD and ADC_VDD, PVCC everything in a correct manner. In my board :
SCL1 ->> 58
SDA1 ->> 59
GND ->>GND
Serial Flash connected on
51,52,53,54 ...
Can you please tell me suggested errors?

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

What is the output from "i2cdetect -l"

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

myout

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

Well you have the correct interface. Have you tried a different VGA cable, as not all have the correct wiring apparently. I again suggest trying with gdb to see where it gets stuck

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

at that point :
I2C ready
Attempting to read chip ID...
Write to 6F failed, keep trying... /
.
.
.

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

The failure is when first attempting to speak to the flash IC over I2C, here: https://github.com/static-void/rtd266x_programmer/blob/master/i2clinux.cpp#L47

This suggests that either there is no flash IC present for the program to speak to, or the wiring is incorrect or flaky. Perhaps you should check the wiring of your VGA cable. Beyond that I don't know what to suggest (this is not a software problem).

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

Thank you Sir

from rtd266x_programmer.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.