I'm running PiCore 7 in Qemu:
qemu-system-arm -kernel zImage -cpu arm1176 -m 256 -M versatilepb -no-reboot -initrd 7.0v7.gz -hda hda.img -append "root=/dev/ram0 elevator=deadline rootwait quiet nozswap nortc noswap"
hda.img has a FAT partition with an empty tce folder.
When I try to install "Midnight commander" with:
tce-load -wi mc
I get the error: mount: can't setup loop device: No such device or address
Any idea wha't going wrong?