2025-07-17 09:20:09 +00:00
2024-05-14 11:20:17 +08:00
2024-05-14 09:33:53 +08:00
2025-07-17 08:55:23 +00:00
2022-08-03 22:13:38 +08:00
2022-08-03 22:13:38 +08:00
2022-06-01 18:28:37 +08:00
2022-04-01 14:57:59 +08:00

device_board_bearpi

Introduction

This warehouse is used to place the content related to the BearPi development boardSo far, There are two development boards available for OpenHarmony.They are BearPi-HM Nano and BearPi-HM Micro.BearPi-HM Nano development board is mini system based on Hisilicon Hi3861. BearPi-HM Micro development board is small system based on STMicroelectronics STM32MP157.Please refer to each README of each development board for details.

Development environment setup

For the development environment setup tutorial, see readme of each development board.

Debugging

Please refer to each README of each development board.

Directory Structure

/device/board/bearpi
├── bearpi_hm_micro                 # Bearpi mini system BearPi-HM Micro STM32MP157 development board
    └── app                         # application case
    └── docs                        # docs
    └── hal                         # Peripheral HDI adaptation
    └── liteos_a                    # liteos_m kernel adaptation
    └── tools                       # tf-a、uboot image ghost
├── bearpi_hm_nano                  # Bearpi small system BearPi-HM Nano Hi3861 development board
    └── app                         # application case
    └── config                      # Drive Differentiation Enablement Configuration
    └── docs                        # docs
    └── iot_hardware_hals           # Peripheral adaptation
    └── liteos_m                    # liteos_m kernel adaptation
    └── third_party                 # third_party

Repositories Involved

device_board_bearpi

S
Description
No description provided
Readme Apache-2.0 82 MiB
Languages
C 74.3%
C++ 24.9%
Makefile 0.8%