K64F - The transfer timed out.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

K64F - The transfer timed out.

Jump to solution
535 Views
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 Kudos
1 Solution
417 Views
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 !!!

View solution in original post

0 Kudos
1 Reply
418 Views
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 Kudos