satman: make fbi big-endian

pull/1745/head
occheung 2021-07-22 16:31:21 +08:00
parent 6535b2f089
commit 96438c9da7
1 changed files with 2 additions and 1 deletions

View File

@ -18,4 +18,5 @@ satman.elf: $(RUSTOUT)/libsatman.a
$(objcopy) -O binary
%.fbi: %.bin
$(mscimg) -f
$(mscimg) -f --little
objcopy -I binary -O binary --reverse-bytes=4 $@