Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI had another idea to speed this up, but perhaps there are other limiting factors.
Ref: http://ecos.sourceware.org/fom-serv/ecos/cache/87.html > set remote memory-write-packet-size 1000 > show remote memory-write-packet-size The memory-write-packet-size is 1000. Packets are limited to 424 bytes. > set remote memory-write-packet-size fixed > show remote memory-write-packet-size The memory-write-packet-size is 1000. Packets are fixed at 1000 bytes. > load Loading section .text.entry, size 0x20 lma 0x1000 Loading section .text.except, size 0xf0 lma 0x1040 Loading section .text, size 0x7d834 lma 0x8000000 Loading section .rodata, size 0x7ef0 lma 0x807d834 Loading section .rwdata, size 0x211c lma 0x8085740 Start address 0x1000, load size 555344 Transfer rate: 13 KB/sec, 969 bytes/write.