Main Menu

search

You are here

rPi Inventory

[last updated: 2020-12-11]
rPi home page
-----

  • SD card tagging:
    I have numbered all my SD cards for inventory management. I've inserted a tag in their directory structure to identify them. I've created a directory in their /root/home/pi folder, the title of which is eg. "This_is_SDxx"
    Inside that directory may be a filename NOOBSrev.txt that will contain the rev# of the NOOBS version loaded on the SD card.
    • To find NOOBS version:
    • 1. If you have downloaded the zip file from a website, the NOOBS version is in the zip file name e.g. NOOBS_v1.3.11.zip
    • 2. If you have an SD card with NOOBS already on it, then:
      a) insert it into your PC SD card reader and read the BUILD-DATA file
      b) Or: boot it on your rPi and hold the shift key down as it boots to enter the recovery program. The version is shown in the title of the main window.
      c) Or: If you are already booted into Raspbian, mount the /dev/mmcblk0p1 recovery partition and view the BUILD-DATA file there:
      • $ sudo mount /dev/mmcblk0p1 /mnt
      • $ cat /mnt/BUILD-DATA
      • $ sudo umount /mnt

  • Find board info:
    $ cat /sys/firmware/devicetree/base/model
    prints out your actual board model
    -----

  • My rPi inventory:
    • rPi-01: Pi model B+ V1.2 from Maker Shed.
      • Bottom of board is screen-printed:
        KCE MC1 2-6
        16gbV-0F3 1424
      • Current Status: 2019-10-26
        Attached to a 7" touch screen
        SD-04 16gb stretch installed

      -----

    • rPi-02: Pi 3 model B V1.2
      • Bottom of the board is screen-printed:
        E305654
        JX02 94V-0 09 17
        There is also a paper tag on the bottom:
          400774
          1501
          901915
          1721
      • Current Status: 2019-10-26
        SD-05 stretch loaded

      -----

    • rPi-03: Pi 3 model B V1.2
      • bottom of the board is screen-printed:
        E305654
        JX02 94V-0 32 16
        There is also a paper tag on the bottom:
          400774
          1401
          064777
          1635
      • Current Status: 2019-10-26
        SD-02 stretch installed
        Previously loaded into an (go to:) element14 pi-desktop box

      -----

    • rPi-04: Pi 3 model B+ V1.2
      • bottom of the board is screen-printed:
        IC: 20953-RPI3P
        KCE MC1
        94V-0 F1
        1812 G2
      • Current Status: 2019-10-26
        SD-03 buster

      -----

    • rPiZ-01: (go to:) Zero v1.3
      purchased 2018-08
      -----
    • rPiZW-02: Zero with built-in wifi
      -----
    • rPi-05: (go to:) rPi version 4
      -----
    • rPi-06: (go to:) rPi 400
      -----

    .

    .

    .

    eof