Re: [PATCH 03/21] imx9: soc: Serial No align with rom setting

2024-09-17 Thread Fabio Estevam
Subject could be improved: imx9: soc: Align UID endianness with ROM On Mon, Sep 16, 2024 at 11:30 PM Peng Fan (OSS) wrote: > > From: Frank Li > > ROM use UID[0] and UID[1] as serial number with big endian when usb serial > download.

[PATCH 03/21] imx9: soc: Serial No align with rom setting

2024-09-16 Thread Peng Fan (OSS)
From: Frank Li ROM use UID[0] and UID[1] as serial number with big endian when usb serial download. After update this, uuu(>1.6) can use below command to filter out devices when multi boards connected. uuu -ms ... [sudo] uuu -lsusb can list known devices with serial# informaiton. Signed-off-