Close Menu
Automotive Testing Technology International
  • News
    • A-H
      • ADAS & CAVs
      • Aerodynamics
      • Appointments, Partnerships, Investments & Acquisitions
      • Automotive Testing Expo
      • Batteries & Powertrain Testing
      • Component Testing
      • Safety and crash testing
      • Dynamometers
      • EMC & Electronics Testing
      • Emissions & Fuel Consumption
      • Facilities
      • Full-vehicle Testing
    • I-Z
      • Interiors & Infotainment Testing
      • Measurement Tools, Test Systems & Equipment
      • Motorsport
      • NVH & Acoustics
      • Proving Grounds
      • R&D
      • Sensors & Transducers
      • CAE, Simulation & Modeling
      • Software Engineering & SDVs
      • Tire Testing
  • Features
  • Online Magazines
    • Crash Test Technology – 2025
    • September 2025
    • June 2025
    • March 2025
    • Crash Test Technology – 2024
    • November 2024
    • September 2024
    • June 2024
    • Crash Test Technology – 2023
    • Automotive Testing Technology
    • Subscribe to Automotive Testing
    • Crash Test Technology
    • Subscribe to Crash Test Technology
  • Opinion
  • Awards
    • About
    • What’s new and key dates
    • Eligibility and nomination
    • Get in touch
    • Judges
    • Winner interviews
  • Videos
  • Supplier Spotlight
  • Proving Grounds
  • Events
LinkedIn Facebook X (Twitter)
  • Automotive Interiors
  • Automotive Powertrain
  • ADAS & Autonomous Vehicle
  • Professional Motorsport
  • Tire Technology
  • Media Pack
LinkedIn
Subscribe
Automotive Testing Technology International
  • News
      • ADAS & CAVs
      • Aerodynamics
      • Appointments, Partnerships, Investments & Acquisitions
      • Automotive Testing Expo
      • Batteries & Powertrain Testing
      • Component Testing
      • Safety and crash testing
      • Dynamometers
      • EMC & Electronics Testing
      • Emissions & Fuel Consumption
      • Facilities
      • Full-vehicle Testing
      • Interiors & Infotainment Testing
      • Measurement Tools, Test Systems & Equipment
      • Motorsport
      • NVH & Acoustics
      • Proving Grounds
      • R&D
      • Sensors & Transducers
      • CAE, Simulation & Modeling
      • Software Engineering & SDVs
      • Tire Testing
  • Features
  • Online Magazines
    1. Crash Test Technology – 2025
    2. September 2025
    3. June 2025
    4. March 2025
    5. November 2024
    6. Crash Test Technology – 2024
    7. September 2024
    8. June 2024
    9. Automotive Testing Technology
    10. Subscribe to Automotive Testing
    11. Crash Test Technology
    12. Subscribe to Crash Test Technology
    Featured
    October 7, 2025

    In this Issue – 2025

    Crash Test Technology By Rachel Evans
    Recent

    In this Issue – 2025

    October 7, 2025

    In this Issue – September 2025

    September 5, 2025

    In this Issue – June 2025

    June 18, 2025
  • Opinion
  • Awards
    • About
    • What’s new and key dates
    • Eligibility and nomination
    • Get in touch
    • Judges
    • Winner interviews
    • ATTI Awards Forum
  • Videos
  • Supplier Spotlight
  • Proving Grounds
  • Events
LinkedIn
Subscribe
Automotive Testing Technology International
Features

INTERVIEW: Inside Suzuki’s SDV cockpit powered by Qt

Zahra AwanBy Zahra AwanNovember 12, 20255 Mins Read
Share LinkedIn Twitter Facebook Email
The cockpit of a software-defined vehicle, with two large display screens and a smaller display behind the steering wheel. The driver has their hands on the wheel.

Suzuki has adopted Qt Group’s cross-platform human-machine interface technology for its first battery-electric vehicle, the e Vitara, as part of its move into software-defined vehicles. Built on Automotive Grade Linux (AGL), the Qt framework will power Suzuki’s next-generation digital cockpit, streamlining UI and UX development for instrument clusters and infotainment systems

In this Q&A, Qt Group senior vice president of product management Juhapekka Niemi discusses how open frameworks and unified software architectures are helping auto makers like Suzuki accelerate cockpit development and deliver more consistent in-car experiences.

How is platform fragmentation affecting the pace and cost of HMI and SDV development across the automotive industry? 

Platform fragmentation is slowing down innovation across the board, and automotive is feeling it as much as any industry. When you talk to development teams at auto makers, they’ll tell you the same story. These teams are managing dozens of siloed electronic control units (ECUs) from different suppliers, meaning every new feature or update becomes more difficult and expensive.

Last year in the USA, more than 13 million vehicles were recalled for software-related issues, with the number of software-related recalls rising from 113 in 2023 to 153 in 2024, a 35% surge year on year. And it’s not surprising, because when your architecture is fragmented, software issues become both more likely and more expensive to fix. The real problem we’re seeing is teams with legacy approaches needing 6-12 months to deploy changes that auto makers with a software-first mindset can accomplish in weeks.

Traditional engineering responses have often made matters worse by adding more ECUs with each new feature, deepening technical debt and complicating integration. This tech debt spiral traps original equipment manufacturers in slow update cycles, exposing vehicles to security vulnerabilities for longer periods and increasing risks to drivers and brands.

We’re addressing fragmentation with Suzuki, as we allow developers to build once and deploy everywhere from a single codebase, including across multiple vehicle models and platforms. That unified approach cuts development time and cost while giving Suzuki deep control over its software stack and user experience.

What advantages do open frameworks like Qt and Automotive Grade Linux offer in unifying digital cockpit development across vehicle models and brands? 

Open frameworks allow auto makers to gain platform control without rebuilding everything from scratch. Qt has been optimized to run on AGL since 2015, and this decade of joint development means manufacturers get a mature, production-ready solution. What Suzuki is doing with the e Vitara is a great example. They’re building on the open-source foundation but maintaining full control over customization. Suzuki has found they can leverage existing C++ software assets, which means their Tier 1 suppliers aren’t starting from scratch with each project.

The business impact of this platform-driven approach is also significant. In a Forrester Consulting study last year, organizations using this kind of approach reported 59% improvement in development efficiency, 49% reduced time-to-market for new features and 50% lower defect rates. Those efficiency gains translate to development teams shipping faster while maintaining or improving quality.

Another key advantage is avoiding the vendor lock-in issue. When you’re dependent on a single supplier for your digital cockpit, you’re locked into their roadmap, their timeline and their limitations. With Qt and AGL, you’re building on industry-standard platforms with an active developer community behind them. That opens up access to faster iteration, reusable components and broad compatibility.

Qt’s cross-platform approach of writing code once and reusing it also works across instrument clusters, infotainment systems or HUDs. This makes it far easier to deliver a consistent brand experience without duplicating work.

Can open-source and modular platforms help level the playing field between premium and mainstream EVs in terms of digital user experience? 

Absolutely, and this is exactly what’s exciting about our partnership with Suzuki. The assumption that premium digital experiences require premium hardware is giving way to an emphasis on smart software and architecture.

Mainstream EVs face the challenge of delivering rich, responsive HMIs on cost-and performance-constrained embedded hardware. One option is for manufacturers to throw powerful hardware at the problem, but that’s not economically viable for vehicles targeting broader market segments.

What separates a premium interface from a mediocre one often comes down to feel. Does it respond instantly? Do animations flow naturally? These features are invisible when they work, but immediately obvious when they don’t. Qt supports background loading, threading, memory management and caching, allowing auto makers to deliver fluid 60-frames-per-second graphics even on MCU-based devices. So, Suzuki can still give drivers a slick-feeling experience with a mass-market car like the e Vitara while controlling their production costs.

If Suzuki wants to replicate that user experience on a different car model, the great thing about using Qt is that they don’t have to duplicate the work. Suzuki can build a library of digital dashboard elements, infotainment interfaces and interactive features that work across their entire vehicle line-up.

The gap between premium and mainstream EVs is closing. Differentiation is shifting toward design taste and brand identity rather than raw technical specs, which is better for everyone. Consumers get quality experiences regardless of price point, and manufacturers compete on creativity instead of just hardware budgets.

Explore: Site visit: Inside Mercedes-Benz’s light testing tunnel

Share. Twitter LinkedIn Facebook Email
Previous ArticleArm joins eSync Alliance
Zahra Awan

Zahra brings her background in reporting on the heavy manufacturing industry together with her passion for automotive as web editor at UKi Media & Events. She is keen to connect with people across the sector who share her enthusiasm for automotive innovation.

Related Posts

Features

INTERVIEW: Timothy Chan comments on the Nissan-University of Toronto partnership

November 6, 20253 Mins Read
ADAS & CAVs

Site visit: Inside Mercedes-Benz’s light testing tunnel

November 5, 20255 Mins Read
Software Engineering & SDVs

INTERVIEW: QNX’s Niko Boeker discusses AI and the future of SDVs in the UK

October 29, 20256 Mins Read
Latest News

INTERVIEW: Inside Suzuki’s SDV cockpit powered by Qt

November 12, 2025

Arm joins eSync Alliance

November 11, 2025

Hyundai opens €150m Square Campus R&D center in Germany

November 10, 2025
Free Weekly E-Newsletter

Receive breaking stories and features in your inbox each week, for free


Enter your email address:


Our Social Channels
  • LinkedIn
Getting in Touch
  • Free Weekly E-Newsletter
  • Meet the Editors
  • Contact Us
  • Media Pack
RELATED UKI TITLES
  • Automotive Interiors
  • Automotive Powertrain
  • ADAS & Autonomous Vehicle
  • Professional Motorsport
  • Tire Technology
  • Media Pack
© 2025 UKi Media & Events a division of UKIP Media & Events Ltd
  • Terms and Conditions
  • Privacy Policy
  • Cookie Policy
  • Notice & Takedown Policy
  • Site FAQs

Type above and press Enter to search. Press Esc to cancel.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.

CookieDurationDescription
cookielawinfo-checbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.

Functional

Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.

Performance

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

Analytics

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.

Advertisement

Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.

Others

Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.

SAVE & ACCEPT