|
removing HEX_FILES_TO_MERGE?
Hi,
Is anybody using the HEX_FILES_TO_MERGE build system property?
It was originally added by Nordic, but has since been removed from our
downstream Zephyr distribution, and I personally think it
Hi,
Is anybody using the HEX_FILES_TO_MERGE build system property?
It was originally added by Nordic, but has since been removed from our
downstream Zephyr distribution, and I personally think it
|
By
Bolivar, Marti
·
#1536
·
|
|
Re: flash zephyr build onto atmel board through VM
On Ubuntu/Debian try: sudo apt-get install flashrom. Even if you don't
care about flashrom, it comes with a
/usr/lib/udev/rules.d/z60_flashrom.rules file that is interesting.
Fedora ships with the
On Ubuntu/Debian try: sudo apt-get install flashrom. Even if you don't
care about flashrom, it comes with a
/usr/lib/udev/rules.d/z60_flashrom.rules file that is interesting.
Fedora ships with the
|
By
Marc Herbert
·
#1535
·
|
|
Re: flash zephyr build onto atmel board through VM
" via Lists.Zephyrproject.Org"
<kayli0109=gmail.com@...> writes:
Do you have the appropriate udev rules for your device installed so your
user has permissions to access it?
" via Lists.Zephyrproject.Org"
<kayli0109=gmail.com@...> writes:
Do you have the appropriate udev rules for your device installed so your
user has permissions to access it?
|
By
Bolivar, Marti
·
#1534
·
|
|
API meeting: Agenda
Agenda:
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want an item included in
Agenda:
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time permits.
If you want an item included in
|
By
Carles Cufi
·
#1533
·
|
|
Re: flash zephyr build onto atmel board through VM
Hi Kay,
What VM software are you using, VMWare or Virtual Box?
With VMWare I just select VM -> Removable Devices -> <device> -> Connect (Disconnect from host), and then it appears inside my VM
Hi Kay,
What VM software are you using, VMWare or Virtual Box?
With VMWare I just select VM -> Removable Devices -> <device> -> Connect (Disconnect from host), and then it appears inside my VM
|
By
Carles Cufi
·
#1532
·
|
|
Re: Flashing through VM
Does the device node in the guest have the appropriate permissions? Does it work if you run "west flash" as root?
Honestly USB passthrough has never worked well for me (though I'm
Does the device node in the guest have the appropriate permissions? Does it work if you run "west flash" as root?
Honestly USB passthrough has never worked well for me (though I'm
|
By
Andy Ross
·
#1531
·
|
|
Flashing through VM
Hi,
When I ninja flash on to my atmel board, I receive this error "unable to open CMSIS-DAP device" but my device is detected by the VM when I do "lsusb". How should I proceed?
I am using Windows as
Hi,
When I ninja flash on to my atmel board, I receive this error "unable to open CMSIS-DAP device" but my device is detected by the VM when I do "lsusb". How should I proceed?
I am using Windows as
|
By
KAY LI NG <kayli0109@...>
·
#1530
·
|
|
Re: flash zephyr build onto atmel board through VM
Hi Carles,
I have installed the extension pack, and choose the usb, but i still get the error of "unable toopen CMSIS-DAP device" when i do ninja flash.
Do u know what have i missed out?
Regards,
Kay
Hi Carles,
I have installed the extension pack, and choose the usb, but i still get the error of "unable toopen CMSIS-DAP device" when i do ninja flash.
Do u know what have i missed out?
Regards,
Kay
|
By
KAY LI NG <kayli0109@...>
·
#1529
·
|
|
Re: flash zephyr build onto atmel board through VM
Hi there,
Yes, many of us use Virtual Machines and flash the boards from inside the VM. You just need to transfer ownership of the USB device to the VM and then install the required drivers inside
Hi there,
Yes, many of us use Virtual Machines and flash the boards from inside the VM. You just need to transfer ownership of the USB device to the VM and then install the required drivers inside
|
By
Carles Cufi
·
#1528
·
|
|
flash zephyr build onto atmel board through VM
Hi,
I setup zephyr in Ubuntu virtual machine on Windows Host.
I wonder if i can flash to my atmel board through virtual machine?
Regards,
Kay Li
Hi,
I setup zephyr in Ubuntu virtual machine on Windows Host.
I wonder if i can flash to my atmel board through virtual machine?
Regards,
Kay Li
|
By
KAY LI NG <kayli0109@...>
·
#1527
·
|
|
Re: Mesh publish message to proxy node
Hi Johan,
Thanks for the clarification. I am referring to group address. I missed setting up proxy filtering.
Rgds,
Venkat.
--
Rgds,
Venkat.
Hi Johan,
Thanks for the clarification. I am referring to group address. I missed setting up proxy filtering.
Rgds,
Venkat.
--
Rgds,
Venkat.
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1526
·
|
|
Re: Mesh publish message to proxy node
Hi Venkat,
That depends on what the publish address is. If it’s a group address then any node that subscribes to this address, including the proxy node, will receive it. If it’s a unicast address
Hi Venkat,
That depends on what the publish address is. If it’s a group address then any node that subscribes to this address, including the proxy node, will receive it. If it’s a unicast address
|
By
Johan Hedberg
·
#1525
·
|
|
API meeting: Agenda
Agenda:
- New proposal: Video for Zephyr API
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time
Agenda:
- New proposal: Video for Zephyr API
- Sensor API: Update on progress
- GPIO: Update on progress
Additional items in the "Triage" column in the GitHub project may be discussed if time
|
By
Carles Cufi
·
#1524
·
|
|
Mesh publish message to proxy node
Hi,
I am trying Mesh OnOff model sample and it works fine. I have one question though:
I have connected to the provisioned node using nrf mesh app (android mobile that acts as
Hi,
I am trying Mesh OnOff model sample and it works fine. I have one question though:
I have connected to the provisioned node using nrf mesh app (android mobile that acts as
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1523
·
|
|
Calendar with Real Time Counter on Nrf52840
Hi everyone.
I need to implement some calendar features like alarm mask by weekday, by date, etc. I need to run that with an nrf52840 and I am guessing by using the counter API. I was taking a look
Hi everyone.
I need to implement some calendar features like alarm mask by weekday, by date, etc. I need to run that with an nrf52840 and I am guessing by using the counter API. I was taking a look
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1522
·
|
|
Re: Environment variable value for ZEPHYR_TOOLCHAIN_VARIANT in Windows 10
Hi Sujit,
Sure, no problem. Depending on which machine I run the VM on I use 8 or 16GB of RAMM, 64GB virtual HDD, and 4x or 8x cores. But that will depend on the physical machine you run it on,
Hi Sujit,
Sure, no problem. Depending on which machine I run the VM on I use 8 or 16GB of RAMM, 64GB virtual HDD, and 4x or 8x cores. But that will depend on the physical machine you run it on,
|
By
Carles Cufi
·
#1521
·
|
|
Re: Environment variable value for ZEPHYR_TOOLCHAIN_VARIANT in Windows 10
Hi Carles,
May I know your VM configuration forUbuntu 19.04 (HDD size, RAM, etc any other important settings). BTW I thought18.04 was latest? is 19 already out? Also with the Zephyr setup
Hi Carles,
May I know your VM configuration forUbuntu 19.04 (HDD size, RAM, etc any other important settings). BTW I thought18.04 was latest? is 19 already out? Also with the Zephyr setup
|
By
Sujit.Phatak@...
·
#1520
·
|
|
Re: Environment variable value for ZEPHYR_TOOLCHAIN_VARIANT in Windows 10
Hi Sujit,
I am glad you got Zephyr building on your VM, but I am sorry you did not find the Windows experience satisfactory. I can assure you that in this project we treat Windows as a first-class
Hi Sujit,
I am glad you got Zephyr building on your VM, but I am sorry you did not find the Windows experience satisfactory. I can assure you that in this project we treat Windows as a first-class
|
By
Carles Cufi
·
#1519
·
|
|
Re: Environment variable value for ZEPHYR_TOOLCHAIN_VARIANT in Windows 10
Carles, Kumar,
Thanks for your response. Regardingthe toolchain question, honestly I couldn't find a dedicated 3rd partytoolchain available for RISC-V as it does for GNU ARM Embedded and IntelISSM.
Carles, Kumar,
Thanks for your response. Regardingthe toolchain question, honestly I couldn't find a dedicated 3rd partytoolchain available for RISC-V as it does for GNU ARM Embedded and IntelISSM.
|
By
Sujit.Phatak@...
·
#1518
·
|
|
Re: Environment variable value for ZEPHYR_TOOLCHAIN_VARIANT in Windows 10
Also, are you using Windows Subsystem for Linux (WSL), or native Windows (cmd.exe)?
Carles
Also, are you using Windows Subsystem for Linux (WSL), or native Windows (cmd.exe)?
Carles
|
By
Carles Cufi
·
#1517
·
|