# itop4412_freertos **Repository Path**: liupiming/itop4412_freertos ## Basic Information - **Project Name**: itop4412_freertos - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-21 - **Last Updated**: 2026-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动方式 ``` setenv serverip 192.168.1.15 setenv rtos_addr 0x41000000 usb start; usb reset; tftp ${rtos_addr} freertos.bin; dcache flush;go ${rtos_addr} run bootcmd_net_rtos ```