본문 바로가기

반응형

전체 글

(29)
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..
Android tool screen copy Android Screen Copy (Scrcpy) is an open source tool that allows you to display and manipulate an Android device screen on a PC or Mac in real time. It's commonly used by developers and techies to test a device's screen, demo apps, or debug. Key featuresScreen mirroring: Display your Android device's screen in real-time on your computer screen in high quality.Remote control: Use your keyboard and..
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..
QNX and the QNX Build System QNX is a Real-Time Operating System (RTOS), based on a microkernel architecture and used primarily in embedded systems. QNX was developed by QNX Software Systems in Canada in the 1980s and is characterized by high reliability, real-time processing power, and small memory usage. Acquired by Blackberry in 2010, the QNX hypervisor is ASIL D certified and has many production references, making it a ..

반응형