From e2b741e394a712afb3f11a3d21de36770a3cc75b Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 6 Oct 2022 16:31:52 +0200 Subject: [PATCH] Add board family (#260) * Create Developer-Guide_Adding-Board-Family.md * Update mkdocs.yml --- docs/Developer-Guide_Adding-Board-Family.md | 6 ++++++ mkdocs.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/Developer-Guide_Adding-Board-Family.md diff --git a/docs/Developer-Guide_Adding-Board-Family.md b/docs/Developer-Guide_Adding-Board-Family.md new file mode 100644 index 00000000..184ec205 --- /dev/null +++ b/docs/Developer-Guide_Adding-Board-Family.md @@ -0,0 +1,6 @@ +# Adding a new board or board family + +There are no detailed instructions on how to add a new board or even a whole new board family to the build script yet. However there are a few commits / pull requests that give clues how to achieve that like + +- https://github.com/armbian/build/pull/3176/files +- https://github.com/armbian/build/pull/3138/files diff --git a/mkdocs.yml b/mkdocs.yml index 8b53818f..39659bb9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ nav: - "FEL boot" : "Developer-Guide_FEL-boot.md" - "Extensions": "Developer-Guide_Extensions.md" - "Hooks": "Developer-Guide_Extensions-Hooks.md" # This file is autogenerated by build system. + - "Adding new board or family": "Developer-Guide_Adding-Board-Family.md" - "Contributor Process" : - "Contribute" : "Process_Contribute.md"