<p><br>
El 26/12/2011 05:03, &quot;Tom Cubie&quot; &lt;<a href="mailto:tangliang@allwinnertech.com">tangliang@allwinnertech.com</a>&gt; escribió:<br>
&gt;<br>
&gt; On 12/26/2011 11:01 AM, Bari Ari wrote:<br>
&gt; &gt; On 12/25/2011 08:13 PM, Tom Cubie wrote:<br>
&gt; &gt;&gt; i have pushed a new branch &#39;lichee-dev&#39; to the tree. Currently<br>
&gt; &gt;&gt; lichee-dev support sun4i and sun5i, it breaks all other machines in<br>
&gt; &gt;&gt; the branch :( because we used a private nand lib which support many<br>
&gt; &gt;&gt; types of nand flash. The same nand lib used in the allwinner linux<br>
&gt; &gt;&gt; kernel, to be compatible with the current system(packaging, flashing<br>
&gt; &gt;&gt; image etc...), we keep it. I think in the future we will need to write<br>
&gt; &gt;&gt; the mtd nand driver and change the nand to mtd.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; To build u-boot for A10, run &#39;make sun4i CROSS_COMPILE=<br>
&gt; &gt;&gt; arm-linux-gnueabi-&#39; in the u-boot directory.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; <a href="http://git.rhombus-tech.net/?p=u-boot.git;a=shortlog;h=refs/heads/lichee-dev">http://git.rhombus-tech.net/?p=u-boot.git;a=shortlog;h=refs/heads/lichee-dev</a><br>
&gt; &gt;&gt;<br>
&gt; &gt; Are there instructions for flashing u-boot somewhere? I know we don&#39;t<br>
&gt; &gt; have hardware yet but does the A10 have options for where the init and<br>
&gt; &gt; bootloader are stored or expected to be after reset via pin-straps or is<br>
&gt; &gt; it hardwired?<br>
&gt; &gt;<br>
&gt; &gt; The flashrom folks might be interested in supporting this as well since<br>
&gt; &gt; this project should be very popular soon.<br>
&gt; &gt;<br>
&gt; &gt; -Bari<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; arm-netbook mailing list <a href="mailto:arm-netbook@lists.phcomp.co.uk">arm-netbook@lists.phcomp.co.uk</a><br>
&gt; &gt; <a href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
&gt; &gt; Send large attachments to <a href="mailto:arm-netbook@files.phcomp.co.uk">arm-netbook@files.phcomp.co.uk</a><br>
&gt; &gt;<br>
&gt;<br>
&gt; The problem is here. The A10 is a very &#39;closed chip&#39;. There is a brom in<br>
&gt; the chip, which can not be modified. This brom will load program from<br>
&gt; external storage(nand, mmc), which we call boot0 in allwinner. Brom will<br>
&gt; check the header of boot0, and get hardware information from boot0. The<br>
&gt; hardware information is in a config file called sys_config.fex. A pc<br>
&gt; tools will read the config file, and write the hardware information to<br>
&gt; the head of boot0. After boot0 is booted up, it will continue to load<br>
&gt; another loader boot1, boot1 init all other hardware and provides<br>
&gt; hardware abstracts and services. According to the boot OS, boot1 loads<br>
&gt; an arm elf program, boot.axf. For booting linux, boot.axf loads the<br>
&gt; u-boot and jumps to the u-boot. Then u-boot will take over.<br>
&gt;<br>
&gt; So, the whole boot process is:<br>
&gt;<br>
&gt; brom -&gt; boot0 -&gt; boot1 -&gt; boot.axf -&gt; u-boot -&gt; kernel</p>
<p>Hi Tom, can you share these specs so we can write a free&amp;open compiler for these files?<br>
</p>