- Joined
- Nov 3, 2017
- Messages
- 1
- Reaction score
- 0
Hello,
Is there any documentation, or tribal knowledge, regarding the usage and arguments of the fdt tool that is used in the BIOS update process?
This is one of the tools that comes with the BIOS update package that you download from the Supermicro web site, along with the AFU tool. They come as .SMC files; if you use the DOS tool, the first thing that the FLASH.BAT file does is rename them to .exe; if you use the UEFI tool, the first thing that the flash.nsh file does is rename them to .efi.
Looking at the FLASH.BAT file, it calls fdt several times, with lines like:
fdt -w 50 A5
fdt -b 0
fdt -r 50
fdt -w 50 00
It looksl like the fdt tool does not output any stdout, but rather, sets error codes, that are then checked by the batch file.
Looks like it's generally used for determining whether the current FDT matches the FDT in the update image.
Any information regarding what the command line arguments are? Any list of all the available ones?
Thanks!
Is there any documentation, or tribal knowledge, regarding the usage and arguments of the fdt tool that is used in the BIOS update process?
This is one of the tools that comes with the BIOS update package that you download from the Supermicro web site, along with the AFU tool. They come as .SMC files; if you use the DOS tool, the first thing that the FLASH.BAT file does is rename them to .exe; if you use the UEFI tool, the first thing that the flash.nsh file does is rename them to .efi.
Looking at the FLASH.BAT file, it calls fdt several times, with lines like:
fdt -w 50 A5
fdt -b 0
fdt -r 50
fdt -w 50 00
It looksl like the fdt tool does not output any stdout, but rather, sets error codes, that are then checked by the batch file.
Looks like it's generally used for determining whether the current FDT matches the FDT in the update image.
Any information regarding what the command line arguments are? Any list of all the available ones?
Thanks!