Skip to content

Commit 7099191

Browse files
committed
Update makefile help
1 parent 5a6e526 commit 7099191

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

other/makefile_help.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
Ljinux Makefile
1+
Beryllium OS Micro Makefile
22

33
Usage:
44

55
<target> [debug]
66

77
Targets:
88

9-
install Install ljinux (along with all the needed dependecies to boot) on the board.
10-
kernel Install the ljinux kernel onto the board. This as by itself will not boot.
11-
debug Install the ljinux kernel onto the board, but doesn't optimise it. This
9+
install Install Beryllium OS Micro (along with all the needed dependecies to boot) on the board.
10+
kernel Install the kernel onto the board. This as by itself will not boot.
11+
debug Install the kernel onto the board, but doesn't optimise it. This
1212
option should only be used for kernel development.
1313
help Displays this help screen.
14-
15-
wifi Installs the ljinux kernel module driver_wifi onto the board.
16-
This module allows you to use ljinux along with the built-in circuitpython
14+
15+
wifi Installs the kernel module driver_wifi onto the board.
16+
This module allows you to use Beryllium OS Micro along with the built-in circuitpython
1717
wifi module. Accepts "debug" as an argument.
18-
w5500spi Installs the ljinux kernel module driver_w5500spi onto the board.
19-
This module allows you to use ljinux along with a w5500 (spi interface)
18+
w5500spi Installs the kernel module driver_w5500spi onto the board.
19+
This module allows you to use Beryllium OS Micro along with a w5500 (spi interface)
2020
device. Accepts "debug" as an argument.
21-
21+
2222
ccon Install CircuitPythonConnect to your system. It will be available as "ccon".
2323
connection Run a board connection without installing ccon.
2424

2525
clean Wipe any local build folders.
2626

2727
To create a installation folder in the source directory for use with wifi/ble-only boards, use:
28-
28+
2929
BOARD=<INSERT BOARD NAME HERE> install
30-
30+
3131
This will create a folder in within source, that contains all the files needed.
3232
You can upload these over the workflow of your choice.
3333
You can find the board name in the folder "Boardfiles".

0 commit comments

Comments
 (0)