Home > OS >  Want to introduction of embedded Linux, do not know where to start?
Want to introduction of embedded Linux, do not know where to start?

Time:09-29

Want to transplant the Linux on the arm, and develop some simple driver, don't know where to begin

CodePudding user response:

To install a virtual machine, put a Linux system running on it, and then watch the Linux tutorial, hands-on,

CodePudding user response:

Embedded Linux look for the best video tutorial, recommend WeiDongShan teacher's video

CodePudding user response:

C language is the foundation, first to learn C language,
Next is to find a book related to look, I found the book "the Linux device driver" can also, if you are learning driving,
If it is to learn applications, you'll find embedded application programming book,
Video can buy WeiDongShan see, still can,
(hope to adopt)

CodePudding user response:

2440 is good, need to buy a development board also more resources, simple also, it is not recommended on android's board,
1. The first transplant u - the boot headphones
2. Looking for a Linux porting to version
3. Build a network of NFS file system, such development is convenient, don't every time use SCP to board,
4. You can start driving development, starting from the Char, the network can do, just block, you can understand it, the opportunity to do a few

CodePudding user response:

Probably order is: Linux system into - & gt; C programming under Linux - & gt; Bare-metal development - & gt; Linux driver development

CodePudding user response:

Begin with the device tree, starting from the light (" bringing up)
  • Related