<a data-toggle="collapse" data-target="#arietta_ram" aria-hidden="true">
Arietta G25 ram size
</a>
<div id="arietta_ram" class="collapse">
<div class="panel panel-default">
<div class="panel-body" markdown="1">

##Problem description

Using an Arietta G25 with 256 MByte of RAM just 128 MByte are visible by typing:

<pre class="terminal">
root@arietta:~# <b>free</b>
             total       used       free     shared    buffers     cached
Mem:        <b>123220</b>      64184      59036       9648       4188      43788
</pre>

##Solution

Replace <b>boot.bin</b> file on the first microSD partition with the file <b>boot256.bin</b>

<pre class="terminal">
root@arietta:~# <b>cd /boot</b>
root@arietta:/boot# <b>cp boot256.bin boot.bin</b>
root@arietta:/boot# <b>reboot</b>
</pre>

</div>
</div>
</div>
