cat sercomm/adam2.bin "$$^" > "$$@.tmp"
dd if=sercomm/$(1) of="$$@.tmp" bs=$$$$((0x3e0000 - 80)) seek=1 conv=notrunc
$(STAGING_DIR)/bin/dgfirmware -f -w "$$@" "$$@.tmp"
rm -f "$$@.tmp"
cat sercomm/adam2.bin "$$^" > "$$@.tmp"
dd if=sercomm/$(1) of="$$@.tmp" bs=$$$$((0x3e0000 - 80)) seek=1 conv=notrunc
$(STAGING_DIR)/bin/dgfirmware -f -w "$$@" "$$@.tmp"
rm -f "$$@.tmp"