# utp_com **Repository Path**: mirrors_reMarkable/utp_com ## Basic Information - **Project Name**: utp_com - **Description**: utp_com tool is used to send commands to hardware via Freescale's UTP protocol. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utp_com ## Description utp_com tool is used to send commands to hardware via Freescale's UTP protocol. ## Usage ```bash git clone git@github.com:ixonos/utp_com.git ``` ### Dependencies ```bash sudo apt install libsgutils2-dev ``` ### Compile ```bash cd utp_com make ``` ### Run Project directory contains flash.sh script which show how tool is used to send files and run command line commands. imx_usb ( https://github.com/boundarydevices/imx_usb_loader ) is used to flash the flashing OS.