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"><<a href="mailto:garycramblitt@comcast.net" target="_blank">garycramblitt@comcast.net</a>></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>
> I have followed this, but it did not work.<br>
><br>
> I have the serial console working, but when I plug power,<br>
><br>
> I see this on the serial port:<br>
><br>
> "<0>"<br>
><br>
> Rosimildo<br>
><br>
> On Sun, May 27, 2012 at 2:00 PM, lkcl luke <<a href="mailto:luke.leighton@gmail.com">luke.leighton@gmail.com</a>> wrote:<br>
><br>
>> On Sun, May 27, 2012 at 7:44 PM, lkcl luke <<a href="mailto:luke.leighton@gmail.com">luke.leighton@gmail.com</a>><br>
>> wrote:<br>
>>> someone named "gary" kindly created a page on how to build debian from<br>
>>> source code for the meles. as it was added at the top level i've<br>
>>> moved it to the correct place, here:<br>
>>><br>
>>><br>
>> <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>
>>><br>
>>> i've also fixed up the links on the allwinner_a10 page, and i'll just<br>
>>> add a link to OSes on the mele a1000 hacking page. hmm, time to split<br>
>>> that page down into separate OSes.<br>
>><br>
>> <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>
>><br>
>> ok that's done. page was getting a bit long, and that extra distro<br>
>> as its own separate page just pushed me over the edge to tidy things<br>
>> up, split it down into separate manageable distro pages.<br>
>><br>
>> the only major significant one left to add is openembedded, but it's<br>
>> probably best to wait until some media libraries with proper licenses<br>
>> turn up.<br>
>><br>
>> 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>