Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 278 Bytes

A light-weight bootloader for IoT beginers

Build Steps

make BOARD_defconfig
make

please replace the BOARD_defconfig with a real defconfig name, for example:

make s3c6410_defconfig
make

check build/configs for all supported defconfig files.