Hello, I am trying to generate a root filesystem with the stag-addons. I set properly cross-compile file pointing to the toolchain and I made:
# dpkg-stag m68k -i busybox--static-embed_1.0.2_m68k.deb # dpkg-stag m68k -i dev-init-files-1.0.2.deb so, I get some files in /var/rootfs-m68k/ I make the romfs image for my mcf5484 board: # genromfs -d /var/rootfs-m68k -f /tftpboot/romfs.img An finally I get the kernel and fs together with: cat /tftpboot/fs /tftpboot/linux.bin > /tftpboot/image.bin But when I load this image in the board, it gets stuck after: Mounted devfs on /dev Does anybody have the same problem? What I am doing wrong..? Thanks

