Files
rk35xx-android14/external/openscreen/osp/docs/pi.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

1.1 KiB

Raspberry Pi

The following instructions apply to the Raspberry Pi 2 Model B v1.2. Other models may work just fine but YMMV.

Preparing the Raspberry Pi

You will need:

  • 4GB or bigger microSD card
  • USB drive adapter or other way to flash microSD
  • (Optional) 802.11 USB WiFi nano module - recommended model

Either of the flash instructions below will make a bootable microSD card.

Flashing via GUI

  1. Download Raspbian Lite
  2. Download Etcher for your OS
  3. Plug in the microSD card
  4. Run Etcher, select the Raspbian zipfile and the microSD card, click Flash
  5. Make a coffee

Flashing via commandline

TODO(mfoltz): Write a script

Logging in and configuring WiFi

TODO(mfoltz): Figure this out

Compiling for Raspberry Pi

TODO

Deploying and Running OSP

TODO