Skip to content

Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at https://gitlab.com/buildroot.org/buildroot/. Do not open issues or file pull requests here.

License

Notifications You must be signed in to change notification settings

hpmicro/buildroot

 
 

Repository files navigation

Buildroot for HPMicro MCUs

配置编译环境

Ubuntu 22.04

sudo apt-get install bc bison build-essential flex libssl-dev unzip

## 编译

```shell
make hpmicro_hpm6800evk_defconfig
make all

烧录

生成的镜像路径为 output/images/flash.img。可使用 hpm_manufacturing_tool 工具进行烧录。

修改启动模式选择管脚为 BOOT_MODE[1:0]=0b10 后将 USB0 连接至 PC,运行hpm_manufacturing_tool进行烧录。

About

Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at https://gitlab.com/buildroot.org/buildroot/. Do not open issues or file pull requests here.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 63.8%
  • Python 16.2%
  • C 8.9%
  • Shell 6.0%
  • SourcePawn 1.4%
  • BitBake 1.2%
  • Other 2.5%