]> Git Repo - buildroot-mgba.git/commit - configs/sipeed_maix_dock_defconfig
board: Add Sipeed MAIX-Dock board support
authorDamien Le Moal <[email protected]>
Wed, 20 Jul 2022 02:45:29 +0000 (11:45 +0900)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sat, 23 Jul 2022 14:38:55 +0000 (16:38 +0200)
commit17f96faf501850e8e493e8f0943373228d90d26a
treeff74cc21e98cd48c5f724adaf9eb2f445de249c7
parent6d180daf0aa490f168daeacb9e7ff6439ff39cbb
board: Add Sipeed MAIX-Dock board support

Add two buildroot configuration files to build a minimal Linux
environment for the Sipeed MAIX-Dock board. The configurations are:
* sipeed_maix_dock_defconfig: Build a bootable kernel image with an
  embedded initramfs root file system. The image built can be flashed to
  the board as is and does not require a boot loader. This configuration
  uses the tiny busybox configuration defined in
  board/canaan/k210-soc/busybox-tiny.config.
* sipeed_maix_dock_sdcard_defconfig: Build a kernel image with a root
  file system on the SD card and using U-Boot as the boot loader. This
  uses the default busybox minimal configuration.

Both configurations also enable the kflash and pyserial-miniterm host
tools for flashing image files to the board and opening a terminal
console.

The readme.txt file documents how to build and boot the Sipeed
MAIX-Dock board with these configurations.

Signed-off-by: Damien Le Moal <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
DEVELOPERS
board/sipeed/maix-dock/linux-cpio.config [new file with mode: 0644]
board/sipeed/maix-dock/readme.txt [new file with mode: 0644]
configs/sipeed_maix_dock_defconfig [new file with mode: 0644]
configs/sipeed_maix_dock_sdcard_defconfig [new file with mode: 0644]
This page took 0.029242 seconds and 4 git commands to generate.