본문 바로가기

반응형

Mercedes

(14)
Hyundai Motor Developer Conference Pleos 25 (Keynote Review) Today, Hyundai Motor held its first developer conference offline, while the keynote was streamed live online. Personally, I watched the keynote online and gathered impressions from YouTube and news articles. I’d like to briefly share my thoughts by comparing it with other automotive OEMs. Overall, the conference felt centered around 42dot. Hyundai collaborated with partners such as Samsung Elect..
Mercedes-Benz, BMW, Volkswagen 2024 Performance Report (Mercedes-Benz Review and Current Situation) The three major German automakers (Mercedes-Benz, BMW, and Volkswagen) released their reports and made announcements on their 2024 performance and overall events in late February and March 2025. All three companies saw a significant decline in overall revenue due to the impact of economic conditions in China and other regions. In this article, we will review the performance of each company and d..
BMW SDV (4 SuperBrains) The new BMW 5 Series is expected to handle most of its computing with four powerful SoCs alongside a Zonal E/E Architecture. This brings it one step closer to becoming a Software-Defined Vehicle (SDV). However, it is still significantly behind Tesla, Rivian, and Chinese EV manufacturers. Zonal E/E Architecture As shown in the diagram below, the system features four high-performance SoCs, referre..
The dilemma of shipping fast versus maintaining quality I'm not just talking about automotive software development. I think it applies to all development. However, it seems to be much more relevant in automotive software development, where dependencies and architecture are incredibly complex. Is it better to release the product quickly or to maintain the quality and solidify consumer trust? It's a difficult story. It's also easy to say. Put it in con..
Yocto's logging functions (Python, shell) Yocto provides logging functions in both Python and shell to help you log when debugging. In this article, we will briefly introduce the types of logging functions and the similar but slightly different Python and shell logging functions.Types of logging functionspython: bb.fatal, bb.error, bb.wran, bb.note, bb.plain, bb.debugshell script: bbfatal, bberror, bbwarn, bbnote, bbplain, bbdebugFuncti..
Thoughts on building QNX with Yocto I'm using QNX as a SafeOS and the build system is a mess. What QNX provides by default is a simple Makefile + a qconfig.mk file with some QNX modifications. This is fine for small projects, but I was wondering what tools I could use to build better with better dependency and geometry management.We use a wrapped build system based on CMake and run in a Docker environment. The code is not all sour..
AutomotiveMixed Criticality System Mixed Criticality is a concept used primarily in real-time embedded systems that addresses the issues that arise when tasks of different criticality are running simultaneously on the same system. This concept is especially talked about in safety-critical areas such as aircraft, automobiles, and medical equipment. Key Features1. Task's Criticality Level: Each task within a system has a specific c..
The state of EVs and SDVs in China I traveled to Shanghai, China for a business trip and spent the whole day learning about Chinese EVs and SDV-related software, touching various cars and hearing about the trends from experts. It was very realizing to see and touch what I had only heard about. It was a great experience to compare with the cars we are currently building.In China, there are a lot of electric cars driving around, an..

반응형