Re: [Zephyr Main] WEST File Initialization Problem
M Rizwan Ghori <rizwanghori@...>
Thank you for your help. I have successfully installed Zephyr.
Now basically i want to do project in Zephyr and will use ReNode for simulation purposes. As i am quite new in this area. I have already installed Zephyr and in my view renode as well. While going through the Re Node tutorial for Running Your First Demo i am
facing problem. I am using Ubuntu for my project. I have written following line in my Ubuntu Terminal and getting errors and unable to run the first demo.
rizwan@rizwan-virtual-machine:~/renode1/opt/renode/scripts/single-node$ include stm32f4_discovery.resc
include: command not found
rizwan@rizwan-virtual-machine:~/renode1/opt/renode/scripts/single-node$ renode
Command 'renode' not found, did you mean:
command 'recode' from deb recode
Try: sudo apt install <deb name>
rizwan@rizwan-virtual-machine:~/renode1/opt/renode/scripts/single-node$ cd /home/rizwan
rizwan@rizwan-virtual-machine:~$ renode
Command 'renode' not found, did you mean:
command 'recode' from deb recode
Try: sudo apt install <deb name>
rizwan@rizwan-virtual-machine:~$
Kindly advise.
Best Regards
Best Regards
From: Cufi, Carles <Carles.Cufi@...>
Sent: Sunday, March 31, 2019 6:07 PM To: rizwanghori@...; VanCutsem, Geoffroy; Marti Bolivar Cc: devel@... Subject: RE: [Zephyr-devel] [Zephyr Main] WEST File Initialization Problem Hi there,
This has been a bug that has popped up several times in the past with Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the following line you your ~/.bashrc:
export PATH=$PATH:~/.local/bin
Regards,
Carles
From: devel@... <devel@...>
On Behalf Of via Lists.Zephyrproject.Org
Dear,
Thank you all for the quick response. Here is the copy paste code.
runs fine, after this i have run the following command and it echos the error shown below.
Command 'west' not found, did you mean:
command 'test' from deb coreutils
Try: sudo apt install <deb name>
Name: west Version: 0.5.7 Summary: Zephyr RTOS Project meta-tool (wrapper and bootstrap) Home-page: https://github.com/zephyrproject-rtos/west Author: Zephyr Project Author-email: devel@... License: UNKNOWN Location: /home/mrg/.local/lib/python3.6/site-packages Requires: configobj, PyYAML, colorama, pykwalify Files: ../../../bin/west west-0.5.7.dist-info/DESCRIPTION.rst west-0.5.7.dist-info/INSTALLER west-0.5.7.dist-info/METADATA west-0.5.7.dist-info/RECORD west-0.5.7.dist-info/WHEEL west-0.5.7.dist-info/entry_points.txt west-0.5.7.dist-info/metadata.json west-0.5.7.dist-info/top_level.txt west/_bootstrap/__init__.py west/_bootstrap/__pycache__/__init__.cpython-36.pyc west/_bootstrap/__pycache__/main.cpython-36.pyc west/_bootstrap/__pycache__/version.cpython-36.pyc west/_bootstrap/main.py west/_bootstrap/version.py west/_bootstrap/west-schema.yml
Kindly advise
Best Regards Muhammad Rizwan Ghori USM Fellow, School of Computer Sciences,
Universiti Sains Malaysia (USM),
From: VanCutsem, Geoffroy <geoffroy.vancutsem@...>
Can you paste on this thread what the output of “pip3 show –f west” and “echo $PATH” return?
From: devel@... [mailto:devel@...]
On Behalf Of M Rizwan Ghori
Dear, I am using Ubuntu 18.04. Moreover, the path of West file is after running the command "pip3 show -f west" is home/rizwan/.local/python 3.6/packages Subsequently, i have installed all the stuff related to Zephyr including Cmake and Zephyr sdk in a path /home/rizwan/zaphyr Kindly advise.
Rizwan
From: Marti Bolivar Sent: Friday, 29 March, 12:43 pm Subject: Re: [Zephyr-devel] [Zephyr Main] WEST File Initialization Problem To: M Rizwan Ghori Cc: Brett Preston, devel@... What version of Ubuntu are you using? If you ran "pip3 install --user west" and west cannot be run afterwards, it sounds like the directory that the west binary was installed into is not on your $PATH. Older versions of Ubuntu sometimes have this issue; I forget which ones. Usually this directory is ~/.local/bin. Please ensure this directory is on your PATH environment variable and try again. If that doesn't work, you can confirm where west was installed by running "pip3 show -f west"; check both the Location: value and the [...]/bin/west relative path in the Files: list that follows. Marti On Thu, Mar 28, 2019, 10:22 PM M Rizwan Ghori <rizwanghori@...> wrote:
|
|
Re: More apps sharing the same building system
#nrf52840
Yasushi SHOJI
Hi,
On Wed, Apr 10, 2019 at 9:05 PM <gabrielef@cosmed.it> wrote: The question is how to make more apps to share the same cmake building system ?Do you mean by "apps" to create multiple images for multiple boards, or multiple threads in one image? Zephyr is not like Linux; meaning that you don't have multiple apps running on a board. Rather, It runs an image file containing "the app" with multiple threads. Each thread has an entry point and acts like an application. All source code is linked together to create a binary file. I've failed by creating a second folder myprojects/app1 and adjusting the CMakeLists.txt accordingly.It'd help us if you post your sample app but it sound more like CMake issue. I don't know any good cmake tutorial but you can google for it and find something like the following. https://www.johnlamp.net/cmake-tutorial-4-libraries-and-subdirectories.html -- yashi
|
|
STM32-Nucleo-F411RE SPI1 NSS pin pull-up
Hi,
|
|
Request for help in interfacing ENC28J60 to PCA10056
#nrf52840
giriprasad@...
Hi,
I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations: ================= =================================== NRF52840 PCA10056 ENC28J60 (pin numbers on the board) ================= =================================== P0_19 SCK P0_21 SO P0_20 SI P0_03 CS P0_04 INT VDD VCC GND GND ================= =================================== Also, I had cut and connected proper SBs on board to connect ENC28J60 board. After done with the connections part, configurations are done by using menuconfig in dhcpclient application and flashed the software. As a result, it is observed in the console that an IP Address has been generated for the board. But, when tried to ping to that IP, timeout was occurring. Please help us to solve this issue. Thanks & Regards, Giri Prasad N.
|
|
Re: Question about "Zephyr Modules"
Pushpal Sidhu
Hi,
On 5/9/19, Nashif, Anas <anas.nashif@intel.com> wrote: Hi,Gotcha. I just saw the "hal_st" and "hal_qmsi" repo's so that's good. - Pushpal Anas<snip>
|
|
Re: Question about "Zephyr Modules"
Nashif, Anas
Hi,
toggle quoted messageShow quoted text
I would not compare west to bitbake, maybe to android repo. The modules are going to be part of the zephyr project, so they will not randomly disappear. Anas
-----Original Message-----
From: Pushpal Sidhu [mailto:psidhu.devel@gmail.com] Sent: Thursday, May 9, 2019 3:35 PM To: Nashif, Anas <anas.nashif@intel.com> Cc: devel <devel@lists.zephyrproject.org> Subject: Re: [Zephyr-devel] Question about "Zephyr Modules" Hi Anas, On 5/9/19, Nashif, Anas <anas.nashif@intel.com> wrote: Pushpal,Thank you for your response. I figured that we're moving towards these modules. I just wanted to verify that west is becoming an integral tool for working with Zephyr. It sounds very similar to bitbake. Has the question of backups been answered? For example, if the source that a build relies on disappears, how can we continue to use it? Will west be included with the SDK in the future? Or maybe not because looking at the documentation, west can actually be used to clone down Zephyr. Thanks again! - Pushpal Anas
|
|
Re: Question about "Zephyr Modules"
Pushpal Sidhu
Hi Anas,
On 5/9/19, Nashif, Anas <anas.nashif@intel.com> wrote: Pushpal,Thank you for your response. I figured that we're moving towards these modules. I just wanted to verify that west is becoming an integral tool for working with Zephyr. It sounds very similar to bitbake. Has the question of backups been answered? For example, if the source that a build relies on disappears, how can we continue to use it? Will west be included with the SDK in the future? Or maybe not because looking at the documentation, west can actually be used to clone down Zephyr. Thanks again! - Pushpal Anas
|
|
Re: Question about "Zephyr Modules"
Nashif, Anas
Pushpal,
toggle quoted messageShow quoted text
You will need to use west to get the modules, but you can still build do everything else as usual. QMSI is just the first of many PR that we follow. Anas
-----Original Message-----
From: devel@lists.zephyrproject.org [mailto:devel@lists.zephyrproject.org] On Behalf Of Pushpal Sidhu Sent: Thursday, May 9, 2019 1:14 PM To: devel <devel@lists.zephyrproject.org> Subject: [Zephyr-devel] Question about "Zephyr Modules" Hi All, This commit caught my eye: https://github.com/zephyrproject-rtos/zephyr/pull/16039 Does this mean that, if we use the qmsi hal going forward, we *must* use west (I wonder why it wasn't called zest instead..) instead of the older "cmake -DBOARD=xyz" and "make"? This is really a general question for 'zephyr modules' as I haven't familiarized myself with west. Thanks, - Pushpal
|
|
Question about "Zephyr Modules"
Pushpal Sidhu
Hi All,
This commit caught my eye: https://github.com/zephyrproject-rtos/zephyr/pull/16039 Does this mean that, if we use the qmsi hal going forward, we *must* use west (I wonder why it wasn't called zest instead..) instead of the older "cmake -DBOARD=xyz" and "make"? This is really a general question for 'zephyr modules' as I haven't familiarized myself with west. Thanks, - Pushpal
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 05/09/2019 8:00am-9:00am, Please RSVP
#cal-reminder
devel@lists.zephyrproject.org Calendar <devel@...>
Reminder: Zephyr Project: Dev Meeting When: Thursday, 9 May 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles Where:https://zoom.us/j/993312203 An RSVP is requested. Click here to RSVP Organizer: devel@... Description: Join Zoom Meeting
|
|
Updated Event: Zephyr Project: APIs
#cal-invite
devel@lists.zephyrproject.org Calendar <devel@...>
Zephyr Project: APIs When: Where: Organizer: An RSVP is requested. Click here to RSVP Description: Live meeting minutes: https://docs.google.com/
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/07/2019 9:00am-10:00am, Please RSVP
#cal-reminder
devel@lists.zephyrproject.org Calendar <devel@...>
Reminder: Zephyr Project: APIs When: Tuesday, 7 May 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles Where:https://zoom.us/j/177647878 An RSVP is requested. Click here to RSVP Organizer: devel@... Description: Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/177647878
|
|
Periodic publishing
#bluetoothmesh
#nrf52
paul.leguennec@...
Hello,
I have been trying to use the periodic publishing in mesh, but I don't really see how to use it correctly. I have read the Mesh Specification, and I already asked here for help on publishing, and somebody gave me an hint by telling me to use the BT_MESH_MODEL_PUB_DEFINE macro with an update callback, but I don't think I am doing this correctly. Right now I have my callback : /*Attempt of callback that would allow periodic publishing*/
static int vendor_cb_update(struct bt_mesh_model *model)
{
struct net_buf_simple *msg = model->pub->msg;
/*Build message for VND Model CB*/
bt_mesh_model_msg_init(msg,BT_MESH_MODEL_OP_3(0x08,CID_ZEPHYR)); // init of the status msg handler
return 0;
} and I am using the macro like this : BT_MESH_MODEL_PUB_DEFINE(vnd_pub,vendor_cb_update,3+3); I have been able to publish a message by pushing a button, and I would like to use only periodic publishing for my project. Does somebody already used periodic publishing and would be able to tell me what I am doing wrong ? Many thanks, Paul
|
|
GPIO API update
Piotr Mienkowski
Hi,
I started work on updating GPIO API and introducing PINCTRL API. The initial proposal is described here: https://github.com/zephyrproject-rtos/zephyr/issues/15611 Since the hardware implementation of GPIO and PINCTRL subsystem vary widely between different vendors and even SoC families providing a generic API becomes a relatively complex issue. I would like to deal with it in a few stages: - update GPIO API configuration options, e.g. defining pin pull-up, open source configuration. - extend GPIO API to support port operations - add PINCTRL API Issue #15611 deals only with the first part of the rework. It would be great if some more developers could review it and leave their comments on the issue page. Thanks and regards, Piotr
|
|
Re: [Zephyr-tsc] Github CODEOWNERS auto-assignment doesn't work as expected
Marc Herbert
On Fri, Apr 26, 2019 at 02:49 AM, Paul Sokolovsky wrote:
Actually, fishing for that link, I see that a whole bunch of changesGood guess. Anas found the bug (commas) and fixed it at https://github.com/zephyrproject-rtos/zephyr/commit/af3f81ef04bccd0b959 Curious how Anas debugged this because I just found this user who put a lot of effort: http://www.benjaminoakes.com/git/2018/08/10/Testing-changes-to-GitHub-CODEOWNERS/ 2018-08-31 Github's answer:
So apparently no "API" available, it would have been documented at https://help.github.com/en/articles/about-code-owners otherwise. No need to ask github either as the feedback is already "in the right hands". Marc
|
|
Zephyr Project: Dev Meeting - Thu, 05/02/2019 8:00am-9:00am
#cal-reminder
devel@lists.zephyrproject.org Calendar <devel@...>
Reminder: When: Where: Organizer: Description: An RSVP is requested. Click here to RSVP
|
|
MCUBoot can't find bootable image (nRF52)
Benjamin Lindqvist
Hey,
I've been trying to build the mcumgr/smp_svr sample on a nRF52840 DK (pca10056) by following https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html, using Zephyr v1.14.0 and MCUBoot v1.3.0. I follow the instructions, everything gets built, signed and flashed fine it seems, but MCUBoot can't find a bootable image. This is how I signed the image: ./imgtool.py sign \ --key mcuboot/root-rsa-2048.pem \ --header-size 0x200 \ --align 8 \ --version 1.2 \ --slot-size 0x68000 \ $ZEPHYR_BIN_DIR/zephyr.hex \ $ZEPHYR_BIN_DIR/signed.hex MCUBoot always gets stuck at Remote debugging using localhost:2331 0x000004fa in main () at ../main.c:202 202 BOOT_LOG_ERR("Unable to find bootable image"); caused by boot_validate_slot(0, NULL) returning an error, in turn caused by if (boot_check_header_erased(slot) == 0 || (hdr->ih_flags & IMAGE_F_NON_BOOTABLE)) { triggering. Has anyone verified the sample for the versions mentioned?
|
|
Re: Wrapping compiler builtins
Sigvart Hovland
I would say it’s an interest in such a pull request to enable more toolchains to build zephyr.
> Would you be interested in pull requests that add something like this to Zephyr? The goal would be to eliminate naked built-ins from the cross-platform parts of the code. The architecture-specific built-ins are much less of a problem, I think.
|
|
Re: Wrapping compiler builtins
Kumar Gala
On Apr 30, 2019, at 12:37 PM, Jakob Stoklund Olesen <jolesen@fb.com> wrote:There is interest in this as we want to support various toolchains beyond GCC. So we need to look at cleaning this up. I’d suggest maybe working up a simple proof of concept PR as the best way to discuss this. - k
|
|
Event: Zephyr Project: APIs
#cal-invite
devel@lists.zephyrproject.org Calendar <devel@...>
Zephyr Project: APIs When: Where: Organizer: An RSVP is requested. Click here to RSVP Description:
|
|