summaryrefslogtreecommitdiff
path: root/board/boundarydevices
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-03-03 15:57:18 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-03 17:42:14 +0100
commit85721034ae475e72144209f4dbc50be3567f7a32 (patch)
treef483fb8e418b1a47e239b52c29bd028deec7fab8 /board/boundarydevices
parentc753aa226d7dcbd019462a5bacfc41df5cbc721f (diff)
board/boundarydevices: rename folder and update readme
It didn't make sense to keep the U-Boot scripts and post build/image scripts under the nitrogen6x folder since they apply for all our platforms. Also update the readme.txt to make it clearer which defconfig should be used depending on the platform targeted. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/boundarydevices')
-rw-r--r--board/boundarydevices/common/6x_bootscript.txt (renamed from board/boundarydevices/nitrogen6x/6x_bootscript.txt)0
-rw-r--r--board/boundarydevices/common/6x_upgrade.txt (renamed from board/boundarydevices/nitrogen6x/6x_upgrade.txt)0
-rw-r--r--board/boundarydevices/common/genimage.cfg (renamed from board/boundarydevices/nitrogen6x/genimage.cfg)0
-rwxr-xr-xboard/boundarydevices/common/post-build.sh (renamed from board/boundarydevices/nitrogen6x/post-build.sh)0
-rwxr-xr-xboard/boundarydevices/common/post-image.sh (renamed from board/boundarydevices/nitrogen6x/post-image.sh)0
-rw-r--r--board/boundarydevices/common/readme.txt30
-rw-r--r--board/boundarydevices/nitrogen6x/readme.txt13
7 files changed, 30 insertions, 13 deletions
diff --git a/board/boundarydevices/nitrogen6x/6x_bootscript.txt b/board/boundarydevices/common/6x_bootscript.txt
index e8a08aa8a..e8a08aa8a 100644
--- a/board/boundarydevices/nitrogen6x/6x_bootscript.txt
+++ b/board/boundarydevices/common/6x_bootscript.txt
diff --git a/board/boundarydevices/nitrogen6x/6x_upgrade.txt b/board/boundarydevices/common/6x_upgrade.txt
index e012ff97a..e012ff97a 100644
--- a/board/boundarydevices/nitrogen6x/6x_upgrade.txt
+++ b/board/boundarydevices/common/6x_upgrade.txt
diff --git a/board/boundarydevices/nitrogen6x/genimage.cfg b/board/boundarydevices/common/genimage.cfg
index 7a5e71e58..7a5e71e58 100644
--- a/board/boundarydevices/nitrogen6x/genimage.cfg
+++ b/board/boundarydevices/common/genimage.cfg
diff --git a/board/boundarydevices/nitrogen6x/post-build.sh b/board/boundarydevices/common/post-build.sh
index f68fa0e61..f68fa0e61 100755
--- a/board/boundarydevices/nitrogen6x/post-build.sh
+++ b/board/boundarydevices/common/post-build.sh
diff --git a/board/boundarydevices/nitrogen6x/post-image.sh b/board/boundarydevices/common/post-image.sh
index 9cca1b178..9cca1b178 100755
--- a/board/boundarydevices/nitrogen6x/post-image.sh
+++ b/board/boundarydevices/common/post-image.sh
diff --git a/board/boundarydevices/common/readme.txt b/board/boundarydevices/common/readme.txt
new file mode 100644
index 000000000..0625deef2
--- /dev/null
+++ b/board/boundarydevices/common/readme.txt
@@ -0,0 +1,30 @@
+Buildroot for Boundary Devices platforms:
+
+https://boundarydevices.com/product-category/popular-sbc-and-som-modules/
+
+Here is the list of targeted platforms per defconfig:
+
+- nitrogen6x_defconfig
+ - BD-SL-i.MX6 (SABRE-Lite)
+ - Nitrogen6X
+ - Nitrogen6_Lite
+ - Nitrogen6_MAX
+ - Nitrogen6_VM
+ - Nitrogen6_SOM
+ - Nitrogen6_SOMv2
+
+- nitrogen6sx_defconfig
+ - Nitrogen6_SoloX
+
+- nitrogen7_defconfig
+ - Nitrogen7
+
+To install, simply copy the image to a uSD card:
+
+$ sudo dd if=output/images/sdcard.img of=/dev/sdX
+
+Where 'sdX' is the device node of the uSD partition.
+
+To upgrade u-boot, cancel autoboot and type:
+
+> run upgradeu
diff --git a/board/boundarydevices/nitrogen6x/readme.txt b/board/boundarydevices/nitrogen6x/readme.txt
deleted file mode 100644
index 6c723f13d..000000000
--- a/board/boundarydevices/nitrogen6x/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Buildroot for Boundary Devices Nitrogen6X:
-
-http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
-
-To install, simply copy the image to a uSD card:
-
-sudo dd if=output/images/sdcard.img of=/dev/sdX
-
-Where 'sdX' is the device node of the uSD partition.
-
-To upgrade u-boot, cancel autoboot and type:
-
-run upgradeu