2019-06-13 17:14:30 +02:00
|
|
|
Run with qemu:
|
|
|
|
|
|
|
|
For ck860 smp:
|
2020-02-17 21:50:26 +01:00
|
|
|
qemu-system-cskyv2 -M virt -cpu ck860 -smp 2 -nographic -kernel vmlinux # qemu_csky860_virt_defconfig
|
2019-06-13 17:14:30 +02:00
|
|
|
|
2020-02-17 21:50:26 +01:00
|
|
|
For ck807:
|
|
|
|
qemu-system-cskyv2 -M virt -nographic -kernel vmlinux # qemu_csky807_virt_defconfig
|
|
|
|
|
|
|
|
For ck810:
|
|
|
|
qemu-system-cskyv2 -M virt -nographic -kernel vmlinux # qemu_csky810_virt_defconfig
|
2019-06-13 17:14:30 +02:00
|
|
|
|
|
|
|
For ck610:
|
2020-02-17 21:50:26 +01:00
|
|
|
qemu-system-cskyv1 -M virt -nographic -kernel vmlinux # qemu_csky610_virt_defconfig
|
2019-06-13 17:14:30 +02:00
|
|
|
|
|
|
|
The login prompt will appear in the terminal that started Qemu. Username is root and no password.
|