diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-04-01 12:22:03 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-18 21:25:16 +0200 |
commit | 8f82d0185b6b961a3650c9f1323977fb6eb4f38c (patch) | |
tree | 3c46148c40ce893f84f5766cce44c9f9e5719213 /board/qemu/xtensa-lx60/readme.txt | |
parent | 86e8062ecdf9153a15ea7145efd37ebee647ee85 (diff) | |
download | buildroot-8f82d0185b6b961a3650c9f1323977fb6eb4f38c.tar.gz buildroot-8f82d0185b6b961a3650c9f1323977fb6eb4f38c.zip |
configs/qemu_xtensa_lx60_defconfig: switch to dc233c
dc232b is MMUv2 core, dc233c is very similar MMUv3 core. MMUv3 is the
latest full MMU for xtensa, which allows running both MMU and noMMU
linux variants.
Update configuration overlay and linux config file.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Tested-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/qemu/xtensa-lx60/readme.txt')
-rw-r--r-- | board/qemu/xtensa-lx60/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/qemu/xtensa-lx60/readme.txt b/board/qemu/xtensa-lx60/readme.txt index 04393ea2b0..22f5e5a4ca 100644 --- a/board/qemu/xtensa-lx60/readme.txt +++ b/board/qemu/xtensa-lx60/readme.txt @@ -1,7 +1,7 @@ Run the emulation with: - qemu-system-xtensa -M lx60 -cpu dc232b -monitor null -nographic -kernel output/images/Image.elf + qemu-system-xtensa -M lx60 -cpu dc233c -monitor null -nographic -kernel output/images/Image.elf The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 2.3.0 +Tested with QEMU 2.5.0 |