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