jtagspi/pld: add support from lattice certus driver
Provide jtagspi with specific procedures to be able to use jtagspi for programming spi-flash devices on lattice certus and certus po devices. Change-Id: I6a8ec16be78f86073a4ef5302f6241185b08e1c6 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7825 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
536f2a9f2a
commit
302027094b
@@ -12,3 +12,11 @@ transport select jtag
|
||||
adapter speed 10000
|
||||
|
||||
source [find fpga/lattice_certuspro.cfg]
|
||||
|
||||
#openocd -f board/certuspro_evaluation.cfg -c "init" -c "pld load certuspro.pld shared_folder/certuspro_blinker_impl_1.bit"
|
||||
|
||||
set JTAGSPI_CHAIN_ID certuspro.pld
|
||||
source [find cpld/jtagspi.cfg]
|
||||
|
||||
#jtagspi_init certuspro.pld "" -1
|
||||
#jtagspi_program shared_folder/certuspro_blinker_impl1.bit 0
|
||||
|
||||
Reference in New Issue
Block a user