The problem is, I can't seem to "up" the memory from the 256mb, even after providing the -m 1024 flag to the qemu application
- Code: Select all
daniel@daniel-VirtualBox:~/p/pi$ qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 1024 -M versatilepb -serial stdio -append "root=/dev/sda2 panic=1" -hda archlinuxarm-29-04-2012.img -hdb root.ext2 -clock dynticks
It just seems to stay at 256mb
- Code: Select all
[root@alarmpi ~]# cat /proc/meminfo
MemTotal: 255044 kB
MemFree: 230492 kB
Has anyone had any experience/knowledge how to make this work?