]> Git Repo - buildroot-mgba.git/commit - configs/sipeed_maixduino_sdcard_defconfig
board: Add Sipeed MAIXDUINO board support
authorDamien Le Moal <[email protected]>
Wed, 20 Jul 2022 02:45:28 +0000 (11:45 +0900)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sat, 23 Jul 2022 14:38:55 +0000 (16:38 +0200)
commit6d180daf0aa490f168daeacb9e7ff6439ff39cbb
tree243bd422e033e23b973f4ea310536cac7f6c934f
parentc0d055962c9d08dedfdb03d0d94d60b46bcae28a
board: Add Sipeed MAIXDUINO board support

Add two buildroot configuration files to build a minimal Linux
environment for the Sipeed MAIXDUINO board. The configurations are:
* sipeed_maixduino_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_maixduino_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 MAIXDUINO
board with these configurations.

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