|
Re: mcuboot for nrf52840_pca10059
Hi Marti,
Yes, I could get my application running with nRF DFU and mcuboot.
Rgds,
Venkat.
On 17/04/19 9:08 PM, Bolivar, Marti wrote:
Hi Marti,
Yes, I could get my application running with nRF DFU and mcuboot.
Rgds,
Venkat.
On 17/04/19 9:08 PM, Bolivar, Marti wrote:
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1430
·
|
|
Re: Sparkfun Pro nRF52840 Mini support?
Hi Lawrence,
I am not aware if anyone is bringing up this board, but I can suggest you bring it up yourself. It is not a big deal. The process is copying, pasting, and changing some portion of the
Hi Lawrence,
I am not aware if anyone is bringing up this board, but I can suggest you bring it up yourself. It is not a big deal. The process is copying, pasting, and changing some portion of the
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1429
·
|
|
Sparkfun Pro nRF52840 Mini support?
I just received some Sparkfun nRF52840 boards and I was hoping to bring up Zephyr on the boards.
There is a Sparkfun nRF52832 board listed in the supported boards, but this board needs an external
I just received some Sparkfun nRF52840 boards and I was hoping to bring up Zephyr on the boards.
There is a Sparkfun nRF52832 board listed in the supported boards, but this board needs an external
|
By
Lawrence King
·
#1428
·
|
|
Re: mcuboot for nrf52840_pca10059
Can you verify the “doc/extensions/only” folder is there in your local copy (that’s where the extension we’re using can be found). Are you using the master branch?
-- david
From:
Can you verify the “doc/extensions/only” folder is there in your local copy (that’s where the extension we’re using can be found). Are you using the master branch?
-- david
From:
|
By
Kinder, David B <david.b.kinder@...>
·
#1427
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Venkat,
That's an extension that is provided with the Zephyr docs themselves. Not sure what went wrong there; the conf.py should bring it in. The PR just got approved, though, so I'm hopeful it
Hi Venkat,
That's an extension that is provided with the Zephyr docs themselves. Not sure what went wrong there; the conf.py should bring it in. The PR just got approved, though, so I'm hopeful it
|
By
Bolivar, Marti
·
#1426
·
|
|
Client certificates
Hello,
I've been doing some Zephyr development, and it's looking really slick.
I started writing a lengthy email with some code fragment of my attempt to get Client certificates working, but I've just
Hello,
I've been doing some Zephyr development, and it's looking really slick.
I started writing a lengthy email with some code fragment of my attempt to get Client certificates working, but I've just
|
By
Nick Glencross
·
#1425
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Marti,
Thanks for the update. I tried generating docs, but got this error: "Could not import extension only.eager_only (exception: No module named 'only.eager_only')". Not sure
Hi Marti,
Thanks for the update. I tried generating docs, but got this error: "Could not import extension only.eager_only (exception: No module named 'only.eager_only')". Not sure
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1424
·
|
|
Re: Zephyr 1.14.0 Released (corrected)
All,
In my rush to get 1.14 released, I reported on the Major Enhancements from 1.13. Sorry for the confusion. Here is the corrected list of Major Enhancements in 1.14:
* The Zephyr project now
All,
In my rush to get 1.14 released, I reported on the Major Enhancements from 1.13. Sorry for the confusion. Here is the corrected list of Major Enhancements in 1.14:
* The Zephyr project now
|
By
Kumar Gala
·
#1423
·
|
|
Zephyr 1.14.0 Released
Hi,
We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years.
Major enhancements with this
Hi,
We are pleased to announce the release of Zephyr kernel version 1.14.0. The 1.14.0 will be the first Zephyr LTS release that we will support for at least 2 years.
Major enhancements with this
|
By
Kumar Gala
·
#1422
·
|
|
Re: SDHC disk doesn't unmount
#driver
#spi
Thanks for the answer. You are right, the problem was solved implementing the fatfs_unmount function that you said. I made some tests and everything is ok. On the weekend I will create a PR.
Thanks for the answer. You are right, the problem was solved implementing the fatfs_unmount function that you said. I made some tests and everything is ok. On the weekend I will create a PR.
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#1421
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Venkat,
I discussed with Emanuele a bit and made some changes to the documentation to try to make this more clear:
https://github.com/zephyrproject-rtos/zephyr/pull/15474
The basic steps are:
-
Hi Venkat,
I discussed with Emanuele a bit and made some changes to the documentation to try to make this more clear:
https://github.com/zephyrproject-rtos/zephyr/pull/15474
The basic steps are:
-
|
By
Bolivar, Marti
·
#1420
·
|
|
Re: 6lowpan border router
Hi Tavish,
wpan_serial just implements 802.15.4 "serial-radio", it does not know
anything beyond that. I think you need to check contiki border
router or 6lbr for that. wpan_serial might not support
Hi Tavish,
wpan_serial just implements 802.15.4 "serial-radio", it does not know
anything beyond that. I think you need to check contiki border
router or 6lbr for that. wpan_serial might not support
|
By
Andrei
·
#1419
·
|
|
Re: 6lowpan border router
Hi Andrei,
Thanks for the reply.
<andrei.emeltchenko.news@...> wrote:
I saw that RPL support has been removed, but from what I understand,
6lowpan IPv6 prefix propagation should still be
Hi Andrei,
Thanks for the reply.
<andrei.emeltchenko.news@...> wrote:
I saw that RPL support has been removed, but from what I understand,
6lowpan IPv6 prefix propagation should still be
|
By
Tavish Naruka
·
#1418
·
|
|
Re: [Networking][socket] When is network is ready to accept a socket connection
Hi Karthik,
You are now looking the subsys/net/lib/config/init.c which is only used
when the device starts. There is no ADD handler for manual addition of
IPv4 address because the manual address is
Hi Karthik,
You are now looking the subsys/net/lib/config/init.c which is only used
when the device starts. There is no ADD handler for manual addition of
IPv4 address because the manual address is
|
By
Jukka Rissanen
·
#1417
·
|
|
Re: mcuboot for nrf52840_pca10059
Hello Venkat,
Thanks very much for the detailed report. The CONFIG_BOOT_HAVE_LOGGING issue was fixed in MCUboot this week. I've also sent an mcuboot PR to get your idea for enabling size
Hello Venkat,
Thanks very much for the detailed report. The CONFIG_BOOT_HAVE_LOGGING issue was fixed in MCUboot this week. I've also sent an mcuboot PR to get your idea for enabling size
|
By
Bolivar, Marti
·
#1416
·
|
|
Re: SDHC disk doesn't unmount
#driver
#spi
Lucas,
You're right, the unmount operation isn't implemented in the FAT
fs_file_system_t struct. It should be possible to implement it easily,
though.
Something along the lines of:
static int
Lucas,
You're right, the unmount operation isn't implemented in the FAT
fs_file_system_t struct. It should be possible to implement it easily,
though.
Something along the lines of:
static int
|
By
Leandro Pereira
·
#1415
·
|
|
Re: [Networking][socket] When is network is ready to accept a socket connection
Hi Jukka,
Just a follow-up question:
So I was going through the code, I realized the NET_EVENT_IPV4_ADDR_ADD event only works when the setup uses DHCP. Looks it won't work if the IP address is
Hi Jukka,
Just a follow-up question:
So I was going through the code, I realized the NET_EVENT_IPV4_ADDR_ADD event only works when the setup uses DHCP. Looks it won't work if the IP address is
|
By
Prabhu Vinod, Karthik
·
#1414
·
|
|
mcuboot: Update mcuboot itself.
#nrf52840
#ble
#customboard
Hey there,
I'm currently running Zephyr V1.13 (and waiting desperately for 1.14) on my custom board. We're using mcuboot to update our application OTA. I'm curious if it's possible to update mcuboot
Hey there,
I'm currently running Zephyr V1.13 (and waiting desperately for 1.14) on my custom board. We're using mcuboot to update our application OTA. I'm curious if it's possible to update mcuboot
|
By
Phil Hipp
·
#1413
·
|
|
SDHC disk doesn't unmount
#driver
#spi
Hello, I'm working on manipulate data in a sdhc disk. My problem is that I can't unmount the disk. When I call the fs_unmount(structfs_mount_t *mp) function I got this error "fs ops functions not
Hello, I'm working on manipulate data in a sdhc disk. My problem is that I can't unmount the disk. When I call the fs_unmount(structfs_mount_t *mp) function I got this error "fs ops functions not
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#1412
·
|
|
Re: mcuboot for nrf52840_pca10059
Hi Marti,
I am following the steps mentioned inhttps://docs.zephyrproject.org/latest/boards/arm/nrf52840_pca10059/doc/index.html to get started using USB dongle.
I picked up blinky as
Hi Marti,
I am following the steps mentioned inhttps://docs.zephyrproject.org/latest/boards/arm/nrf52840_pca10059/doc/index.html to get started using USB dongle.
I picked up blinky as
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1411
·
|