Display inital setup

Hi team,
I purchased axon sbc recently, and it supports direct setup with monitor.

But is there any possibility to connect with windows to access it? And is there any guide for initial setup ?

There are multiple ways you can do it, but for the first time, you require access whether through HDMI, Type-C Display using a monitor, or USB To UART (FTDI) for the first time. To set below things:

  1. Using Vicharak-Dao through the command line , can get access of Command line terminal and GUI as well.
  2. Set MDNS to get access of the Vicharak device in Axon without knowing the IP of the particular device using avahi daemon in Linux.
    Note: Both devices should be connected to the same network,
    a. By editing the hostname of the /etc/avahi/avahi-daemon.conf file.
    b. Restart sudo systemctl restart avahi-daemon.service.
    c. Get access from another system using ssh from the terminal.
    d. ssh vicharak@.local
  3. You can make one Linux service that do start Axon WiFi hotspot with fix IP, so you can get access using ssh with that IP in terminal.
  4. Another Using VNC, etc.
1 Like