I am re-doing everything again.<br><br>If remove the SD card, I see the stock OS booting.<br><br>I must have missed something.<br><br>One thing that is diferent is the geometry of my SD, and partition is like this:<br><br>
Disk /dev/sdc: 3965 MB, 3965190144 bytes<br>49 heads, 48 sectors/track, 3292 cylinders<br>Units = cylinders of 2352 * 512 = 1204224 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>
Disk identifier: 0x00000000<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sdc1               4          18       17640   83  Linux<br>/dev/sdc2              19        3292     3850224   83  Linux<br>
<br>Rosimildo<br><br><br><div class="gmail_quote">On Tue, May 29, 2012 at 7:22 PM, Gary Cramblitt <span dir="ltr">&lt;<a href="mailto:garycramblitt@comcast.net" target="_blank">garycramblitt@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looks like u-boot is not being found.  You should see something like<br>
this on the serial console:<br>
<br>
U-Boot 2012.04.01-g39085db (May 26 2012 - 16:18:04) Allwinner Technology<br>
<br>
CPU:   SUNXI Family<br>
Board: A10-EVB<br>
DRAM:  512 MiB<br>
MMC:   SUNXI SD/MMC: 0<br>
In:    serial<br>
Out:   serial<br>
Err:   serial<br>
Hit any key to stop autoboot:  3<br>
<br>
Check that you partitioned the drive correctly and wrote u-boot to it.<br>
<br>
dd if=spl/sunxi-spl.bin of=/dev/sdh bs=1024 seek=8<br>
dd if=u-boot.bin of=/dev/sdh bs=1024 seek=32<br>
<br>
What do you get on the console if you remove the SD card and power cycle?<br>
<br>
--<br>
Gary Cramblitt<br>
Make a difference! <a href="http://kiva.org/invitedby/gary3714" target="_blank">http://kiva.org/invitedby/gary3714</a><br>
<div class="HOEnZb"><div class="h5"><br>
On 05/28/2012 06:48 PM, Rosimildo DaSilva wrote:<br>
&gt; I have followed this, but it did not work.<br>
&gt;<br>
&gt; I have the serial console working, but when I plug power,<br>
&gt;<br>
&gt; I see this on the serial port:<br>
&gt;<br>
&gt;   &quot;&lt;0&gt;&quot;<br>
&gt;<br>
&gt; Rosimildo<br>
&gt;<br>
&gt; On Sun, May 27, 2012 at 2:00 PM, lkcl luke &lt;<a href="mailto:luke.leighton@gmail.com">luke.leighton@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; On Sun, May 27, 2012 at 7:44 PM, lkcl luke &lt;<a href="mailto:luke.leighton@gmail.com">luke.leighton@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt; someone named &quot;gary&quot; kindly created a page on how to build debian from<br>
&gt;&gt;&gt; source code for the meles.  as it was added at the top level i&#39;ve<br>
&gt;&gt;&gt; moved it to the correct place, here:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; <a href="http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/Building_Debian_From_Source_Code_for_Mele/" target="_blank">http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/Building_Debian_From_Source_Code_for_Mele/</a><br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; i&#39;ve also fixed up the links on the allwinner_a10 page, and i&#39;ll just<br>
&gt;&gt;&gt; add a link to OSes on the mele a1000 hacking page.  hmm, time to split<br>
&gt;&gt;&gt; that page down into separate OSes.<br>
&gt;&gt;<br>
&gt;&gt;  <a href="http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/" target="_blank">http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/</a><br>
&gt;&gt;<br>
&gt;&gt;  ok that&#39;s done.  page was getting a bit long, and that extra distro<br>
&gt;&gt; as its own separate page just pushed me over the edge to tidy things<br>
&gt;&gt; up, split it down into separate manageable distro pages.<br>
&gt;&gt;<br>
&gt;&gt;  the only major significant one left to add is openembedded, but it&#39;s<br>
&gt;&gt; probably best to wait until some media libraries with proper licenses<br>
&gt;&gt; turn up.<br>
&gt;&gt;<br>
&gt;&gt;  l.<br>
</div></div><br>_______________________________________________<br>
arm-netbook mailing list <a href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a><br>
<a href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook" target="_blank">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
Send large attachments to <a href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a><br></blockquote></div><br>