Something went wrong on our end
-
Gururaj Shetty authored
* Project rename * adr directory removed * Closes distro/docs#77 Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
Gururaj Shetty authored* Project rename * adr directory removed * Closes distro/docs#77 Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
freertos-flavour.rst 1.19 KiB
FreeRTOS Kernel Build Flavour
|main_project_name| FreeRTOS build flavour is based on freertos distribution (distro configuration).
Supported images:
- freertos-demo
Supported machines (default in bold):
- qemuarmv5
Build steps example:
$ TEMPLATECONF=../oniro/flavours/freertos . ./oe-core/oe-init-build-env build-oniro-freertos
$ bitbake freertos-demo
You can test the image built for the qemuarmv5 target by issuing:
$ runqemu qemuarmv5
After successful bootup, the output of the application will be similar to:
###### - FreeRTOS sample application - ######
A text may be entered using a keyboard.
It will be displayed when 'Enter' is pressed.
Periodic task 10 secs
Waiting For Notification - Blocked...
Task1
Task1
You entered: "HelloFreeRTOS"
Unblocked
Notification Received
Waiting For Notification - Blocked...
To exit qemu, use the following key combination: Ctrl-a followed by 'x'.