Go to file
Yilin Sun 71cae7f2d4
Updated to 2023.02.1
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-05-23 22:42:36 +08:00
buildroot@8025cfad10 Updated to 2023.02.1 2023-05-23 22:42:36 +08:00
external_tree Updated to 2023.02.1 2023-05-23 22:42:36 +08:00
.gitignore Added default overlay directory. 2021-07-17 23:03:07 +08:00
.gitmodules Add buildroot as submodule. 2021-06-20 17:57:42 +08:00
LICENSE Move LICENSE and README back. 2021-06-20 20:57:49 +08:00
README.md Fixed README due to directory structure changed. 2021-06-20 20:59:07 +08:00
buildroot_make.sh Add buildroot as submodule. 2021-06-20 17:57:42 +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.