Hi,<br> i try to boot linux kernel for mele A1000, but not work.<br>I have create uImage , u-boot-spl-mmc.bin and u-boot.bin<br>following the instructions on the wiki.<br><br>Next i have create on sd card the partitions<br>
<br>[root@lxf16 mele]# fdisk -lu /dev/sdd<br><br>Disco /dev/sdd: 998 MB, 998768640 byte<br>31 testine, 62 settori/tracce, 1014 cilindri, totale 1950720 settori<br>Unitą = settori di 1 * 512 = 512 byte<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>
I/O size (minimum/optimal): 512 bytes / 512 bytes<br>Identificativo disco: 0x21b0839f<br><br>Dispositivo Boot      Start         End      Blocks   Id  System<br>/dev/sdd1   *        2048       34815       16384    c  W95 FAT32 (LBA)<br>
/dev/sdd2           34816     1950719      957952   83  Linux<br><br>and copy uImage and boot.scr on the vfat partition.<br>The boot.scr is generated with this command:<br><br>mkimage -A arm -O linux -T script -C none -n &#39;Male boot script&#39; -d boot.cmd boot.scr<br>
<br>and the file boot.cmd have this content<br><br>mmcinfo; fatload mmc 0 50000000 uImage ;bootm 50000000`<br><br>Next i have write u-boot-spl-mmc.bin and u-boot.bin with this commads:<br><br> dd if=u-boot-spl-mmc.bin of=/dev/sdd bs=1024 seek=8<br>
dd if=u-boot.bin of=/dev/sdd bs=1024 seek=32<br><br><br>I have insert this sd on my mele box, but i not have output on my hdmi screen(the kernel have the hdmi and console framebuffer option built-in)<br><br>I not have an serial cable for debug!!!! <br>
The procedure is right????<br><br><br>Regards<br>Gerardo Di Iorio<br><br>