Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

if any additional installation required for reference board, etc.

Introduction

Required Hardware

The equipment listed below is required for complete functionality of the standalone environment. The only devices that are tested to work properly in this solution are the specific brands and models listed below. Support for other types of equipment is not available at this time.

  1. Raspberry Pi 3 b or Raspberry Pi 3 b+ device
  2. Standard USB keyboard
  3. Television set/monitor with HDMI input.
  4. Ethernet cables
  5. USB-Ethernet Adapter
  6. SD Card ( Preferably 8GB or more )
  7. Tp-link dongles
  8. USB to Serial Debugging Adaptor ( Needed only for serial debugging )


Image result for raspberry pi 3 bImage Modified       

                            RPI 3B

Related imageImage Modified                     

                          RPI 3B+                          

Build Instructions

Repo setup

...

Following command can be used to flash the RPI image to sd card using linux machine . dd tool should be available in linux

Code Block
themeMidnight
titleFlash command
sudo dd if=<path to ImageName.rpi-sdimg> of=<path to SD card space> bs=4M
Example:
$ sudo dd if=rdk-generic-broadband-image-raspberrypi-rdk-broadband.rpi-sdimg of=/dev/sdb bs=4M

...