Find bootloader in FAT

This commit is contained in:
Byron Lathi
2023-08-12 19:03:24 -07:00
parent fd9389268a
commit 053b0d7e3e
6 changed files with 111 additions and 126 deletions

View File

@@ -21,7 +21,7 @@ all: $(HEX)
$(HEX): $(BIN)
objcopy --input-target=binary --output-target=verilog $(BIN) $(HEX)
diff $(HEX) $(FPGA_IMG)
cmp $(HEX) $(FPGA_IMG)
$(BIN): $(OBJS)