On 4 June 2015 at 21:07, Stefan Johansson stefan.johansson@t2data.com wrote:
Thanks,
So the command would be: $ sudo fastboot flash reserved mybinary.bin
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