Difference between revisions of "Category:Terminal"
From ArmadeusWiki
(Created page with "==Serial Terminal configuration== You will need a Serial terminal emulator to communicate with U-Boot/Linux console. You can choose between: * Kermit * Minicom * GTK...") |
(→Serial Terminal configuration) |
||
Line 6: | Line 6: | ||
* [[Screen]] | * [[Screen]] | ||
* [[Microcom]] | * [[Microcom]] | ||
+ | * [[Nanocom]] | ||
We suggest you to use [[Kermit]] as Terminal emulator. Minicom was sadly reported to have problems when communicating with U-Boot (ZModem data transfer). | We suggest you to use [[Kermit]] as Terminal emulator. Minicom was sadly reported to have problems when communicating with U-Boot (ZModem data transfer). | ||
If you just need a simple serial console and not to transfer data through the serial link, then '''GTKTerm''' is the perfect choice ! (''gtkterm'' package in Ubuntu) | If you just need a simple serial console and not to transfer data through the serial link, then '''GTKTerm''' is the perfect choice ! (''gtkterm'' package in Ubuntu) | ||
{{Note|Your terminal should now be configured with: '''115200 bauds 8N1''' parameters}} | {{Note|Your terminal should now be configured with: '''115200 bauds 8N1''' parameters}} |
Latest revision as of 13:22, 27 July 2016
Serial Terminal configuration
You will need a Serial terminal emulator to communicate with U-Boot/Linux console. You can choose between:
We suggest you to use Kermit as Terminal emulator. Minicom was sadly reported to have problems when communicating with U-Boot (ZModem data transfer). If you just need a simple serial console and not to transfer data through the serial link, then GTKTerm is the perfect choice ! (gtkterm package in Ubuntu)