Skip to content

Install AIKEA Image

Bofu Chen edited this page Oct 9, 2022 · 7 revisions

Preparation

  1. Set up the AIKEA HW kit
  2. Prepare a SD card >= 8 GB
  3. Get the latest AIKEA product image
  4. AIKEA User Guide

Create AIKEA SD Card

$ unzip -p /media/debug/2bfe335b-b9b8-411e-ae98-513c90ea3cb5/2020-01-16-raspbian-buster-aikea.zip | sudo dd of=/dev/sdc bs=4M conv=fsync status=progress
$ sudo sync

Boot and Setup AIKEA

  1. Follow the AIKEA User Guide and connect AIKEA to your WiFi AP.
  2. You do not need to reboot AIKEA after connecting to your WiFi AP.

Personalize AIKEA

  1. SSH login with the new local IP allocated by your WiFi AP.
  2. Add more WiFi APs
    1. Edit /etc/wpa_supplicant.conf
  3. Extend root filesystem size if your SD card is > 8 GB
    1. Run raspi-config
    2. Choose 7 Advanced Options -> A1 Expand Filesystem ...
    3. Reboot
    4. If you can not see the desktop UI after rebooting, mount the SD card, remove quiet from boot/cmdline.txt, and reboot again
Clone this wiki locally