
5 Feb
2015
5 Feb
'15
5:04 a.m.
Hi,
On 3 February 2015 at 05:57, André Schaller an.schall@googlemail.com wrote:
Hi all,
during the execution of th MLO I create a variable, whose value I want to make accessible to user space applications in Android. How can this be achieved?
One way would be to write the contents of the variable to external memory and let it read by the user space process. However, I would need to make sure that during boot no other process is overwriting the address.
Do you know of any other ways?
You could add it to the device tree in ft_board_setup() or ft_system_setup().
Regards, Simon