pdf-icon

LLM Module ADB

Overview

The LLM Module can be debugged using the ADB debugging tool. This guide will explain how to access the LLM Module terminal and transfer files via ADB. Before proceeding, download the ADB Platform-Tools according to your operating system.

File Transfer

  1. Connect the LLM Module's Type-C interface to the computer via USB.
  1. Navigate to the path where the ADB tool is located and use the push command to transfer files.

  2. File Transfer

# adb.exe push local remote
adb.exe push data.json /opt
  1. Access the device terminal
adb.exe shell
sh-5.1# ls /opt/
bin  containerd  data  data.json  etc  lib  lost+found  m5stack  swupdate  usr
On This Page