Makefile: Add 'make shell' target
The 'make shell' target loads fernly onto the board, then opens an interactive shell with it. Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
d4283bc9ce
commit
16ffca7170
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -78,3 +78,7 @@ $(HEADER_BUILD):
|
|||
test:
|
||||
novena-usb-hub -d u1 ; sleep 1; novena-usb-hub -e u1 ; sleep 2
|
||||
$(BUILD)/fernly-usb-loader /dev/fernvale $(BUILD)/usb-loader.bin $(BUILD)/firmware.bin
|
||||
|
||||
shell:
|
||||
novena-usb-hub -d u1 ; sleep 1; novena-usb-hub -e u1 ; sleep 2
|
||||
$(BUILD)/fernly-usb-loader -s /dev/fernvale $(BUILD)/usb-loader.bin $(BUILD)/firmware.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue