- 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).
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- Google系統架構解密:構建安全可靠的系統
- Linux網絡操作系統與實訓(第三版)
- 曝光:Linux企業運維實戰
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 構建可擴展分布式系統:方法與實踐
- 嵌入式Linux驅動程序和系統開發實例精講
- Application Development in iOS 7
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Windows 7應用入門與技巧
- iOS 8開發指南
- 跟老男孩學Linux運維:Shell編程實戰
- Python UNIX和Linux系統管理指南
- HTML5 Enterprise Application Development
- Linux網絡配置與安全管理