|
Zephyr on VEGABoard - Can't flash the hello_world demo
#flash
#west
#risc-v
#vegaboard
#rv32m1
Hello, I’m a student in electronics and I’m trying to use Zephyr on the VEGABoard, but I’m facing some issues. I’ve been able to run some demos provided by openisa in the sdk, and modify some, using G
Hello, I’m a student in electronics and I’m trying to use Zephyr on the VEGABoard, but I’m facing some issues. I’ve been able to run some demos provided by openisa in the sdk, and modify some, using G
|
By
jean-baptiste.edde@...
· #2480
·
|
|
Divide zephyr into libraries
#west
Hi Isn't `ninja menuconfig` what you are looking after? Link : https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig . Regards
Hi Isn't `ninja menuconfig` what you are looking after? Link : https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig . Regards
|
By
Lukasz Iwaszkiewicz
· #2416
·
|
|
Divide zephyr into libraries
#west
Guys any extra information about this. It will really helps. Thank you
Guys any extra information about this. It will really helps. Thank you
|
By
Nikos Karamolegkos
· #2415
·
|
|
Divide zephyr into libraries
#west
Hello and Happy new year to everyone, I am working in project with target to use zephyr as base of any freestanding application. Specifically, I would like the developer to have the ability to choose
Hello and Happy new year to everyone, I am working in project with target to use zephyr as base of any freestanding application. Specifically, I would like the developer to have the ability to choose
|
By
Nikos Karamolegkos
· #2407
·
|
|
ninja: error when build in the share fold of VM
#west
I execute ubuntu18 in VM and test zephyr project is successful However, since the program cannot be transferred under win, do zephyr project in the shared folder But, west cannot create the build.ninj
I execute ubuntu18 in VM and test zephyr project is successful However, since the program cannot be transferred under win, do zephyr project in the shared folder But, west cannot create the build.ninj
|
By
mfinmuch@...
· #2245
·
|
|
#west
#west
attached my Dockerfile and myscript1.sh
attached my Dockerfile and myscript1.sh
|
By
ahmed.balata@...
· #2157
·
|
|
#west
#west
Thank you for your replay. i have checked the path and it has been fixed, still it only works manually but if I take the script as entrypoint it does not work.
Thank you for your replay. i have checked the path and it has been fixed, still it only works manually but if I take the script as entrypoint it does not work.
|
By
ahmed.balata@...
· #2156
·
|
|
#west
#west
Hello, Some responses inline. "ahmed.balata via lists.zephyrproject.org" <ahmed.balata=tu-dortmund.de@...> writes: If these are really copy/pasted from the error output, then the p
Hello, Some responses inline. "ahmed.balata via lists.zephyrproject.org" <ahmed.balata=tu-dortmund.de@...> writes: If these are really copy/pasted from the error output, then the p
|
By
Bolivar, Marti
· #2155
·
|
|
#west
#west
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
|
By
ahmed.balata@...
· #2154
·
|
|
Git submodules with West
#west
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
Hi, Right now, the only way to handle submodules with west is the way you're currently doing it. If you are interested in submitting a PR with support, I think it'd make sense to add. The only wrinkle
|
By
Bolivar, Marti
· #2060
·
|
|
Git submodules with West
#west
Hi, I have a Zephyr project set up as a manifest repository, and I'm trying to include a git repository that makes use of submodules. i.e., I would normally clone this repository with: Is there a way
Hi, I have a Zephyr project set up as a manifest repository, and I'm trying to include a git repository that makes use of submodules. i.e., I would normally clone this repository with: Is there a way
|
By
mike@...
· #2056
·
|
|
unable to build
#west
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
You appear to be using Python 3.5. Zephyr requires Python 3.6. I am surprised the build got this far along. You should have seen an error about this earlier. "Stefan Hristozov via Lists.Zephyrproject.
|
By
Bolivar, Marti
· #1927
·
|
|
unable to build
#west
When I try to build my project I get the following error: $ west build -b native_posix Traceback (most recent call last): File "/home/stefan/.local/bin/west", line 11, in <module> sys.exit(main()) Fil
When I try to build my project I get the following error: $ west build -b native_posix Traceback (most recent call last): File "/home/stefan/.local/bin/west", line 11, in <module> sys.exit(main()) Fil
|
By
Stefan Hristozov
· #1926
·
|
|
Adding a costume module to my project
#west
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
Hi, Please check your build directory's zephyr_modules.txt file to make sure it is being included in the list. If it's not, please check where you are setting ZEPHYR_EXTRA_MODULES again. If it is pres
|
By
Bolivar, Marti
· #1876
·
|
|
Adding a costume module to my project
#west
Hi, I moved set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1) before include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE) project (NONE) Unfortunately I am still getting the same
Hi, I moved set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1) before include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE) project (NONE) Unfortunately I am still getting the same
|
By
Stefan Hristozov
· #1875
·
|
|
Adding a costume module to my project
#west
"stefan.hristozov via Lists.Zephyrproject.Org" <stefan.hristozov=aisec.fraunhofer.de@...> writes: Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before including the
"stefan.hristozov via Lists.Zephyrproject.Org" <stefan.hristozov=aisec.fraunhofer.de@...> writes: Looking at this quickly, ZEPHYR_EXTRA_MODULES needs to be set before including the
|
By
Bolivar, Marti
· #1874
·
|
|
Adding a costume module to my project
#west
Hi, I want to add a module to my project. My folder structure looks like this: <top dir> |---modules | |---module1 | | |---CMakeLists.txt | | |---inc | | |---src | | |---zephyr | | |---module.yml | |-
Hi, I want to add a module to my project. My folder structure looks like this: <top dir> |---modules | |---module1 | | |---CMakeLists.txt | | |---inc | | |---src | | |---zephyr | | |---module.yml | |-
|
By
Stefan Hristozov
· #1873
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
I have downloaded the Arduino IDE and that includes a version of BOSSAC that may be useful. That may be a quickest method to find a working replacement version. My interest in the use of bossac comes
|
By
William Fish
· #1802
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
I have checked old SDKs. SDK v0.9.2 (20 Oct 2017): no "-o" option for bossac. SDK v0.9.1 (20 May 2017): no "-o" option for bossac. The "-o" for bossac.py is added on 9 Jul 2018 https://github.com/zeph
I have checked old SDKs. SDK v0.9.2 (20 Oct 2017): no "-o" option for bossac. SDK v0.9.1 (20 May 2017): no "-o" option for bossac. The "-o" for bossac.py is added on 9 Jul 2018 https://github.com/zeph
|
By
@yasokada
· #1801
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
Hi Yas, "yasokada via Lists.Zephyrproject.Org" <yasokada=gmail.com@...> writes: Correct -- where the binary in question is the one provided with the SDK. It may be unmaintained. I
Hi Yas, "yasokada via Lists.Zephyrproject.Org" <yasokada=gmail.com@...> writes: Correct -- where the binary in question is the one provided with the SDK. It may be unmaintained. I
|
By
Bolivar, Marti
· #1800
·
|