Lines Matching refs:board
24 …hipset solution vendor*}/{*development board*}. For example, if you are using the hispark_taurus d…
37 └── board # Name of the development board
46 …For example, if you are porting the Linux kernel to the hispark_taurus development board, the dire…
60 …After the directory tree is created, store the source code related to the development board in the…
62 2. Configure the build options of the development board.
68 kernel_type: Kernel used by the development board, for example, LiteOS_A, LiteOS_M, or Linux.
69 kernel_version: Kernel version used by the development board, for example, 4.19.
70 board_cpu: CPU of the development board, for example, Cortex-A7 or RISCV32.
71 board_arch: Chipset architecture of the development board, for example, armv7-a or rv32imac.
72 …board_toolchain: Name of the customized build toolchain used by the development board, for example…
75 board_cflags: Build options of the .c file configured for the development board.
76 board_cxx_flags: Build options of the .cpp file configured for the development board.
77 board_ld_flags: Linking options configured for the development board.
80 …For HiSilicon's hispark_taurus development board, the content in **device/hisilicon/hispark_taurus…
102 # Build options related to the development board
125 3. Edit the build script of the development board.
127 …evelopment board, such as code for the on-device driver, on-device interface adaptation (media and…
133 # It is recommended that the group name be the same as the development board name.
137 ...... # Other compilation units of the development board
144 …In the directory of the development board, run the **hb set** and **hb build** commands to start b…