UNIHIKER Initial Setup

Getting Started with UNIHIKER

Please read the following official guide first (UNIHIKER guide from DFRobot): Getting Started with UNIHIKER

UNIHIKER Burner

0. Connect to UNIHIKER Device Using ssh

Connect UNIHIKER using USB-C cable to your laptop, access via ssh into it:

  • IP Address: 10.1.2.3

  • Username: root

  • Password: dfrobot

  • Port: 22

    ssh root@10.1.2.3

1. Change The Default root Password

passwd

2. Change The Default TimeZone

I live in Cimahi, West Java - Indonesia; I set the Time Zone to Asia/Jakarta (+0700); the default TimeZone is Asia/Shanghai (+0800)

timedatectl
timedatectl set-timezone Asia/Jakarta
timedatectl

Setting the TimeZone

3. Check The Linux OS Version

uname -a
cat /etc/os-release

UNIHIKER Linux OS version

This is the default Linux OS version from UNIHIKER's factory. The image file download link for this version here: unihiker_v0.3.5-202304.img.7z Please reffer to this official tutorial for burning the image file.

4. Update and Upgrade

apt update
apt upgrade

5. Install neofetch

apt install neofetch
neofetch

UNIHIKER neofetch output