Skip to content

Commit

Permalink
doc: added 'Options' section
Browse files Browse the repository at this point in the history
  • Loading branch information
boochow committed Jul 25, 2018
1 parent 8d5ea9a commit 5c049e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,11 @@ git submodule update --init
cd micropython; git submodule update --init; cd ..
cd raspberrypi; make
```

## Options
1. `MICROPY_HW_USBHOST=1` to enable USB keyboard support.
1. `MICROPY_MOUNT_SD_CARD=1` to mount SD card on /sd in the boot sequence.

## How to install

1. download `bootcode.bin` and `start.elf` from https://github.com/raspberrypi/firmware/tree/master/boot
Expand Down

0 comments on commit 5c049e7

Please sign in to comment.