Цитата(Dron_Gus @ Feb 10 2011, 03:36)

Да. Только загркзчика, чтобы это все читать я не находил. А если писать свой, то можно к нему FAT прикрутить. Чтобы проще было.
Должен u-boot это читать. Инструкция такая:
1. Burn the u-boot.bin, zImage, rootfs.yaffs to the sd card with the uboot_write.exe tools. The method is the same as that i told you last time.
2. Copy qt-4.6-image-ok.tar.bz2 to Sd card.
3. Insert the SD card, and then boot into uboot command mode.
4. Run the follow command in uboot command:
nand scrub
nand erase
movi read 3800000# 40000 c0000000
nand write c0000000 0 40000
movi read kernel c0000000
nand write c0000000 40000 200000
movi read 3600000# 3C65040 c0000000
nand write.yaffs c0000000 400000 3C65040
set bootcmd "movi read kernel 0xc0200000;bootm 0xc0200000"
set bootargs "noinitrd console=ttySAC0,115200 root=/dev/mtdblock2 rootfstype=yaffs2 init=/linuxrc"
saveenv
5.reboot the board, and enter the linux system command mode.
От себя добавлю что делать nand scrub и nand erase до того как все гарантировано читается с MMC - прямой путь к форсированному изучению JTAG-а.