-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmers are not connected. #90
Comments
Look at the edit dmesg
[78504.834024] usb 1-3: new high-speed USB device number 8 using xhci_hcd
[78504.982648] usb 1-3: New USB device found, idVendor=0483, idProduct=dada, bcdDevice= 0.01
[78504.982652] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[78504.982654] usb 1-3: Product: SF600-ISP
[78504.982655] usb 1-3: Manufacturer: SF600-ISP
[78504.982657] usb 1-3: SerialNumber: 20101207-0000
_______________________________________________________________
sudo ./dpcmd --check
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
1, SF700397
Programmer type : SF700
Firmware version : 4.1.017
FPGA version : 0x0a20
Hardware version : 4.1
________________________________________________
sudo ./dpcmd --detect
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
Device 1 (SF700397): detecting chip
By reading the chip ID, the chip applies to [ N25Q00AA11G MT25QU01GB ]
N25Q00AA11G chip size is 134217728 bytes.
________________________________________________
./dpcmd --auto ~/SMARC.bin
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
Error: Programmers are not connected.
SF100Linux-master$ sudo ./dpcmd -u~/SMARC.bin
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
Error: Programmers are not connected.
________________________________________________
sudo ./dpcmd --list-device-id 1
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
Error: Programmers are not connected.
Edit: Get ready for the OOOPPSSS sudo ./dpcmd --device 1 --auto ~/SMARC.bin
DpCmd Linux 1.14.20.12 Engine Version:
Last Built on Aug 20 2024
By reading the chip ID, the chip applies to [ N25Q00AA11G ]
N25Q00AA11G parameters to be applied by default
N25Q00AA11G chip size is 134217728 bytes.
Loading file, please wait ...(/home/USER/SMARC.bin)
Auto Sequences, please wait ...
Device 1 (SF70018D):
26.7s elapsed
Device 1 (SF700397):
Automatic program OK
Checksum(whole file): 87148448
Checksum(Written part of file): 87148448
|
Also having this issue, using the --device 1 worked for me. |
Nevermind, this code base is such a mess. 💩 |
Dediprog wake up your programmers are costing fortune, even the windows software are full of bugs and crashing all the time!!!!!! |
I have to use sudo to run ./dpcmd plus --device 1 to detect the proggramer. |
@Benwang217 Is it solved? I ran: |
@8Klaro8 Yes, I just restored from #87, please try again. |
@Benwang217 For both command I get the very same result/error. |
Hi DediProg team,
I recently received a new SF100 programmer and try to connect to my Linux computer, was able to built the software tool but got an issue to connect it.
Could you help on this issue and/or provide a starting guide to connect it?
Thanks!
Debbie
The text was updated successfully, but these errors were encountered: