<a data-toggle="collapse" data-target="#q9" aria-hidden="true">
<b>FOX G20</b> - Sometimes the board doesn't reboot
</a>

<div id="q9" class="collapse">
<div class="panel panel-default">
<div class="panel-body" markdown="1">

##Problem description

Sometime after a **reboot** command the FOX Board G20 hangs.

##Solution

If you are using a self compiled kernel 2.6.38 uImage comment these two lines on **arch/arm/mach-at91/at91sam9_alt_reset.S**:
and make again a uImage:

<pre class="prettyprint">
//str   r2, [r0, #AT91_SDRAMC_TR]       @ disable SDRAM access
//str   r3, [r0, #AT91_SDRAMC_LPR]      @ power down SDRAM
</pre>

If you are using an Acme factory default uImage download this uImage file:

* [uImage_reboot](http://terzo.acmesystems.it/download/microsd/uImage_reboot) (MD5: 0f2ea8f58cb35bef889058077751a27f)

Rename it in **uImage** and copy it on the first microSD FAT32 partition called "kernel".

You can change it remotely copying the uImage in the directory **/media/mmc_p1**:

<pre class="minicom">
$ scp uImage_reboot root@[fox IP number]:/media/mmc_p1/uImage
</pre>

and rebooting the FOX.
</div>
</div>
</div>
