ASM114x Firmware Update Tool V1.2.1.0
Usage: 114XFWDL [option]...
               /U filename\tUpdate firmware.
               /C\t\tVerify firmware.\n"
               /D\t\tDisplay running firmware version and SSID/SVID.
               /T\t\tCheck running firmware version.
               /A\t\tCreate SPI-ROM RAW data File.
               /F\t\tBlank SPI-ROM.
               /P\t\t  bus:device:function      assign activity device number
               /L\ [number]\tLimit found hot number

example
	114xfwdl /U fw.bin
	114xfwdl /D
	114xfwdl /C
	114xfwdl /T
	114xfwdl /F


Note: How to make usb boot disk
step 1	Extract usbboot_trim.rar
step 2	Insert your USB disk, and run HPUSBFW
Device:->select your USB disk
File System:->select FAT
Format Options:-> Create a DOS startup disk, 
using system files located at:	usbboot_trim\bootdisk
step 3	Click Start, and wait it to finish, when done click close.

Finally copy 114xfwdl.exe to USB disk.



RETURN VALUE
		0 on success, otherwise the negative value is returned.


		0 	ASMT_SUCCESS                			
		-1	ASMT_IO_ERROR						
		-2	ASMT_FWVERSION_UNMATCH			 
		-3	ASMT_UNMATCH						
		-4	ASMT_DEVICE_NOT_FOUND			 
		-5	ASMT_FILE_NOT_FOUND				 
		-6	ASMT_SPI_VERIFY_ERROR				 
		-7	ASMT_RESET_FAIL				       
		-8	ASMT_MEMORY_ALLOCATE_ERROR     
		-9	ASMT_TIMEOUT 					    
		-10	ASMT_PARAMETER_INVALID 			   
