Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a1ddf206 authored by Vauban's avatar Vauban
Browse files

Programming: Enable auto-update from SPI flash.

parent 826a53eb
Branches
Tags
No related merge requests found
...@@ -242,6 +242,7 @@ if !{[info exists ONLY_CREATE_DESIGN]} { ...@@ -242,6 +242,7 @@ if !{[info exists ONLY_CREATE_DESIGN]} {
} else { } else {
run_tool -name {GENERATEPROGRAMMINGDATA} run_tool -name {GENERATEPROGRAMMINGDATA}
} }
configure_spiflash -cfg_file {./script_support/spiflash.cfg}
source ./script_support/export_flashproexpress.tcl source ./script_support/export_flashproexpress.tcl
} }
......
set_auto_update_mode {1}
set_spi_flash_memory_size {134217728}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment