|
Re: [Zephyr-devel] How to use BOARD_ROOT to define out-of-tree boards?
No, the typo came from one of build errors I had made before. I corrected the typo but still didn’t work. However, if the BOARD_ROOT is specified with the absolute directory name, by
No, the typo came from one of build errors I had made before. I corrected the typo but still didn’t work. However, if the BOARD_ROOT is specified with the absolute directory name, by
|
By
Li, Jun R <jun.r.li@...>
·
#611
·
|
|
Re: [Zephyr-devel] How to use BOARD_ROOT to define out-of-tree boards?
Hi,
Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up.
Regards,
Brix
--
Henrik Brix Andersen
Hi,
Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up.
Regards,
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#610
·
|
|
How to use BOARD_ROOT to define out-of-tree boards?
Hi,
I’m trying to use the new feature implemented byPR #6150 to define my private boards. I just copied samples/hello_word to an out-of-tree directory and copied boards/arm/stm32f4_disco to the
Hi,
I’m trying to use the new feature implemented byPR #6150 to define my private boards. I just copied samples/hello_word to an out-of-tree directory and copied boards/arm/stm32f4_disco to the
|
By
Li, Jun R <jun.r.li@...>
·
#609
·
|
|
Re: [Zephyr-devel] Bluetooth BLE device not get discount
Hi,
ATT/GATT is tied with the ACL connection which is maintained by the
controller, so there is very little the host stack can do about it but
perhaps if you are running with combined controller +
Hi,
ATT/GATT is tied with the ACL connection which is maintained by the
controller, so there is very little the host stack can do about it but
perhaps if you are running with combined controller +
|
By
Luiz Augusto von Dentz
·
#608
·
|
|
Re: [Zephyr-devel] error while opening file (NFFS)
Hi Ram,
I worked with your suggestion & it works.
I took reference from zephyr/tests/subsys/fs/nffs_fs_api/src/test_mount.c this file.
Thanks,
Hi Ram,
I worked with your suggestion & it works.
I took reference from zephyr/tests/subsys/fs/nffs_fs_api/src/test_mount.c this file.
Thanks,
|
By
Vikrant More <vikrant8051@...>
·
#607
·
|
|
Bluetooth BLE device not get discount
Hello,
Currently I am working on Zephyr Bluetooth APIs to build normal Services-Characteristics based BLE device.
I've observed following things:
1) sometimes when app (for eg. nRF Connect) closes
Hello,
Currently I am working on Zephyr Bluetooth APIs to build normal Services-Characteristics based BLE device.
I've observed following things:
1) sometimes when app (for eg. nRF Connect) closes
|
By
Vikrant More <vikrant8051@...>
·
#606
·
|
|
Re: [Zephyr-devel] error while opening file (NFFS)
Hi Vikranth,
The main change is the introduction of mount point which will allow us to have multiple file systems at once. Now the file system mounting responsibility to given to application and
Hi Vikranth,
The main change is the introduction of mount point which will allow us to have multiple file systems at once. Now the file system mounting responsibility to given to application and
|
By
Pallala, Ramakrishna <ramakrishna.pallala@...>
·
#605
·
|
|
Re: [STM32L4] looks there is no way to flash and debug?
Ok, so openoncd support is indeed not provided for this board.
And it happens it is not present neither in openocd.
Though, it will work by re-using configuration provided for nucleo_l476rg.
Duplicate
Ok, so openoncd support is indeed not provided for this board.
And it happens it is not present neither in openocd.
Though, it will work by re-using configuration provided for nucleo_l476rg.
Duplicate
|
By
Erwan Gouriou
·
#604
·
|
|
Re: [STM32L4] looks there is no way to flash and debug?
After the build sequence
cmake -GNinja -DBOARD=nucleo_l432kc ..
ninja
[1/95] Generating always_rebuild
Building for board nucleo_l432kc
[90/95] Linking C executable zephyr/zephyr_prebuilt.elf
Memory
After the build sequence
cmake -GNinja -DBOARD=nucleo_l432kc ..
ninja
[1/95] Generating always_rebuild
Building for board nucleo_l432kc
[90/95] Linking C executable zephyr/zephyr_prebuilt.elf
Memory
|
By
Carles Perello
·
#603
·
|
|
Re: [STM32L4] looks there is no way to flash and debug?
Hi Carles,
There is no particular limitation on STM32L4 that should prevent you to flash and debug.
Can you provide us more details on your set up to understand what is going on (board,
SW,
Hi Carles,
There is no particular limitation on STM32L4 that should prevent you to flash and debug.
Can you provide us more details on your set up to understand what is going on (board,
SW,
|
By
Erwan Gouriou
·
#602
·
|
|
[STM32L4] looks there is no way to flash and debug?
Hello
I am starting to do a development on STM32L4 nucleo based
boards....but seems that something is misconfigured as I cant do flash
or debug (either make or ninja).
Any pointer to what I can
Hello
I am starting to do a development on STM32L4 nucleo based
boards....but seems that something is misconfigured as I cant do flash
or debug (either make or ninja).
Any pointer to what I can
|
By
Carles Perello
·
#601
·
|
|
Re: [Zephyr-devel] error while opening file (NFFS)
I'm not able to understand it. Why Zephyr did these type of changes when there is no demo examples for modules like NFFS ?
Please help to solve this issue. In tests/subsys/fs/nffs_fs_api/ there are
I'm not able to understand it. Why Zephyr did these type of changes when there is no demo examples for modules like NFFS ?
Please help to solve this issue. In tests/subsys/fs/nffs_fs_api/ there are
|
By
Vikrant More <vikrant8051@...>
·
#599
·
|
|
Re: [Zephyr-devel] error while opening file (NFFS)
Hi Vikranth,
Zephyr VFS patches got merged yesterday. These changes are not part of v1.11 but got merged yesterday.
Please refer to the changes needed to comply with VFS under
Hi Vikranth,
Zephyr VFS patches got merged yesterday. These changes are not part of v1.11 but got merged yesterday.
Please refer to the changes needed to comply with VFS under
|
By
Pallala, Ramakrishna <ramakrishna.pallala@...>
·
#600
·
|
|
error while opening file (NFFS)
Hello,
I upgrade to Zephyr v.1.11 & getting this error while opening file using NFFS
[general] [ERR] fs_open: fs_open:mount point not found!!
error -2 while opening test.txt
It was working perfectly
Hello,
I upgrade to Zephyr v.1.11 & getting this error while opening file using NFFS
[general] [ERR] fs_open: fs_open:mount point not found!!
error -2 while opening test.txt
It was working perfectly
|
By
Vikrant More <vikrant8051@...>
·
#598
·
|
|
about to use FOTA & Lightweight flash storage layer for constrained devices from v1.11.0
Hello,
How to upgrade firmware on #nRF52840_PDK over Bluetooth Link using newly added FOTA feature in v1.11.0 ? Please provide in detail step wise solution if possible.
Where I will find demo example
Hello,
How to upgrade firmware on #nRF52840_PDK over Bluetooth Link using newly added FOTA feature in v1.11.0 ? Please provide in detail step wise solution if possible.
Where I will find demo example
|
By
Vikrant More <vikrant8051@...>
·
#597
·
|
|
Re: increasing nRF52 Bluetooth range
Hi Vikrant,
I tried +8dBm settings and I simply see the increased RSSI value on my iPhone scanning for advertisements.
Regards,
Vinayak
Hi Vikrant,
I tried +8dBm settings and I simply see the increased RSSI value on my iPhone scanning for advertisements.
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#596
·
|
|
Re: increasing nRF52 Bluetooth range
Hello Vinayak,
I modified it at stack level so that TX power get set to +8 dBM.
For that, I edited
/home/vikrant/projects/zephyr/zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:189:
Hello Vinayak,
I modified it at stack level so that TX power get set to +8 dBM.
For that, I edited
/home/vikrant/projects/zephyr/zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:189:
|
By
Vikrant More <vikrant8051@...>
·
#595
·
|
|
Re: increasing nRF52 Bluetooth range
Hi Vikrant,
As I said before:
«Feel free to supply the correct h/w Tx Power enumeration to callers of
Hi Vikrant,
As I said before:
«Feel free to supply the correct h/w Tx Power enumeration to callers of
|
By
Chettimada, Vinayak Kariappa
·
#594
·
|
|
Re: increasing nRF52 Bluetooth range
Hello Vinayak,
NRF_RADIO->TXPOWER = 0x8; //+8dBm
err = bt_enable(bt_ready);
if (err) {
printk("Bluetooth init failed (err %d)\n", err);
return;
}
Hello Vinayak,
NRF_RADIO->TXPOWER = 0x8; //+8dBm
err = bt_enable(bt_ready);
if (err) {
printk("Bluetooth init failed (err %d)\n", err);
return;
}
|
By
Vikrant More <vikrant8051@...>
·
#593
·
|
|
Re: increasing nRF52 Bluetooth range
Hi Vikrant,
The Zephyr BLE controller does not implement the Tx power set interface in the upstream code, hence Zephyr controller operates with +0dBm transmit power.
Feel free to supply the
Hi Vikrant,
The Zephyr BLE controller does not implement the Tx power set interface in the upstream code, hence Zephyr controller operates with +0dBm transmit power.
Feel free to supply the
|
By
Chettimada, Vinayak Kariappa
·
#592
·
|