Re: EMULATOR BOARD QEMU
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
|
|