K64F - The transfer timed out.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

K64F - The transfer timed out.

跳至解决方案
571 次查看
ice0
Contributor II

Hi

I have a problem with loading a binary file to the K64F board.

file is k64f.bin --> 13268B

I have no problem with loading demo binaries like: led_blinking.bin --> 4432B or hello_world.bin --> 5416B

I'm trying to load compiled with arm-none-eabi-gcc minimal version of RTOS without vector table and CMSIS

Board returns me DETAILS.txt and FAIL.txt

Anybody know what could be the reason ??

Thanks

Ice

0 项奖励
1 解答
453 次查看
ice0
Contributor II

I found the reason !!

It was a arm-none-eabi-gcc compiler

I was using exported version from Petalinux 2019.1

For some reason Petalinux compiler generate me a different ELF and BIN files

I've downloaded latest gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 Hooked Up to my Linux and is Working !!!

在原帖中查看解决方案

0 项奖励
1 回复
454 次查看
ice0
Contributor II

I found the reason !!

It was a arm-none-eabi-gcc compiler

I was using exported version from Petalinux 2019.1

For some reason Petalinux compiler generate me a different ELF and BIN files

I've downloaded latest gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 Hooked Up to my Linux and is Working !!!

0 项奖励