From 1144de41fc8830ada4aa1c82409888391d273cce Mon Sep 17 00:00:00 2001 From: Dominig ar Foll Date: Wed, 1 Mar 2017 14:52:39 +0100 Subject: adding Intel troubleshooting entry to the Doc web site Signed-off-by: Dominig ar Foll --- getting-started/footers/intel-footer.md | 36 +++++++++++++++++++++++++++++++++ getting-started/footers/intel.md | 36 --------------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 getting-started/footers/intel-footer.md delete mode 100644 getting-started/footers/intel.md diff --git a/getting-started/footers/intel-footer.md b/getting-started/footers/intel-footer.md new file mode 100644 index 0000000..1be82ec --- /dev/null +++ b/getting-started/footers/intel-footer.md @@ -0,0 +1,36 @@ +## BIOS update +Both the Joule and the Minnowboard require a BIOS upgrade. **Don t loose time trying without.**
+https://firmware.intel.com/projects/minnowboard-max
+https://software.intel.com/en-us/flashing-the-bios-on-joule + +## Creating a bootable image +Multiple options are avaiable but dd and tar can very easily let you down due to the requirement to pass SMACK labels, create a proper UEFI configuration and a few other tricks.
+The script [mkefi-agl.sh](https://github.com/dominig/mkefi-agl.sh) has been done to help you.
+The option -h will print the help and the option -v will detailled the operation and ease any debug.
+ + +## Serial debug Port + +Serial debug port ID varies with the HW platform :
+By default AGL build Intel target as a Minnowboard where serial is /dev/ttyS0
+On Joule and MRB the serial debug is /dev/ttyS2
+ +You may have to change the configuration in your boot loader which is located in the EFI partition. + +## Serial debug cable + +On the Minnowboard the serial cable is a FTDI serial cable. The wiring can be found [here](http://wiki.minnowboard.org/MinnowBoard_MAX_HW_Setup).
+On the Joule the serial connection is done via the micro USB cable which is not provided in the Developer kit. Details can be found [here](https://software.intel.com/en-us/node/667851).
+ +## Which port name is used to define the connected display(s) + +Port naming may change with HW platforms and connected display. The simplest is to check following the fist boot, in the systemd journal which display names are listed.
+``` +journalctl |grep Output +``` +**Note:** The Output information is only listed if a real Display is connected to the connector on the board.
+The file holding that configuration is /etc/xdg/weston/weston.ini
+Common Display name for Intel are +* HDMI-A-1 +* HDMI-A-2 +* LVDS-1 diff --git a/getting-started/footers/intel.md b/getting-started/footers/intel.md deleted file mode 100644 index 1be82ec..0000000 --- a/getting-started/footers/intel.md +++ /dev/null @@ -1,36 +0,0 @@ -## BIOS update -Both the Joule and the Minnowboard require a BIOS upgrade. **Don t loose time trying without.**
-https://firmware.intel.com/projects/minnowboard-max
-https://software.intel.com/en-us/flashing-the-bios-on-joule - -## Creating a bootable image -Multiple options are avaiable but dd and tar can very easily let you down due to the requirement to pass SMACK labels, create a proper UEFI configuration and a few other tricks.
-The script [mkefi-agl.sh](https://github.com/dominig/mkefi-agl.sh) has been done to help you.
-The option -h will print the help and the option -v will detailled the operation and ease any debug.
- - -## Serial debug Port - -Serial debug port ID varies with the HW platform :
-By default AGL build Intel target as a Minnowboard where serial is /dev/ttyS0
-On Joule and MRB the serial debug is /dev/ttyS2
- -You may have to change the configuration in your boot loader which is located in the EFI partition. - -## Serial debug cable - -On the Minnowboard the serial cable is a FTDI serial cable. The wiring can be found [here](http://wiki.minnowboard.org/MinnowBoard_MAX_HW_Setup).
-On the Joule the serial connection is done via the micro USB cable which is not provided in the Developer kit. Details can be found [here](https://software.intel.com/en-us/node/667851).
- -## Which port name is used to define the connected display(s) - -Port naming may change with HW platforms and connected display. The simplest is to check following the fist boot, in the systemd journal which display names are listed.
-``` -journalctl |grep Output -``` -**Note:** The Output information is only listed if a real Display is connected to the connector on the board.
-The file holding that configuration is /etc/xdg/weston/weston.ini
-Common Display name for Intel are -* HDMI-A-1 -* HDMI-A-2 -* LVDS-1 -- cgit 1.2.3-korg