Hello NXP team,
We are using the NXP Debian Linux SDK on an i.MX8MP-based custom board.
According to UG10155 Debian Linux SDK User Guide, our understanding is that the SDK is Debian-based: the RootFS mainly uses standard Debian .deb packages, while NXP / board-specific components and configurations are integrated by the SDK.
We also referred to the NXP Community article “Debian 12 Installation Guide for iMX8MM, iMX8MP, iMX8MN and iMX93”. In that article, the apt configuration example includes Debian security and update repositories for Debian 12 / bookworm.
On our current Debian 13 / trixie-based system, /etc/apt/sources.list only contains the following entry:
deb http://deb.debian.org/debian trixie main contrib
We would like to clarify the expected security update model for the NXP Debian Linux SDK.
Could you please help confirm the following points?
1. For the NXP Debian Linux SDK based on Debian 13 / trixie, is the current APT source configuration expected, or is it recommended to also add the Debian security and update repositories?
For example:
deb http://deb.debian.org/debian trixie main contrib
deb http://deb.debian.org/debian trixie-updates main contrib
deb http://security.debian.org/ trixie-security main contrib
2. For NXP / BSP / board-specific components, such as the kernel, U-Boot, ATF, OP-TEE, DTB, peripheral firmware, and NXP-specific driver components, what is the recommended security update procedure? Does NXP provide security advisories, patches, or SDK updates for these components?
We would like to confirm this so that we can provide accurate security maintenance guidance to our customer.
Thank you.
Hi @Leo_dev
Currently, the SDK defaults to only including “trixie main contrib,” which is normal (for evaluation and guided installation), but this is not the final production configuration. If you need, you can use below sources.
deb http://deb.debian.org/debian trixie main contrib
deb http://deb.debian.org/debian trixie-updates main contrib
deb http://security.debian.org/debian-security trixie-security main contrib
For components provided by NXP, you can update to the latest version by modifying the source code tag in flexbuild individually.
Best Regards,
Zhiming