-
Notifications
You must be signed in to change notification settings - Fork 269
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
Posibility of adding MachXO2 #31
Comments
As I can see, by comparing both programming guide, instructions are same.
Please tell me if it's enough to use this device (or sent a PR). |
I have problem, when i try programming, give me this error:
where am I making mistake? |
Seems to have a problem with jed parsing. |
I've installed an raspbian buster on my raspberry3, compiled openFPGALoader:
Could you try on a computer to check if problem is around raspberry distribution or is with openFPGALoader. I think I must find a machXO2 to test. |
Yes, i´am using RASPBERRY PI 3B |
I have tried with raspbian stretch (but 9.11 instead of 9.4). |
I updated openFPGALoader and there was a change and it moved a bit:
send a report from dmesg is not a problem, should it have a parameter? progress is same for the older older "stretch" and on newer "buster" |
Last lines in dmesg may displays some informations.
to see all call use bt. It must display where the problem is, and list of function called between main and the line where the problem is Thank |
after many tries, i found out, i'm a dumbass, i wrote command: sudo ulimit -c unlimited. and it didn't work, command not found. After many attempts I tried it without sudo and it worked. Here is result:
|
This line shows where the crash occur but not the backtrack.
Anyway, I've found a machXO2 based board, but I need to wait some days before reception. |
new result is:
|
Thank, |
today is a step forward, I created a new build, and when it threw an error, I repeated yesterday's procedure so you could see the report
|
Thank. Now the problem is around Refresh. I pushed a modification to display status register when loadConfiguration fails. Could you update your repo and test again. Maybe this register will displays some interresting informations. |
Now is result:
|
Thanks. |
Hi. Tested and adding some fix: Could you update your repo and try again? |
Sorry for late answer, i tried communicate with my superior due to send jed file, because this project unfortunately is not open-source. But with last change in your program, is programming and verification functional. In file part.hpp ,is only one change, added this line what you send in second answer:
Thank you |
Great! |
Yes, i agree. |
Hi
Would it be possible to add "MachXO2" to the supported devices?
I would like to program "lcmxo2-7000hc-4ftg256c"
http://www.latticesemi.com/view_document?document_id=38834
is it possible? Thank you
The text was updated successfully, but these errors were encountered: