# rpi_dm_yt350s006_software **Repository Path**: embeddedboys/rpi_dm_yt350s006_software ## Basic Information - **Project Name**: rpi_dm_yt350s006_software - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-10 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RPI DM YT350S006 ## How to? For example, we are using a raspberrypi board, run the install script. (sudo is required for some steps) ### 1. Install via curl ```bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/embeddedboys/rpi_dm_yt350s006_software/main/install.sh)" ``` ### 2. Install via git ```bash git clone https://github.com/embeddedboys/rpi_dm_yt350s006_software.git cd rpi_dm_yt350s006_software ./install.sh ``` ## Uninstall run the uninstall script if you want recovery changes we made. ```bash ./uninstall.sh ```