We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d112a commit 06c01a7Copy full SHA for 06c01a7
Makefile.lm32
@@ -52,6 +52,7 @@ firmware-lm32: third_party/misoc/.git $(EXTRA_DEPS)
52
$(MAKE) -C firmware/lm32 all
53
54
load-lm32: firmware-lm32
55
+ @if [ x"$(BOARD)" = x"opsis" ]; then $(MODESWITCH_CMD) --mode=serial; fi
56
@echo "To load new firmware, reboot the running firmware and then"
57
@echo "select serialboot at the BIOS prompt."
58
$(FLTERM) --port $(SERIAL) --kernel=$(HDMI2USBDIR)/firmware/lm32/firmware.bin --kernel-adr=$(RAM_ADDR) --speed 115200
0 commit comments