How to Change the Car Image on Infotainment for NBT EVO ID6 Units
Looking for an easier solution? Check out TurboCode Software
Introduction
Updating the car image on the infotainment system of NBT EVO ID6 units can personalize your driving experience. This guide walks you through the process of uploading a custom PNG file to your vehicle’s head unit.
Important: Your infotainment system must have SSH enabled to perform these steps. If SSH is not enabled, you will need to enable it using the Feature Installer Code. If you require assistance with this, feel free to contact me.
Preparing Your Image
Create Your Image:
- Ensure your target PNG file is sized at 378×243 pixels.
- The background of the image must be transparent.
- You can find an image template here.
Save the Image:
- Name your file using the format:
id6hero_xxx.pngwherexxxrepresents your car’s coded chassis (e.g.,id6hero_f90.pngfor an F90 chassis). - Upload this PNG file to a blank USB drive.
Setting Up the Connection
Insert USB Drive:
- Place the prepared USB drive into the armrest USB port in your car.
Accessing the Head Unit:
- Open an SSH connection using software like Putty.
- Connect to the IP address:
169.254.199.119.
Executing Commands
Remount Directories as Rewriteable:
- Enter the following commands to remount the directories:
mount -o remount rw /fs/sda0
mount -uw qnx6 /net/hu-omap/fs/sda0
Copy the PNG File:
- Use the
cpcommand to copy your PNG file from the USB drive to the head unit’s file system. Replacef90andF90with your chassis code:sh cp /fs/usb0/id6hero_f90.png /net/hu-omap/fs/sda0/opt/hmi/ID5/data/ro/bmwm/id6l/assetDB/Domains/Main/Heroes/hero_myvehicle_F90 - The command structure remains the same. Adjust only the chassis part of the picture name and the folder name:
- For an F90 chassis, use
id6hero_f90.pngandhero_myvehicle_F90. - For other chassis, change accordingly (e.g.,
id6hero_g30.pngandhero_myvehicle_G30).
- For an F90 chassis, use
Directory Paths:
- Depending on the vehicle type, choose the correct directory:
- For M cars (e.g., F90), use the
bmwmdirectory. - For regular cars (e.g., G30), use the
bmwdirectory.
- For M cars (e.g., F90), use the
Conclusion
By following these steps, you can successfully update the car image on your NBT EVO ID6 infotainment system. This customization not only enhances the visual appeal of your interface but also adds a personal touch to your driving experience. Always ensure you are using the correct file names and directory paths specific to your car’s chassis for a smooth update process. If you need help enabling SSH on your infotainment system, do not hesitate to contact me.
Key Reminders:
Ensure SSH is enabled before starting.
Use the correct file name and directory path for your chassis.
If you encounter any issues, feel free to reach out for assistance.