3
3
<dt>Once logged in, verify that:</dt>
4
4
<dd>The root filesystem uses most of the SD card.</dd>
5
5
<dd>There will be some space used for the hidden boot partition.</dd>
6
<dd>Check for errors in dmesg & jasper log.</dd>
7
<pre>dmesg | less</pre>
8
<pre>cat /var/log/jasper.log | less</pre>
6
<dd>Check for errors in dmesg & jasper log.
8
<li><code>dmesg | less</code></li>
9
<li><code>cat /var/log/jasper.log | less</code></li>
9
12
<dt>Reboot. System should boot up to login prompt without delay.</dt>
10
13
<dt>Check dmesg for any abnormal messages or errors.</dt>
14
<dd><code>dmesg | less</code></dd>
12
15
<dt>Check to make sure the architecture is correct for the image you installed:</dt>
13
<dd>dpkg --print-architecture</dd>
16
<dd><code>dpkg --print-architecture</code></dd>
14
17
<dd>it should match the image arch type you installed i.e. armhf or armel</dd>
17
If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
18
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>.
20
If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
21
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>.