ColorCNC Colorlight 5A-75E/5A-75B as FPGA controller board
to write into flash I have to use -f --unprotect-flash Flags to write into permanent memory.
Otherwise it would write into temporary memory, which falls Back when reset the Chip or Power off
Please Log in or Create an account to join the conversation.
what are the other Boards?can't wait to play with it
[attachment=53387]post2.jpg[/attachmattachmen
Please Log in or Create an account to join the conversation.
nice closed-loop driver for NEMA17 and 23
Please Log in or Create an account to join the conversation.
Thanks for pointing that out!deroj post=270934 userid=31037I am using openFPGALoader with Altera usb-blaster.
to write into flash I have to use -f --unprotect-flash Flags to write into permanent memory.
Otherwise it would write into temporary memory, which falls Back when reset the Chip or Power off
Please Log in or Create an account to join the conversation.
If you are interested I'm on the same journey and already drawed some nice housings for the Servo57c's www.printables.com/model/465393-nema23-s...ve-case-with-connect it is work in progress but I'm about to release the final versionMKS SERVO42C SERVO57C
nice closed-loop driver for NEMA17 and 23
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
is it ok to build for ColorLight_5A_75E_V6_0 ?
how can i test the board ?
Thanks
EDIT: sorry, sorry, works wrong IP
root@station:# openFPGALoader -c usb-blaster -r -f --unprotect-flash 5a-75e.json/LiteX-CNC/examples/5a-75e/gateware/colorlight_5a_75e.bit
write to flash
Open file DONE
Parse file DONE
Enable configuration: DONE
SRAM erase: DONE
Detail:
Jedec ID : c8
memory type : 40
memory capacity : 16
EDID + CFD length : c8
EDID : 1640
CFD :
flash chip unknown: use basic protection detection
unlock blocks
Erasing: 100.00%
Done
Writing: 100.00%
Done
Refresh: DONE
Please Log in or Create an account to join the conversation.
Attachments:
Please Log in or Create an account to join the conversation.
7 bit IN FALSE test_PWM_GPIO.gpio.input1.in
7 bit OUT FALSE test_PWM_GPIO.gpio.input1.in-not
.in and .in-not is set to FALSE at the same time , hmmmmmm
Please Log in or Create an account to join the conversation.
This works, but is not easy as looks...I am using openFPGALoader with Altera usb-blaster.
to write into flash I have to use -f --unprotect-flash Flags to write into permanent memory.
Otherwise it would write into temporary memory, which falls Back when reset the Chip or Power off
I fought two days with many programmers with no result.
I have success with github.com/dirtyjtag/DirtyJTAG/releases/tag/2.0 ( github.com/dirtyjtag/DirtyJTAG/tree/master/docs/img ).
It is Interesting, the openFPGALoader with DirtyJTAG can write to protected flash, but not unprotects it permanent.
You can write bitstream to flash with DirtyJTAG, but with original Lattice programmer and software flash is still invisible...
openFPGALoader --unprotect-flash --write-flash -c dirtyJtag --bitstream filename.bit
Please Log in or Create an account to join the conversation.