|
Question regarding Zephyr OS
I am currently trying to build an application on Zephyr and my application requires the current time and date. I realized I cannot call functions from the time.h C library since the time.h in the mini
I am currently trying to build an application on Zephyr and my application requires the current time and date. I realized I cannot call functions from the time.h C library since the time.h in the mini
|
By
Yie
· #967
·
|
|
HTTP Request Timeout Not Working
Hi, I am currently running a HTTP client in QEMU_cortex_m3 and I was trying to set the timeout for the http_client_send_req(..) function and it doesn't seem to work. It still does not return immediate
Hi, I am currently running a HTTP client in QEMU_cortex_m3 and I was trying to set the timeout for the http_client_send_req(..) function and it doesn't seem to work. It still does not return immediate
|
By
Yie
· #1026
·
|
|
How to reduce footprint and size of applications in Zephyr
Hi, I read that Zephyr allows small footprint of a few KBs. However, the sample hello world application already takes up 8MB of memory and has a size of 3.8MB. I am not sure if I am running this right
Hi, I read that Zephyr allows small footprint of a few KBs. However, the sample hello world application already takes up 8MB of memory and has a size of 3.8MB. I am not sure if I am running this right
|
By
Yie
· #1027
·
|
|
How to reduce footprint and size of applications in Zephyr
Hi Thiago, Thank you so much for the reply. I am running Zephyr on Linux and building the hello_world app on ARM using qemu_cortex_m3. I've got the numbers from the following: The 8MB of memory is mea
Hi Thiago, Thank you so much for the reply. I am running Zephyr on Linux and building the hello_world app on ARM using qemu_cortex_m3. I've got the numbers from the following: The 8MB of memory is mea
|
By
Yie
· #1030
·
|
|
How to reduce footprint and size of applications in Zephyr
I see. That makes a lot of sense. Thank you Maciek! I have another question, if you dont mind. I have an app that's taking about ~5MB of RAM and ~5.6MB of ROM judging from the 'ram_report' and 'rom_re
I see. That makes a lot of sense. Thank you Maciek! I have another question, if you dont mind. I have an app that's taking about ~5MB of RAM and ~5.6MB of ROM judging from the 'ram_report' and 'rom_re
|
By
Yie
· #1032
·
|
|
Is it possible to have two processes communicate in ARM Qemu?
Hi, Is there an inter-process communication functionality on Zephyr running on Linux for Qemu? I have an application on Zephyr that gets data from an external source. However, since I do not have the
Hi, Is there an inter-process communication functionality on Zephyr running on Linux for Qemu? I have an application on Zephyr that gets data from an external source. However, since I do not have the
|
By
Yie
· #1034
·
|
|
Is it possible to have two processes communicate in ARM Qemu?
Hi Andrei, Thanks for your reply. Are there any other QEMU_EXTRA_FLAGS that allows applications to communicate with one another without using bluetooth? Like named pipes in C? Cheers.
Hi Andrei, Thanks for your reply. Are there any other QEMU_EXTRA_FLAGS that allows applications to communicate with one another without using bluetooth? Like named pipes in C? Cheers.
|
By
Yie
· #1038
·
|
|
How to include C library that is not in Zephyr
Hi, Is there a way to include C libraries that are not in Zephyr e.g. <unistd.h>? Cheers.
Hi, Is there a way to include C libraries that are not in Zephyr e.g. <unistd.h>? Cheers.
|
By
Yie
· #1039
·
|
|
Zephyr File System Not Working
Hi, I'm having problems with Zephyr's file system. I am building on the board qemu_cortex_m3 on Linux. I'm getting the following error when I'm building: Any help would be much appreciated. Thank you.
Hi, I'm having problems with Zephyr's file system. I am building on the board qemu_cortex_m3 on Linux. I'm getting the following error when I'm building: Any help would be much appreciated. Thank you.
|
By
Yie
· #1043
·
|
|
Zephyr File System Not Working
Thanks for your reply. I am not linking any external code in. I'm building a simple app that prints "hello" to the console. This is what I have in my config file: Cheers.
Thanks for your reply. I am not linking any external code in. I'm building a simple app that prints "hello" to the console. This is what I have in my config file: Cheers.
|
By
Yie
· #1045
·
|
|
How to reduce footprint and size of applications in Zephyr
Hi Thiago, Do you require the attachments of my app or the hello_world sample? Here's the pastebin of the reports and config file for my app: ram_report https://pastebin.com/5L8HSS2P rom_report https:
Hi Thiago, Do you require the attachments of my app or the hello_world sample? Here's the pastebin of the reports and config file for my app: ram_report https://pastebin.com/5L8HSS2P rom_report https:
|
By
Yie
· #1046
·
|
|
Zephyr File System Not Working
Thank you so much! I tried building it on qemu_x86 and it works fine. However, if you don't mind, I have another question regarding the file system. This is my code: https://pastebin.com/kbDj2bCc I'm
Thank you so much! I tried building it on qemu_x86 and it works fine. However, if you don't mind, I have another question regarding the file system. This is my code: https://pastebin.com/kbDj2bCc I'm
|
By
Yie
· #1048
·
|
|
How to reduce footprint and size of applications in Zephyr
I'm so sorry. I don't know how I made such a stupid mistake. Must've been the all-nighers I'm pulling. Thank you guys so much for your help! :)
I'm so sorry. I don't know how I made such a stupid mistake. Must've been the all-nighers I'm pulling. Thank you guys so much for your help! :)
|
By
Yie
· #1051
·
|
|
Is the http_client sample POST request working correctly?
Hi, I'm testing the POST request on the http_client sample using the board qemu_cortex_m3 on Linux and I was wondering if it is posting correctly? I'm running the http-server.py from net-tools along w
Hi, I'm testing the POST request on the http_client sample using the board qemu_cortex_m3 on Linux and I was wondering if it is posting correctly? I'm running the http-server.py from net-tools along w
|
By
Yie
· #1052
·
|
|
Does the filesystem work on Qemu_x86?
Hi, I was wondering if the file system works on the qemu_x86? I tried opening and writing to a file using fs_open and fs_write. However, no file is created. Any help would be appreciated. Thanks. Chee
Hi, I was wondering if the file system works on the qemu_x86? I tried opening and writing to a file using fs_open and fs_write. However, no file is created. Any help would be appreciated. Thanks. Chee
|
By
Yie
· #1055
·
|
|
Current time in Zephyr using ARM Qemu board
Hi, I am trying to get the current time using the following: However, this is giving me an error on Qemu: Is there a reason for this? Also, is there another way to get the current time of the system i
Hi, I am trying to get the current time using the following: However, this is giving me an error on Qemu: Is there a reason for this? Also, is there another way to get the current time of the system i
|
By
Yie
· #1151
·
|
|
System clock k_uptime_get() not working
Hi, I am trying the two functions: k_cycle_get_32() and k_uptime_get(). From what I understand, k_cycle_get_32() uses the hardware clock and k_uptime_get() uses the system clock. However, the k_uptime
Hi, I am trying the two functions: k_cycle_get_32() and k_uptime_get(). From what I understand, k_cycle_get_32() uses the hardware clock and k_uptime_get() uses the system clock. However, the k_uptime
|
By
Yie
· #1168
·
|