Lines Matching +full:build +full:- +full:in +full:- +full:qemu
8 ### How to build
14 Assume `harmony` as the path to the projects to build.
22 + zephyr-project
38 Application" section in the doc above and check that you can flash your
41 Remember to source the Zephyr environment as explained in the zephyr documenation:
44 cd zephyr-project
45 source zephyr-env.sh
51 #### 3. Build JerryScript for Zephyr
53 The easiest way is to build and run on a QEMU emulator:
58 make -f ./targets/zephyr/Makefile.zephyr BOARD=qemu_x86 run
61 For ARM (Cortex-M) architecture:
64 make -f ./targets/zephyr/Makefile.zephyr BOARD=qemu_cortex_m3 run
67 #### 4. Build for Arduino 101
70 # assume you are in harmony folder
72 make -f ./targets/zephyr/Makefile.zephyr BOARD=arduino_101
77 ./build/arduino_101/librelease-cp_minimal.jerry-core.a
78 ./build/arduino_101/librelease-cp_minimal.jerry-libm.lib.a
79 ./build/arduino_101/librelease.external-cp_minimal-entry.a
84 ./build/arduino_101/zephyr/zephyr.strip
93 To be able to use this demo in hardware you will need the serial console
101 make -f ./targets/zephyr/Makefile.zephyr BOARD=<board> clean
104 - Not using a Jtag and having a factory stock Arduino 101.
105 You can follow the Zephyr instructions to flash using the dfu-util command
109 make -f ./targets/zephyr/Makefile.zephyr BOARD=arduino_101 dfu-x86
112 Make sure you have the factory bootloader in your device to use this method or it will not flash.
114 - Using JTAG
121 make -f ./targets/zephyr/Makefile.zephyr BOARD=arduino_101 flash
130 Test command line in a serial terminal.
135 JerryScript build: Aug 12 2016 17:12:55