Go to file
2021-06-14 17:43:35 +08:00
board Fixed relative path, added htop and GDB TUI support. 2021-06-14 13:56:44 +08:00
configs Bump kernel version to 5.12.10 2021-06-14 17:43:35 +08:00
customizations Added customization directory, updated build instructions. 2021-06-12 22:53:04 +08:00
package Keep some empty directories. 2021-06-12 22:04:25 +08:00
.gitignore Added customization directory, updated build instructions. 2021-06-12 22:53:04 +08:00
buildroot_make.sh Initial commit. 2021-06-12 21:48:23 +08:00
Config.in Initial commit. 2021-06-12 21:48:23 +08:00
external.desc Added customization directory, updated build instructions. 2021-06-12 22:53:04 +08:00
external.mk Initial commit. 2021-06-12 21:48:23 +08:00
LICENSE Fixed typo in LICENSE. 2021-06-12 22:12:59 +08:00
README.md Added customization directory, updated build instructions. 2021-06-12 22:53:04 +08:00

SystemAgent - Base system port

This is the project for SystemAgent compatible SBCs.

How to build the same image

  • Clone buildroot repository.
  • Set BUILDROOT_PATH environment variable accordingly.
  • Run buildroot_make.sh xxxx_defconfig (see configs).
  • Run buildroot_make.sh nconfig to make your changes.
  • Run buildroot_make.sh to start your runs.

Necessary modifications

Add new users

Edit users.table in customizations directory.

Copy whatever you want into the filesystem

Add them to the customizations/overlay directory, if the directory does not exist, create it.