diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-mars.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-mars.xml | 43 |
1 files changed, 35 insertions, 8 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-mars.xml b/documentation/sdk-manual/sdk-appendix-mars.xml index d960b1009d..76710a12d3 100644 --- a/documentation/sdk-manual/sdk-appendix-mars.xml +++ b/documentation/sdk-manual/sdk-appendix-mars.xml | |||
@@ -431,8 +431,16 @@ | |||
431 | the target hardware resides. | 431 | the target hardware resides. |
432 | </para> | 432 | </para> |
433 | <para>This location depends on where you | 433 | <para>This location depends on where you |
434 | separately extracted and installed the target | 434 | separately extracted and installed the |
435 | filesystem. | 435 | target filesystem when you either built |
436 | it or downloaded it. | ||
437 | <note> | ||
438 | If you downloaded the root filesystem | ||
439 | for the target hardware rather than | ||
440 | built it, you must download the | ||
441 | <filename>sato-sdk</filename> image | ||
442 | in order to build any c/c++ projects. | ||
443 | </note> | ||
436 | As an example, suppose you prepared an image | 444 | As an example, suppose you prepared an image |
437 | using the steps in the | 445 | using the steps in the |
438 | <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>. | 446 | <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>wiki</ulink>. |
@@ -804,7 +812,7 @@ | |||
804 | by clicking on "new".</para></listitem> | 812 | by clicking on "new".</para></listitem> |
805 | <listitem><para>Select <filename>SSH</filename>, which means | 813 | <listitem><para>Select <filename>SSH</filename>, which means |
806 | Secure Socket Shell. | 814 | Secure Socket Shell. |
807 | Optionally, you can select an TCF connection instead. | 815 | Optionally, you can select a TCF connection instead. |
808 | </para></listitem> | 816 | </para></listitem> |
809 | <listitem><para>Click "Next". | 817 | <listitem><para>Click "Next". |
810 | </para></listitem> | 818 | </para></listitem> |
@@ -848,11 +856,30 @@ | |||
848 | launch. | 856 | launch. |
849 | Eclipse is helpful in that it auto fills your application | 857 | Eclipse is helpful in that it auto fills your application |
850 | name for you assuming you browsed to a directory. | 858 | name for you assuming you browsed to a directory. |
851 | <note> | 859 | <note><title>Tips</title> |
852 | If you are prompted to provide a username and to | 860 | <itemizedlist> |
853 | optionally set a password, be sure you provide | 861 | <listitem><para> |
854 | "root" as the username and you leave the password | 862 | If you are prompted to provide a username |
855 | field blank. | 863 | and to optionally set a password, be sure |
864 | you provide "root" as the username and you | ||
865 | leave the password field blank. | ||
866 | </para></listitem> | ||
867 | <listitem><para> | ||
868 | If browsing to a directory fails or times | ||
869 | out, but you can | ||
870 | <filename>ssh</filename> into your QEMU | ||
871 | or target from the command line and you | ||
872 | have proxies set up, it is likely that | ||
873 | Eclipse is sending the SSH traffic to a | ||
874 | proxy. | ||
875 | In this case, either use TCF , or click on | ||
876 | "Configure proxy settings" in the | ||
877 | connection dialog and add the target IP | ||
878 | address to the "bypass proxy" section. | ||
879 | You might also need to change | ||
880 | "Active Provider" from Native to Manual. | ||
881 | </para></listitem> | ||
882 | </itemizedlist> | ||
856 | </note> | 883 | </note> |
857 | </para></listitem> | 884 | </para></listitem> |
858 | <listitem><para> | 885 | <listitem><para> |