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 4B 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)

RPI-4 System Setup


Raspberry Pi 4 Target Image

                                               

USB to Serial Debug converter Link and set up

 

Purchase Link USB to Serial               

RPI 4 Pin Diagram

The above-mentioned adaptor (PL2303) will support Linux host machine (ubuntu) with proper connection between RPI4 as below

  • Connect GND (Pin 6) of RPI with PL2303 GND Pin
  • Connect GPIO14 (Pin 8) of RPI with PL2303 RX Pin
  • Connect GPIO15 (Pin 10) of RPI with PL2303 TX Pin

After connection, please run minicom in host machine to establish serial connection with RPI

https://help.ubuntu.com/community/Minicom

Note : In usual, adaptor will have device name as ttyUSB0 after connected to host PC ( can be checked using dmesg command in host ). Please configure minicom accordingly. 


Supported drivers for  USB-to-Ethernet Adapters

  •  ASIX based drivers  
  •  r8152 driver (realtek)   

 Validated USB-to-Ethernet Adapters

  • Linksys - ASIX AX88772 USB 2.0 Ethernet driver
  • cable matters - r8152 driver

If any additional driver support required, please edit the below cfg file to enable your driver.

https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/generic/rdk-oe/meta-cmf-raspberrypi/+/refs/heads/rdk-next/recipes-kernel/linux/files/remove_unused_modules.cfg



  • No labels