Skip to content
Snippets Groups Projects
Commit 5ad7afa6 authored by Marko Mecina's avatar Marko Mecina
Browse files

update IASW upload script

parent 694579f5
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ binary = '/path/to/binary' # IASW binary ...@@ -5,7 +5,7 @@ binary = '/path/to/binary' # IASW binary
srecfile = '/path/to/srec' # SREC filename srecfile = '/path/to/srec' # SREC filename
start_addr = 0x60040000 # start address of IASW in RAM start_addr = 0x60040000 # start address of IASW in RAM
cfl.source_to_srec(binary, srecfile, start_addr) cfl.source_to_srec(binary, srecfile, start_addr, skip_bytes=0)
# upload the SREC content to DPU # upload the SREC content to DPU
memid = 'MEM_WR_MRAM' # memory ID, 'DPU_MRAM' or 'MEM_WR_MRAM', depending on whether DBS or IASW S6 is used memid = 'MEM_WR_MRAM' # memory ID, 'DPU_MRAM' or 'MEM_WR_MRAM', depending on whether DBS or IASW S6 is used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment