In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article shows you how to understand the busybox tftp command, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can learn something.
Today, when debugging mp4 playback, since single board USB, SdCard and other storage APIs are not available, we can only download files through the network. The following problems are encountered in the download process:
Root@test:~# tftp-g-r test.mp4 192.168.0.107tftp: write error
For a moment, what the heck. After thinking about it, it should be that the file is too large, and there is not enough space in the file system in the veneer system. Use the command df-h to check this. Changed the storage location to continue to download, successfully completed.
By the way, the use of the busybox tftp command is described as follows:
Root@test:~# tftp-helpBusyBox v1.32.0 (2021-01-18 19:05:45 UTC) multi-call binary.Usage: tftp [OPTIONS] HOST [PORT]
The common parameters of the busybox tftp command are as follows:
-g: used when downloading files.
-p: used when uploading files.
-r: followed by the remote (for example: PC) file name.
-l: it is followed by the local file name (for example, veneer), which can also be omitted when downloading the file.
The busybox tftp command is used as follows:
Open the tftp tool on the 1.PC side, and set the file download path in "View"-> "options", as shown below:
two。 Enter the tftp command in the single board system to download the file, for example:
Tftp-g-r test.mp4 192.168.0.107
Where:
Test.mp4 represents the name of the downloaded file.
192.168.0.107 represents the IP address of the remote host (PC).
Note: the PC IP address can be viewed by entering the ipconfig command at the Windows system cmd command prompt or, in the case of a Linux system, by using the ifconfig command.
The commands of the two systems to view the IP address are slightly different.
The above is how to understand busybox tftp commands. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.