On 4 June 2015 at 21:07, Stefan Johansson <stefan.johansson(a)t2data.com> wrote:
> Thanks,
>
> 1.
> So the command would be:
> $ sudo fastboot flash reserved mybinary.bin
>
> 2.
> How do I read this file from ATF? Is there a memory address for "reserved"?
>
Refer to $ATF/plat/hikey/plat_io_storage.c. IO storage driver
interface is used in it. You
could write your own implementation with IO interface.
Regards
Haojian
Dear devs,
Thanks for the help, i can now run ATF and our Hypervisor like a charm!
Since I had a overwhelmingly friendly response yesterday I will try your patience with another problem.
I have a binary that I want to flash (and later read from the ACPUs).
How do I do that ?
Best Regards,
Stefan
PS.
I suspect it has something to do with partition tables and stuff, I went through fastboot-docs and tried to find flash memory map, but i came up with nothing.