Quick User Guide

1 - Power 12V-24V
2 - SD card socket
3 - eMMC connector
4 - Ethernet port
5 - Buttons (Reset, GPIO8)
6 - USB 3.0 (5V 1A)
7 - USB 2.0 (5V 1A)
8 - LEDs
9 - Heatsink screws
10 - Habanero module 11. FPC connector

Power on

Convenient way to power up your Habanero is by connecting it to a 12V 1A power supply. A single LED (named Power on our development kit) should light up upon powering. Give it at least 30 seconds to boot.

Now that we powered Habanero on, let’s connect it via lan port. Configure your computer's network interface with 192.168.1.254 IP address and 255.255.255.0 netmask. Make sure that other devices on your network are not using this subnet! If everything is done correctly you should be able to reach Habanero via the default IP address of 192.168.1.1

Log in

Habanero is now reachable, so let’s login via ssh:

ssh root@192.168.1.1

Or via telnet:

telnet 192.168.1.1

Or via your internet browser with the following URL:

http://192.168.1.1

By default Habanero does not have password set so when logging in only enter username “root” and leave password field empty.