-
Archives
- March 2025
- February 2025
- January 2025
- December 2024
- October 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- January 2024
- December 2023
- November 2023
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- August 2022
- June 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- August 2021
- July 2021
- June 2021
- April 2021
- December 2019
-
Meta
Monthly Archives: December 2021
Get Zephyr “Hello World” running
Quite easy. Follow the following installation guide here. Note: Choose the right processor architecture from here https://github.com/zephyrproject-rtos/sdk-ng/releases Run the “Hello World” example as described here.
Posted in Uncategorized
Leave a comment
Quality vs Safety in ISO 26262
Cool video on Zephyr OS project:
Posted in Uncategorized
Leave a comment
V-Model and Validation vs. Verification (V&V)
The “V” has two sides; on left down and on right up. On left: Requirements System design Architecture design Module design Coding On right: Coding Unit testing Integration testing System testing Acceptance testing V&V is in the following relationship: The … Continue reading
Posted in Uncategorized
Leave a comment
Static versus dynamic RTOS
While diving through Google for AUTOSAR classic I found openOSEK.org as the automotive real-time operating system (RTOS). OSEK is a/the ISO17356 Standard implementation. Under the section “Why OSEK” the following sentences confused me: Most of these alternatives are quite bulky … Continue reading
Posted in Uncategorized
Leave a comment
What makes a Software Defined Architecture (SDA)
Flexible deployment via type 1 or type 2 hypervisor Description of resources via key value sets (Distributed) resource (-state) management (Multiple) (autonomous) software agent node’s Data passing between computational nodes Task passing between computational nodes Functional and semantically agreed … Continue reading
Posted in Uncategorized
Leave a comment
Virtualization Overview
So many options today… Let us start on high level. We have to distinguish container hypervisor versus virtual machine hypervisor. Container hypervisor can be separated into application container e.g., Docker (runc with lib container as reference runtime from OCI, implemented … Continue reading
Posted in Uncategorized
Leave a comment
First Day Micro ROS(2)
Based on ROS2 libraries (feature comparison) the microROS is constructed. It is made for microcontroller devices with small main memory and processors. Programs written via microROS can be hosted from bare-metal through RTOS (e.g., NuttX, FreeRTOS, VxWorks) to GPOS (e.g., … Continue reading
Posted in Uncategorized
Leave a comment
SOAFEE reference? software architecture
Due to https://www.adlinktech.com/en/soafee the following building blocks would be applied Open Robotics ROS 2 with Autoware.Auto Eclipse Cyclone DDS iceoryx zero-copy Zenoh V2X
Posted in Uncategorized
Leave a comment
Convolutional Neural Network
CNN does support an extensive amount of use cases, not only computer vision one. Nevertheless, it underperforms with variations e.g. rotations. The convolutional layers in front of the fully connected layer act as filter, as dot-product with a field e.g., … Continue reading
Posted in Uncategorized
Leave a comment
LXC vs Docker Container
The main differences are: Management of filesystem: Docker manage the filesystem multi-layered, LXC only knows a directory hosting the root filesystem. Client tools: Docker focuses on developer and LXC on system-administrator. Image distribution: Docker has private and public registries. LXC … Continue reading
Posted in Uncategorized
Leave a comment