Hi,<div>A10 NAND driver doesnt have mtdblock support and handles badblock/relocation/wearing stuff by itself, so you dont need ubifs or any other &quot;nand-oriented&quot; file system.</div><div>If you want, you can write mtd yourself using u-boot sources with NAND support and kernel sources with Allwinner&#39;s NAND driver. <a href="https://github.com/hno/uboot-allwinner">https://github.com/hno/uboot-allwinner</a> <a href="https://github.com/amery/linux-allwinner">https://github.com/amery/linux-allwinner</a></div>

<div><br></div><div>Actually, if you are capable of doing that this can be good start for mainlining kernel/u-boot.</div><div><br></div><div>Best Regards,</div><div>Dmitriy Beykun.<br><br><div class="gmail_quote">2012/9/23 Sergey Lapin <span dir="ltr">&lt;<a href="mailto:slapinid@gmail.com" target="_blank">slapinid@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, all!<br>
<br>
Do anybody knows if it is possible to do raw NAND command and get<br>
result byte by byte, directly?<br>
I try to make ad-hoc NAND support in mainline u-boot for my project,<br>
based on MK802 clone,<br>
and I want to have as little code as possible to support NAND and<br>
ubifs on top of it.<br>
Any IP reference and documentation would be appreciated.<br>
<br>
Thanks a lot,<br>
S.<br>
<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></div>