Hi guys,
I know this thread hasn't been active in a while... but it seemed like the best place for me to post this question instead of starting a new topic. Hope that's okay. I'm kind of a forum noob
I have been playing around with TinyCore only a little, with the intent of ultimately running it on ARM architecture. Recently I've been looking at using Raspberry PI, and so have shifted to piCore (I'm excited for the debian packages!). I've successfully managed to get piCore running to the command line but...
The first thing I noticed is that it is really slow to do stuff. There is a very noticeable lag even when just using ls to display the contents of a directory.
Second it's not detecting any hard disks. I've set up a qcow2, it didn't work, so I tried a raw image. It didn't work either. This was created with "qemu-img create -f qcow2 tcdisk.qcow2 128M"
When running picore I've been using "qemu-system-arm -kernel piCore-140513-QEMU -cpu arm1176 -m 256 -M versatilepb -serial stdio -initrd piCore-140519-QEMU.gz -hda tcdisk.img -hdb tcswap.img -append "root=/dev/ram0 elevator=deadline quiet rootwait nortc"
I'm not sure what I've done wrong. Help?