OpenNuvoton / NUC970_Linux_Kernel

Linux Kernel Source Code for NUC970 Series Microprocessor
Other
68 stars 69 forks source link

About NUC970 chip ID #38

Closed XY-With-Z closed 5 years ago

XY-With-Z commented 5 years ago

How can I get the unique ID of the nuc970?which register..

yachen commented 5 years ago

Hi, NUC970 does not have UID. It only as PDID and DID in SYS_PDID and SYS_PWRON registers. Note: SYS_PDID is protected by Write-Protection Control Register, you'll have to unlock before read to get correct value.

XY-With-Z commented 5 years ago

Thank you very much.It seems that I need to find another way to calculate the network MAC.