9 lines
187 B
Markdown
9 lines
187 B
Markdown
|
# Gupje for Nvidia shield
|
||
|
|
||
|
Download ``gcc-arm-none-eabi-10-2020-q4-major`` and configure its path in the Makefile.
|
||
|
|
||
|
Build with:
|
||
|
|
||
|
```bash
|
||
|
make -f devices/nvidia_shield/gupje_t/Makefile
|
||
|
```
|