This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get a hex file from vmlinux by fromELF?

Hi, All,

I want to use the elf "vmlinux" to get a vhx hex file. I used below command:

fromELF --vhx vmlinux --output vmlinux.hex

Then I got a folder "vmlinux.hex", and two files in the folder.

But I want to get one hex file, because I don't know how to load the two hex file into memory mode.

Could you give any suggestion for this problem?

Regards, Ke