Lines Matching +full:xtensa +full:- +full:build +full:- +full:all
20 ---
24 branch: lrg/topic/zephyr-app on the SOF repo
28 ------
48 % west build -p always -b up_squared_adsp samples/basic/minimal
49 % west sign -t rimage -- -k ../../sof/sof/rimage/keys/otc_private_key.pem
55 Get the SOF qemu sof-v4.2 branch here.
61 ./configure' '--prefix=.' '--target-list=xtensa-softmmu,x86_64-softmmu' \
62 '--enable-gtk' '--enable-sdl' '--enable-spice' \
63 '--audio-drv-list=alsa' '--enable-libusb' \
64 '--enable-usb-redir' '--enable-coroutine-pool' \
65 '--disable-opengl' '--enable-fdt'
71 ./xtensa-host.sh apl \
72 -r ../../sof/sof/build_apl_gcc/src/arch/xtensa/rom-apl.bin \
73 -k ../../zephyrproject/zephyr/build/zephyr/zephyr.ri
75 Where -r and -k are used to specify the ROM and kernel files.
79 ./scripts/xtensa-build-all.sh -r -a
82 -------------
87 - Enable xtensa simulator logging backend (LOG_BACKEND_XTENSA_SIM).
88 - Enable printk processing(LOG_PRINTK)
89 - Add "-semihosting" to qemu command line. Make sure it goes through scripts to real qemu.