Jump to content
Electronics-Lab.com Community

Search the Community

Showing results for tags 'how to check cpu serial number of pcduino1/2/3'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Electronics Forums
    • Projects Q/A
    • Datasheet/Parts requests
    • Electronic Projects Design/Ideas
    • Power Electronics
    • Service Manuals
    • Theory articles
    • Electronics chit chat
    • Microelectronics
    • Electronic Resources
  • Related to Electronics
    • Spice Simulation - PCB design
    • Inventive/New Ideas
    • Mechanical constructions/Hardware
    • Sell/Buy electronics - Job offer/requests
    • Components trade
    • High Voltage Stuff
    • Electronic Gadgets
  • General
    • Announcements
    • Feedback/Comments
    • General
  • Salvage Area

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Skype


Location


Interests

Found 1 result

  1. In cases, we would like to track down the pcDuino in the field. This can be achieved by check the CPU serial number of pcDuino. In this post, we show how to check the CPU serial number information. We can get CPU ID by loading cpu_id.ko (this is built for pcDuino 2). The following are the commands we typed at the terminal of pcDuino: ? 1 2 3 4 $ sudo insmod cpu_id.ko $ cat /proc/cpu_id VER:C ID:165166c380485370515248480301dc8b The source code can be found at: https://github.com/pcduino/modules/tree/master/sun4i-cpu-id The ko file for pcDuino3 can be downloaded here. To buiild the ko file for pcDuino3, we need to first install the dependency software package: $sudo apt-get install pcduino-linux-headers-3.4.79+ Then we need to change the kernel location in Makefile to 3.4.79+, and comment out: /* case MAGIC_VER_A: ver=’A’; break; case MAGIC_VER_B: ver=’B’; break; case MAGIC_VER_C: ver=’C’; break; */ in file cpu_id.c.
×
  • Create New...