Hi, your guys: Now I am working on Poky linux porting on mipsel(little endian). I am wondering whether the qemu mips can run just like ARM-qemu showing the X-window.
Now I can run the qemu-system-mipsel with malta board kernel and poky rootfs. Here is the command I used: qemu-system-mipsel -M malta -kernel vmlinux-poky -hda ~/rootfs_poky.ext2 -append "root=/dev/hda rootfstype=ext2 console=ttyS0" -nographic The qemu runs OK. but mips qemu can't run startx. Do I need to write code to let mips qemu run x-window? Is there any mips qemu machine type existing as a reference? Now I hack the Arm PrimeCell PL110 Color LCD Controller code, and try to integrate this device into mips. Can anyone give me some advice? Any suggestion is appreciate. Thanks very much. daniel.tian