The E330 firmware update had a different FAT_OFFSET to everything else, note that we need to deal with that

This commit is contained in:
Hamish Coleman 2017-09-05 11:37:57 +08:00
parent 3e8289d926
commit 0fa73ec043

View File

@ -73,8 +73,11 @@ list_images:
.PHONY: list_images
# All the bios update iso images I have checked have had a fat16 filesystem
# embedded in a dos mbr image as the el-torito ISO payload. They also all
# embedded in a dos mbr image as the el-torito ISO payload. Most of them
# had the same offset to this fat filesystem, so hardcode that offset here.
# FIXME:
# - checking the E330 image showed a different FAT_OFFSET, need to handle that
# The offset value is bytes in decimal.
FAT_OFFSET := 71680