User Tools

Site Tools


mywiki:linux:linux_self-learning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:linux:linux_self-learning [2016/01/27 17:35] supermywiki:linux:linux_self-learning [2019/09/15 18:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 **Linux Self learning** **Linux Self learning**
 +
 +| Reference | [[https://www.linux-mips.org/wiki/Linux/MIPS_Porting_Guide|Porting Guide]] |
 +
 +====== Console ====== 
 +The Linux kernel is configured to select the console by passing it the console parameter, for example: 
 +    console=ttyLTQ0,115200
 +    
 +It can be checked via cat /proc/cmdline
 +
 +    
 +====== DMA ======
  
 DMA Engine/LTQ HW Memcpy(ltq_hwmcpy.c)/netowrk: CONFIG_NET_DMA  -- Asynchronous Transfers/Transforms API DMA Engine/LTQ HW Memcpy(ltq_hwmcpy.c)/netowrk: CONFIG_NET_DMA  -- Asynchronous Transfers/Transforms API
Line 28: Line 39:
  
 </file> </file>
 +====== Linux Porting and bootup ======
 +
  
-Linux Porting and bootup+====== Linux Module Initialization sequence ====== 
 +[[LinuxModuleOrder|Linux Module Initialization sequence]]
mywiki/linux/linux_self-learning.1453887315.txt.gz · Last modified: (external edit)