Posts by andypandy

    Hi AlexD,

    I spent some time to find out what might have caused the issue.

    My findings:

    If there is the dot in the directory name (in my case it was 2021.04-r0) in the path leading to the elf file (.) it opens it as a binary file unless .elf extension is present.
    So, if you put the u-boot to /tmp/1.1/ directory it will open it as binary, if you put there u-boot.elf it will open it as ELF, on the other hand if you copy the u-boot to /tmp/1/ it will open it as ELF.

    I hope it helps, it doesn't seem to depend on the content as much as the directory names, and the elf file name.

    P.S. I am running the Ozone in Linux

    Cheers,
    Andy

    Hi there,

    I have an ELF file of the u-boot bootloader, that I'd like to debug.

    Compiled by aarch64-poky-linux-gcc (GCC) 11.2.0.

    When I open it with the Ozone, it prints the following in the console, no errors are seen there, but shows content of the file as an editor that opened a binary file, not the source code expected:

    What did I miss? ?(

    Thank you for your help

    Cheers,
    Andy