- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 232字
- 2021-06-24 13:54:08
Getting ready
As shown in the screenshot in the Technical requirements section, a micro USB connector is available and it's directly connected with ESPRESSObin's serial console. So, using a proper USB cable, we can connect it to our host PC.
If all connections are OK, we can execute any serial Terminal emulator to see data from the serial console. Regarding this tool, I have to state that, as editor program, we can use whatever we prefer. However, I'm going to show how to install two of the more used Terminal emulation programs—minicom and screen.
To install minicom, use the following command:
$ sudo apt install minicom
Now, to install the Terminal emulator named screen, we just have to replace minicom string with the screen packet name, as shown in the following:
$ sudo apt install screen
Both of them need a serial port to work on and the invocation command is quite similar. For brevity, I'm going to report their usage to get connected with the ESPRESSObin only; however, for further information about them, you should refer to their man pages (use man minicom and man screen to show them).
- Linux網絡管理與配置(第2版)
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- 嵌入式Linux系統開發:基于Yocto Project
- 嵌入式應用程序設計綜合教程(微課版)
- Linux集群和自動化運維
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- INSTANT Galleria Howto
- Learning BeagleBone
- iOS 10 開發指南
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- 完美應用Ubuntu(第2版)
- CSS揭秘
- Learn OpenShift
- Java EE 8 High Performance