kumquat-buildroot/board/qemu/csky
Guo Ren 6e359e26e3 configs/csky_gx6605s: bump kernel to 5.0 and use buildroot toolchain
The most important change is to use the toolchain compiled by
buildroot itself. We also bump kernel to 5.0 with kernel.org.

Gx6605s' PHYS_OFFSET if 0x10000000 and we make qemu and gx6605s the
same to ease maintaince. This PHYS_OFFSET is also OK for 610 qemu.

In this patch we add gx6605s.dts in board/csky, because linux-5.0
doesn't contain gx6605s.dts in its tree.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-02 23:42:51 +02:00
..
linux-ck610.config.fragment
linux-ck807.config.fragment
linux-ck810.config.fragment
linux-ck860.config.fragment
readme.txt

Run with qemu:

For ck860 smp:
 qemu-system-cskyv2 -M virt -cpu ck860 -smp 2 -nographic -kernel vmlinux

For ck810/ck807:
 qemu-system-cskyv2 -M virt -nographic -kernel vmlinux

For ck610:
 qemu-system-cskyv1 -M virt -nographic -kernel vmlinux

The login prompt will appear in the terminal that started Qemu. Username is root and no password.