pybootd icon indicating copy to clipboard operation
pybootd copied to clipboard

Added BOOTP VendorID -> FileName Mapping

Open tantalum7 opened this issue 8 years ago • 0 comments

Added optional support for mapping BOOTP requests from specific vendorIDs to specific filenames. This is configured by adding a [bootp_mapping] section, and entries for each mapping in the form: vendor_id = filename

For example, to support the multi-stage AM335x BOOTP process: [boot_mapping] AM335x ROM = u-boot-spl-restore.bin AM335x SPL U-BOOT = u-boot-restore.img

If no mapping entry is found for a VendorID, then the filename specified in the [bootp] section is used.

tantalum7 avatar Jul 07 '17 15:07 tantalum7