Le 10/02/2020 à 12:51, Peter Maydell a écrit :
> On Fri, 24 Jan 2020 at 12:48, Peter Maydell wrote:
>>
>> On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote:
>>>
>>> This allows to save and restore the content of the PRAM.
>>> It may be useful if we want to check the configuration or to change it.
On Fri, 24 Jan 2020 at 12:48, Peter Maydell wrote:
>
> On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote:
> >
> > This allows to save and restore the content of the PRAM.
> > It may be useful if we want to check the configuration or to change it.
> >
> > The backend is added using mtd interface,
On Tue, 7 Jan 2020 at 14:40, Laurent Vivier wrote:
>
> This allows to save and restore the content of the PRAM.
> It may be useful if we want to check the configuration or to change it.
>
> The backend is added using mtd interface, for instance:
>
> ... -drive file=pram.img,format=raw,if=mtd .