|
1 | | -Ljinux Makefile |
| 1 | +Beryllium OS Micro Makefile |
2 | 2 |
|
3 | 3 | Usage: |
4 | 4 |
|
5 | 5 | <target> [debug] |
6 | 6 |
|
7 | 7 | Targets: |
8 | 8 |
|
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 |
12 | 12 | option should only be used for kernel development. |
13 | 13 | 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 |
17 | 17 | 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) |
20 | 20 | device. Accepts "debug" as an argument. |
21 | | - |
| 21 | + |
22 | 22 | ccon Install CircuitPythonConnect to your system. It will be available as "ccon". |
23 | 23 | connection Run a board connection without installing ccon. |
24 | 24 |
|
25 | 25 | clean Wipe any local build folders. |
26 | 26 |
|
27 | 27 | To create a installation folder in the source directory for use with wifi/ble-only boards, use: |
28 | | - |
| 28 | + |
29 | 29 | BOARD=<INSERT BOARD NAME HERE> install |
30 | | - |
| 30 | + |
31 | 31 | This will create a folder in within source, that contains all the files needed. |
32 | 32 | You can upload these over the workflow of your choice. |
33 | 33 | You can find the board name in the folder "Boardfiles". |
|
0 commit comments