011206b2bf
This commit add the name of the Qemu defconfig file after each qemu command line in order to retrieve it easily. Since a readme.txt can be shared between several Qemu defconfig, we need at least one qemu command line in readme.txt for each defconfig. For now, ignore the qemu_arm_vexpress_tz_defconfig since it fail to build due to python script issue [1]. Anyway the arm vexpress boot is tested with qemu_arm_vexpress_defconfig. [1] http://lists.busybox.net/pipermail/buildroot/2020-February/273738.html Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
Run with qemu:
|
|
|
|
For ck860 smp:
|
|
qemu-system-cskyv2 -M virt -cpu ck860 -smp 2 -nographic -kernel vmlinux # qemu_csky860_virt_defconfig
|
|
|
|
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
|
|
|
|
For ck610:
|
|
qemu-system-cskyv1 -M virt -nographic -kernel vmlinux # qemu_csky610_virt_defconfig
|
|
|
|
The login prompt will appear in the terminal that started Qemu. Username is root and no password.
|