Build and Flash Instructions - shraken/gboot GitHub Wiki
- Building gboot.
- Flashing gboot.
- Building gflash.
Building gboot.
type make FLASH_SIZE=xx VARIANT=vv
xx is 16, 32, or 64 based on the target device and vv is one of basic, dual_uart or F38x based on the chip used. All F32x are basic, F34x are either basic or dual_uart depending if the support UART1. All F38x are F38x.
Flashing gboot.
type mask flash
Building gflash.
mkdir build
cmake ..
On MacOS and Linux systems this produce a Makefile and you can build the binary with make
. On Windows systems this produces a Visual Studio project file that you can open and build.