# mdio-tool-loongarch64 **Repository Path**: amos007/mdio-tool-loongarch64 ## Basic Information - **Project Name**: mdio-tool-loongarch64 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-13 - **Last Updated**: 2024-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # n10-upload-tool [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ## Introduction The tools use to uplaod N10 series NET device Firmware && MAC Address. ## Features - Upload Firmware - Upload MAC Address - Upload PXE Firmware ## Requirements - Linux operating system ## Usage statement - Fill in the `tool` property in the `config.json` with the name of the uoload tool. - Fill int the `fw` property in the `config.json` with the name of firmware ``` { "tool": "mucse_net_update_tool_0.3.3_loongarch64", "fw": "N10L-X8-8RJ45-p1_0.5.6.59.img.bin" } ``` ## Usage Run the tool using the following command: 1. Show Net Device List ``` mucse_net_update_tool_0.3.3_loongarch64 -l ``` 2. Upload Net Device Firmware ``` mucse_net_update_tool_0.3.3_loongarch64 -f ``` 3. Upload Net Device PXE Firmware ``` mucse_net_update_tool_0.3.3_loongarch64 -p ``` 4. pload Net Device Mac Address ``` mucse_net_update_tool_0.3.3_loongarch64 -m ``` 5. Show help message ``` mucse_net_update_tool_0.3.3_loongarch64 -h ``` 6. Show version info ``` ./mucse_net_update_tool_0.3.3_loongarch64 -v ``` ## Contributing Contributions to the project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. ## License This project is licensed under the [MIT License](LICENSE). ## History ### [1.0.0] - 2024-08-29 - Initial release of the software. - Added basic functionality for monitoring CPU usage, memory usage, disk usage, and network traffic.