Hello all! I am trying to build a the linux image from the rootfs-qtopia-qt4 file. I uncompress it and then run "mkyaffs2image-128M rootfs_qtopia_qt4 rootfs_qtopia_qt4.img". I burn the new img file into the mini6410 and in the reboot I get this error in console: ----------------------------------------------------------------------- Freeing init memory: 1400K yaffs: dev is 32505858 name is "mtdblock2" rw yaffs: passed flags "" /init: line 102: can't open /r/dev/console: no such file Kernel panic - not syncing: Attempted to kill init! [<c016c464>] (unwind_backtrace+0x0/0xe4) from [<c053f8e8>] (panic+0x58/0x174) [<c053f8e8>] (panic+0x58/0x174) from [<c0186848>] (do_exit+0x68/0x5cc) [<c0186848>] (do_exit+0x68/0x5cc) from [<c0187070>] (do_group_exit+0x90/0xc4) [<c0187070>] (do_group_exit+0x90/0xc4) from [<c01870b4>] (sys_exit_group+0x10/0) one_wire_status: 2 [<c01870b4>] (sys_exit_group+0x10/0x18) from [<c0166e20>] (ret_fast_syscall+0x0) one_wire_status: 4 ----------------------------------------------------------------------- If I use the original img file the console shows: ----------------------------------------------------------------------- Freeing init memory: 1400K yaffs: dev is 32505858 name is "mtdblock2" rw yaffs: passed flags "" [02/Mar/2011:12:06:24 +0000] boa: server version Boa/0.94.13 [02/Mar/2011:12:06:24 +0000] boa: server built Dec 30 2010 at 11:18:35. [02/Mar/2011:12:06:24 +0000] boa: starting server pid=754, port 80 Try to bring eth0 interface up......eth0: link down Done Please press Enter to activate this console. [root@FriendlyARM /]# ----------------------------------------------------------------------- I downloaded different versions of the rootfs but with all I get the same error. What am I doing wrong? thanks for help