Difference between revisions of "Linux FAQ"
m (Added NotStarted) |
m (Added initial content.) |
||
Line 3: | Line 3: | ||
This page maintains a list of Frequently Asked Questions related to EMAC OE Linux along with answers and links to relevant information. | This page maintains a list of Frequently Asked Questions related to EMAC OE Linux along with answers and links to relevant information. | ||
[[Category:Linux]] | [[Category:Linux]] | ||
+ | |||
+ | __TOC__ | ||
+ | |||
+ | ==What is the default login for EMAC OE?== | ||
+ | |||
+ | username: <code>root</code> | ||
+ | password: <code>emac_inc</code> | ||
+ | |||
+ | ==What is the default IP address for an EMAC OE machine?== | ||
+ | |||
+ | If an EMAC OE machine fails to acquire an IP address via DHCP, it falls back to <code>10.0.2.41</code> by default. Note that this fallback IP address may be different on a custom build. For more information, see [[Network Connections]]. | ||
+ | |||
+ | ==What are the Connection Settings for the Serial Console?== | ||
+ | |||
+ | See [[Serial Connections]] for a table with this information. | ||
+ | |||
+ | ==How Do I Install the SDK?== | ||
+ | |||
+ | See [[Installing EMAC OE SDK]] | ||
+ | |||
+ | ==How Do I Set the Time/Timezone?== | ||
+ | |||
+ | See [[Setting the System Time]] | ||
+ | |||
+ | ==Is There a Quick Reference Guide I Can Use?== | ||
+ | |||
+ | Yes, there is: [[Quick Reference]] | ||
+ | |||
+ | ==I'm New to Linux. Do You Have Any Advice Regarding Where to Start?== | ||
+ | |||
+ | See this guide: [[Getting Started with Linux]] |
Revision as of 20:09, 19 December 2013
This page maintains a list of Frequently Asked Questions related to EMAC OE Linux along with answers and links to relevant information.
Contents
- 1 What is the default login for EMAC OE?
- 2 What is the default IP address for an EMAC OE machine?
- 3 What are the Connection Settings for the Serial Console?
- 4 How Do I Install the SDK?
- 5 How Do I Set the Time/Timezone?
- 6 Is There a Quick Reference Guide I Can Use?
- 7 I'm New to Linux. Do You Have Any Advice Regarding Where to Start?
What is the default login for EMAC OE?
username: root
password: emac_inc
What is the default IP address for an EMAC OE machine?
If an EMAC OE machine fails to acquire an IP address via DHCP, it falls back to 10.0.2.41
by default. Note that this fallback IP address may be different on a custom build. For more information, see Network Connections.
What are the Connection Settings for the Serial Console?
See Serial Connections for a table with this information.
How Do I Install the SDK?
How Do I Set the Time/Timezone?
Is There a Quick Reference Guide I Can Use?
Yes, there is: Quick Reference
I'm New to Linux. Do You Have Any Advice Regarding Where to Start?
See this guide: Getting Started with Linux