Date
1 - 3 of 3
EMULATOR BOARD QEMU
Amir Camillo <amircam@...>
I want to learn how to use sephyr, I am not finding the steps to emulate the boards in qemu, I would like to know how to emulate the ZEPHYR IN A QEMU EMULATOR. tHANK'S
|
|
Andrei
Hi,
On Thu, Oct 25, 2018 at 05:42:06PM -0300, Amir Camillo wrote: I want to learn how to use sephyr, I am not finding the steps to emulatehttps://docs.zephyrproject.org/latest/boards/x86/qemu_x86/doc/board.html cd $ZEPHYR_BASE/samples/synchronization mkdir build && cd build # Use cmake to configure a Ninja-based build system: cmake -GNinja -DBOARD=qemu_x86 .. # Now run ninja on the generated build system: ninja run Best regards Andrei Emeltchenko
|
|
Amir Camillo <amircam@...>
Thank you! Em sex, 26 de out de 2018 às 03:10, Andrei Emeltchenko <andrei.emeltchenko.news@...> escreveu:
Hi, --
|
|