|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Can you please open an issue herehttps://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to
Can you please open an issue herehttps://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to
|
By
Nashif, Anas
·
#1119
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hi Anas,
I opened minicom using minicom -D /dev/ttyUSB0. This was after making the BOARD=arduino_101 even though I'm using the tinyTILE.
Opening minicom using ACM0 results in minicom freezing and none
Hi Anas,
I opened minicom using minicom -D /dev/ttyUSB0. This was after making the BOARD=arduino_101 even though I'm using the tinyTILE.
Opening minicom using ACM0 results in minicom freezing and none
|
By
Tamra Oyama <tamrako@...>
·
#1118
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
|
By
Nashif, Anas
·
#1117
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote:
Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to view
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote:
Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to view
|
By
Jie Zhou <zhoujie@...>
·
#1116
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”.
From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...>
Date: Friday, October
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”.
From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...>
Date: Friday, October
|
By
Li, Jun R
·
#1115
·
|
|
New flashing scripts merged, please report any issues
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
|
By
Marti Bolivar <marti.bolivar@...>
·
#1114
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation - Needs fixing
Jie,
Great. I believe that cleaning up the CONFIG setting would fix the tinyTile build.
Graham
Jie,
Great. I believe that cleaning up the CONFIG setting would fix the tinyTile build.
Graham
|
By
Graham Stott <gbcstott1@...>
·
#1113
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hey Graham,
Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
Hey Graham,
Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
|
By
Jie Zhou <zhoujie@...>
·
#1112
·
|
|
Debugging __reset?
I find myself in a situation where my platform keeps going through the __reset and I’m not sure why?
How does one debug something like this with Zephyr? My target is a FRDM-KW41Z board.
I find myself in a situation where my platform keeps going through the __reset and I’m not sure why?
How does one debug something like this with Zephyr? My target is a FRDM-KW41Z board.
|
By
David Leach
·
#1111
·
|
|
Zephyr 1.9.1 released
Hi,
First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1
Hi,
First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1
|
By
Nashif, Anas
·
#1110
·
|
|
Zephyr SDK 0.9.2-rc5
Hi,
RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5
This release removes the QEMU update and restores the original
Hi,
RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5
This release removes the QEMU update and restores the original
|
By
Nashif, Anas
·
#1109
·
|
|
Re: I2C for STM32F3
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298
Yannis
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298
Yannis
|
By
Yannis Damigos
·
#1108
·
|
|
Re: I2C for STM32F3
Thanks Erwan,
It works now. I will create a PR for it
Yannis
Thanks Erwan,
It works now. I will create a PR for it
Yannis
|
By
Yannis Damigos
·
#1107
·
|
|
Re: stm32f4_disco issues
Hello Erwan,
Thanks for the help; the CONFIG_GPIO_STM32_PORTD was missing. I'll
send a PR to add this to stm32f4_disco_defconfig later today.
Regarding debugging, I was using debug before, but was
Hello Erwan,
Thanks for the help; the CONFIG_GPIO_STM32_PORTD was missing. I'll
send a PR to add this to stm32f4_disco_defconfig later today.
Regarding debugging, I was using debug before, but was
|
By
Pushpal Sidhu
·
#1106
·
|
|
Re: I2C for STM32F3
Hi,
I don't have time to test this yet, but looking into STM32F303 reference manual,
it seems that I2C on F3 is clock independent and hence, we should sepcify clock
before using it.
It seems this case
Hi,
I don't have time to test this yet, but looking into STM32F303 reference manual,
it seems that I2C on F3 is clock independent and hence, we should sepcify clock
before using it.
It seems this case
|
By
Erwan Gouriou
·
#1105
·
|
|
Re: I2C for STM32F3
Hi Daniel,
I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
Hi Daniel,
I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
|
By
Yannis Damigos
·
#1104
·
|
|
I2C for STM32F3
Hi,
I’m working on a project that needs I2C functionality on a STM32F0 Chip. Since STM32F0 support is not yet merged into zephyr (I’m
Hi,
I’m working on a project that needs I2C functionality on a STM32F0 Chip. Since STM32F0 support is not yet merged into zephyr (I’m
|
By
Daniel Wagenknecht
·
#1103
·
|
|
Re: stm32f4_disco issues
Hi Pushpal,
Regarding the blinky issue. It's happening since CONFIG_GPIO_STM32_PORTD is not activated.
You should add it in board defconfig.
Then, regarding the debug issue.
Have you tried make
Hi Pushpal,
Regarding the blinky issue. It's happening since CONFIG_GPIO_STM32_PORTD is not activated.
You should add it in board defconfig.
Then, regarding the debug issue.
Have you tried make
|
By
Erwan Gouriou
·
#1102
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hi Graham,
Hmm interesting, which CONFIG settings? Also I want to use tinyTILE for a bluetooth application that I am working on. I need tinyTILE for its wearable size. For flashing on to tinyTILE, all
Hi Graham,
Hmm interesting, which CONFIG settings? Also I want to use tinyTILE for a bluetooth application that I am working on. I need tinyTILE for its wearable size. For flashing on to tinyTILE, all
|
By
Jie Zhou <zhoujie@...>
·
#1101
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Jie,
My board is in use at this time so I cannot do this test for you. However I did look at the Bluetooth beacon sample and I see that it is setting some Bluetooth related CONFIG settings that
Jie,
My board is in use at this time so I cannot do this test for you. However I did look at the Bluetooth beacon sample and I see that it is setting some Bluetooth related CONFIG settings that
|
By
Graham Stott <gbcstott1@...>
·
#1100
·
|