- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 281字
- 2021-06-24 13:54:07
Technical requirements
Following are some interesting URLs where we can get useful technical information regarding the board:
- The home page: http://espressobin.net/
- The documentation wiki: http://wiki.espressobin.net/tiki-index.php
- Forums: http://espressobin.net/forums/
Taking a look at the technical specifications at http://espressobin.net/tech-spec/, we get the following information where we can see what the ESPRESSObin v5 can offer in terms of computational power, storage, networking, and expandability:

In particular, the following screenshot shows the top view of the Marvell ESPRESSObin v5 (from now on, please take into account that I'm not going to explicitly add "v5" anymore):

In the preceding screenshot, we can see the following components:
- The power connector (12V DC jack)
- The reset switch
- The micro USB device port (serial console)
- The Ethernet ports
- The USB host ports
The next screenshot shows the bottom view of the board where the microSD slot is located; this is where we should plug in the microSD we're going to create later on in this chapter:

In this book, we'll see how we can manage (and reinstall) a complete Debian distribution, something that will allow us to have a wide set of ready-to-run software packages, as in a normal PC (in fact, the Debian ARM64 version is equivalent to the Debian x86 version). Afterward, we will develop our device drivers for the board, and then, when possible, we will test them with real devices connected to the ESPRESSObin itself. A little tutorial about how to set up the host system is also present in this chapter, and you can use it to set up a GNU/Linux-based working machine or a dedicated virtual one.
The code and other files used in this chapter can be downloaded from GitHub at https://github.com/giometti/linux_device_driver_development_cookbook/tree/master/chapter_01.
- pcDuino開發(fā)實(shí)戰(zhàn)
- Linux操作系統(tǒng)基礎(chǔ)
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實(shí)現(xiàn)
- WordPress Mobile Web Development:Beginner's Guide
- Windows Server 2012 Hyper-V Cookbook
- 注冊表應(yīng)用完全DIY
- OpenStack系統(tǒng)架構(gòu)設(shè)計(jì)實(shí)戰(zhàn)
- Mastering Windows 8 C++ App Development
- Multi-Cloud for Architects
- Linux操作系統(tǒng)案例教程(第2版)
- Less Web Development Essentials
- 電腦辦公(Windows10+Office2016)從新手到高手
- Responsive Web Design with AngularJS
- 樹莓派+傳感器:創(chuàng)建智能交互項(xiàng)目的實(shí)用方法、工具及最佳實(shí)踐
- Responsive Web Design by Example:Beginner's Guide(Second Edition)