Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Installation

Frank Steiler edited this page Apr 28, 2017 · 1 revision

Installation

  1. Insert an SD card that is 4GB or greater in size into your computer.
  2. Format the SD card using the platform-specific instructions below:
    1. Windows
      1. Download the SD Association's Formatting Tool from https://www.sdcard.org/downloads/formatter_4/eula_windows/
      2. Install and run the Formatting Tool on your machine
      3. Set "FORMAT SIZE ADJUSTMENT" option to "ON" in the "Options" menu
      4. Check that the SD card you inserted matches the one selected by the Tool
      5. Click the "Format" button
    2. Mac
      1. Download the SD Association's Formatting Tool from https://www.sdcard.org/downloads/formatter_4/eula_mac/
      2. Install and run the Formatting Tool on your machine
      3. Select "Overwrite Format"
      4. Check that the SD card you inserted matches the one selected by the Tool
      5. Click the "Format" button
    3. Linux
      1. We recommend using gparted (or the command line version parted)
      2. Format the entire disk as FAT
  3. Extract the files contained in this NOOBS4IoT zip file.
  4. Copy the extracted files onto the SD card that you just formatted so that this file is at the root directory of the SD card. Please note that in some cases it may extract the files into a folder, if this is the case then please copy across the files from inside the folder rather than the folder itself.
  5. Insert the SD card into your Pi and connect the power supply.

Rebuild NOOBS4IoT

Note that this will require a minimum of 6GB free disk space.

Build debendencies on Ubuntu: sudo apt-get install build-essential rsync texinfo libncurses-dev whois unzip bc qt4-linguist-tools

Run Build Script sudo ./BUILDME.sh

Buildroot will then build the software and all dependencies, putting the result in the output directory. Buildroot by default compiles multiple files in parallel, depending on the number of CPU cores you have. The files in the output directory need to be put onto the SDCard (as described above with all prerequisits).

If your build machine has some QT5 components, it is useful to export QT_SELECT=4 before building to ensure the QT4 component versions are selected.