Go to file
Yilin Sun de24c4c3c0
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-01-21 16:23:28 +08:00
buildroot@954aeb7c72 Initial commit. 2024-01-21 16:23:28 +08:00
external_tree Initial commit. 2024-01-21 16:23:28 +08:00
.gitignore Initial commit. 2024-01-21 16:23:28 +08:00
.gitmodules Initial commit. 2024-01-21 16:23:28 +08:00
LICENSE Initial commit. 2024-01-21 16:23:28 +08:00
README.md Initial commit. 2024-01-21 16:23:28 +08:00
buildroot_make.sh Initial commit. 2024-01-21 16:23:28 +08:00

README.md

SystemAgent - Base system port

This is the project for SystemAgent compatible SBCs.

How to build the same image

  • Clone buildroot repository.
  • Run buildroot_make.sh xxxx_defconfig (see external_tree/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 external_tree/customizations directory.

Copy whatever you want into the filesystem

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