什么是ethloader,我该如何下载源代码

时间:2010-12-02 10:33:51

标签: linux

我在查找名为ethloader的程序时遇到问题。有人会告诉我如何下载它吗?而且,我在哪里可以下载源代码。

当我尝试在没有参数的情况下运行该应用程序时,会显示以下用法:

[代码]

./ ethloader“<”hostname /“>” “<”mac address“>”

-f=<name>     upload a file to flash memory
-k=<kernel>   upload kernel image to flash memory
-r=<ramdisk>  upload ramdisk image to flash memory

[-b=<block>]  indicate starting flash memory block
[-m=<size>]   indicate maximum file size in hex number
[-s=<size>]   indicate maximum flash memory size in hex number

[/代码]

非常感谢你们

1 个答案:

答案 0 :(得分:0)

 Usage of ethloader:
 ethloader <ip> <mac> -f=<filename> -b=<offset>
  <ip>:if your ip is 192.168.2.1 ,you should set this ip to 192.168.2.X (X =1~254)
  <mac>: 86:95:0a:12:34:bc
  <filename>:The file name of the flashimage 
  <offset>:If your flashimage is 4 MB,the offset should set to 0.
  example:ethloader 192.168.2.100 86:95:0a:12:34:bc -f=flashimage -b=0

来源:http://ftp.dlink.ru/pub/Multimedia/DSM-320/Firmware/Ethloader%280506113200%29.txt