readme.txt 343 B

123456789101112
  1. Run with qemu:
  2. For ck860 smp:
  3. qemu-system-cskyv2 -M virt -cpu ck860 -smp 2 -nographic -kernel vmlinux
  4. For ck810/ck807:
  5. qemu-system-cskyv2 -M virt -nographic -kernel vmlinux
  6. For ck610:
  7. qemu-system-cskyv1 -M virt -nographic -kernel vmlinux
  8. The login prompt will appear in the terminal that started Qemu. Username is root and no password.