|
Re: Passing information from bootloader to Zephyr
Sorry, I'm not following how this is relevant to the questions about the bootloader/Zephyr boundary. Am I missing something? If this is a Zephyr internals discussion, could you please move it to
Sorry, I'm not following how this is relevant to the questions about the bootloader/Zephyr boundary. Am I missing something? If this is a Zephyr internals discussion, could you please move it to
|
By
Marti Bolivar <marti.bolivar@...>
·
#759
·
|
|
Re: Passing information from bootloader to Zephyr
I'd describe it that Linux uses *drivers* for activation. For example, it is the driver that makes the appropriate calls (usually via clock framework, etc) to enable and clock its peripheral.
So
I'd describe it that Linux uses *drivers* for activation. For example, it is the driver that makes the appropriate calls (usually via clock framework, etc) to enable and clock its peripheral.
So
|
By
Daniel Thompson <daniel.thompson@...>
·
#758
·
|
|
Re: Passing information from bootloader to Zephyr
A little bit :), perhaps.
This thread is about clocks, peripherals, etc. which mcuboot may use and what should happen to them before control is passed to Zephyr; please note that this thread is also
A little bit :), perhaps.
This thread is about clocks, peripherals, etc. which mcuboot may use and what should happen to them before control is passed to Zephyr; please note that this thread is also
|
By
Marti Bolivar <marti.bolivar@...>
·
#757
·
|
|
Re: Passing information from bootloader to Zephyr
And if connected to HW, should it be enabled and clocked?
Linux uses mix of Kconfig/dt. Kconfig for compilation/dt for activation. Do we want the same in Zephyr and keep these 2 levels of
And if connected to HW, should it be enabled and clocked?
Linux uses mix of Kconfig/dt. Kconfig for compilation/dt for activation. Do we want the same in Zephyr and keep these 2 levels of
|
By
Erwan Gouriou
·
#756
·
|
|
incoming build dependency on Python elftools
Some changes are coming in to convert host build tools like gen_idt and gen_offset_header to Python, as well as some new tools to support memory protection which involve parsing DWARF information in
Some changes are coming in to convert host build tools like gen_idt and gen_offset_header to Python, as well as some new tools to support memory protection which involve parsing DWARF information in
|
By
Boie, Andrew P
·
#755
·
|
|
Re: Passing information from bootloader to Zephyr
OK, so it sounds like these DT changes aren't expressing expectations about the state of the peripheral.
But based on David's response, it does seem like it matters to Zephyr what state the
OK, so it sounds like these DT changes aren't expressing expectations about the state of the peripheral.
But based on David's response, it does seem like it matters to Zephyr what state the
|
By
Marti Bolivar <marti.bolivar@...>
·
#754
·
|
|
Re: Passing information from bootloader to Zephyr
The enabled property doesn't describe whether the peripheral is active or not at bootloader handover. It is more like whether that peripheral is connected to something useful. DT describes the
The enabled property doesn't describe whether the peripheral is active or not at bootloader handover. It is more like whether that peripheral is connected to something useful. DT describes the
|
By
Daniel Thompson <daniel.thompson@...>
·
#753
·
|
|
Re: Passing information from bootloader to Zephyr
I don't think so. Part of the definition of the bootloader needs to
be to describe what state it leaves things in. For most
compatibility, it would seem best to leave things in as close to
I don't think so. Part of the definition of the bootloader needs to
be to describe what state it leaves things in. For most
compatibility, it would seem best to leave things in as close to
|
By
David Brown
·
#752
·
|
|
Re: Passing information from bootloader to Zephyr
Hi,
David's threads didn't get much response, but while looking at some STM32 rework in Zephyr, I thought it was worth another try.
I especially want to highlight this part: ^^
Erwan, I noticed while
Hi,
David's threads didn't get much response, but while looking at some STM32 rework in Zephyr, I thought it was worth another try.
I especially want to highlight this part: ^^
Erwan, I noticed while
|
By
Marti Bolivar <marti.bolivar@...>
·
#751
·
|
|
Re: STM32F0 nucleo board support.
Hi All,
I'll be happy to follow your work on F0, I'll like to target the F051 from the F0x1 family.
Thanks,
Neil
Hi All,
I'll be happy to follow your work on F0, I'll like to target the F051 from the F0x1 family.
Thanks,
Neil
|
By
Neil Armstrong
·
#750
·
|
|
Regarding 4G(LTE) Networking Support
Dear All,
I am currently working on a 4G(LTE) Networking task, Then I turned to zephyr to try to set it as a beginning. The Internet articles told me it supports 3GPP protocols but I didn't find
Dear All,
I am currently working on a 4G(LTE) Networking task, Then I turned to zephyr to try to set it as a beginning. The Internet articles told me it supports 3GPP protocols but I didn't find
|
By
Sunjie.Wu
·
#748
·
|
|
Regarding 4G(LTE) Networking Support
Dear All,
I am currently working on a 4G(LTE) Networking task, Then I turned to zephyr to try to set it as a beginning. The Internet articles told me it supports 3GPP protocols but I didn't find
Dear All,
I am currently working on a 4G(LTE) Networking task, Then I turned to zephyr to try to set it as a beginning. The Internet articles told me it supports 3GPP protocols but I didn't find
|
By
Sunjie Wu <wusunjie@...>
·
#749
·
|
|
Re: Development Environment Setup on Linux— Zephyr Project Documentation
Dear all,
I installed the SDK on Ubuntu 16.04 64bit system today, it's OK.
So, I guess there is something wrong in the installing script of "zephyr-sdk-0.9.1-setup.run"
Or the tools(x86, arm, arc....)
Dear all,
I installed the SDK on Ubuntu 16.04 64bit system today, it's OK.
So, I guess there is something wrong in the installing script of "zephyr-sdk-0.9.1-setup.run"
Or the tools(x86, arm, arc....)
|
By
luobaidunpaigu@sina.com <luobaidunpaigu@...>
·
#747
·
|
|
RFC: LwM2M subsystem + sample client for Zephyr
Hi all,
I'm currently working on a pull request to introduce a Lightweight Machine-to-Machine (LwM2M) library to Zephyr. If you are interested, please
Hi all,
I'm currently working on a pull request to introduce a Lightweight Machine-to-Machine (LwM2M) library to Zephyr. If you are interested, please
|
By
Michael Scott <michael.scott@...>
·
#746
·
|
|
Re: Development Environment Setup on Linux — Zephyr Project Documentation
Hello,
David Brown <david.brown@...> wrote:
I recently hit a case when I needed to run Zephyr SDK on 32-bit system
and of course, it was a rather unpleasant surprise to remember that I
can't.
Hello,
David Brown <david.brown@...> wrote:
I recently hit a case when I needed to run Zephyr SDK on 32-bit system
and of course, it was a rather unpleasant surprise to remember that I
can't.
|
By
Paul Sokolovsky
·
#745
·
|
|
Re: Development Environment Setup on Linux — Zephyr Project Documentation
The SDK is indeed built for 64 bit systems. It could be built for a 32-bit host, although I don't think there has been that much demand for it.
David
The SDK is indeed built for 64 bit systems. It could be built for a 32-bit host, although I don't think there has been that much demand for it.
David
|
By
David Brown
·
#744
·
|
|
Development Environment Setup on Linux — Zephyr Project Documentation
Dear All
I got a trouble when installing zephyr SDK on Ubuntu 16.04.2 desktop i386 (32 bit)
I followed the instructions exactly on page
Dear All
I got a trouble when installing zephyr SDK on Ubuntu 16.04.2 desktop i386 (32 bit)
I followed the instructions exactly on page
|
By
luobaidunpaigu@sina.com <luobaidunpaigu@...>
·
#743
·
|
|
Re: CAN drivers
OK I'll look into that to see how it fits my needs (and if it isn't to
much more work how it would fit other ppl's needs).
I am not sure if that is the right way to go for resource constraint
systems
OK I'll look into that to see how it fits my needs (and if it isn't to
much more work how it would fit other ppl's needs).
I am not sure if that is the right way to go for resource constraint
systems
|
By
Erwin Rol
·
#742
·
|
|
Re: CAN drivers
Hi Erwin,
We could follow the same idea as IEEE 802.15.4 radio API is doing. So
each CAN hw driver would need to provide a set of function pointers to
do various CAN operations. See
Hi Erwin,
We could follow the same idea as IEEE 802.15.4 radio API is doing. So
each CAN hw driver would need to provide a set of function pointers to
do various CAN operations. See
|
By
Jukka Rissanen
·
#741
·
|
|
CAN drivers
Hallo all,
I am working on a CAN driver for STM32F4 and am having a few conceptual
problems. How to generalize the interface to hardware that can be very
different. For example the
Hallo all,
I am working on a CAN driver for STM32F4 and am having a few conceptual
problems. How to generalize the interface to hardware that can be very
different. For example the
|
By
Erwin Rol
·
#740
·
|