[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please help.. I wish to load .elf file directly for baremetal run..
From: |
Peter Maydell |
Subject: |
Re: Please help.. I wish to load .elf file directly for baremetal run.. |
Date: |
Thu, 25 Mar 2021 10:53:12 +0000 |
On Thu, 25 Mar 2021 at 00:46, <ckim@etri.re.kr> wrote:
>
> Hello Peter Maydell,
>
> Thanks for the information.
> I tried with that '-device loader' option and got some errors, but soon found
> it's for loading small amount of data.
> The manual says maximum 8 bytes can be loaded.
> Example : -device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4
That is only for when you're using it like that specifying
the data on the command line. If you pass it a file it will
load the entire file.
-- PMM