mywiki:linux:linux_self-learning
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mywiki:linux:linux_self-learning [2016/01/27 14:24] – created super | mywiki: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** | ||
| - | DMA Engine/LTQ HW Memcpy(ltq_hwmcpy.c)/ | + | | Reference | [[https:// |
| + | |||
| + | ====== Console ====== | ||
| + | The Linux kernel is configured to select the console by passing it the console parameter, for example: | ||
| + | console=ttyLTQ0, | ||
| + | |||
| + | It can be checked via cat / | ||
| + | |||
| + | |||
| + | ====== DMA ====== | ||
| + | |||
| + | DMA Engine/LTQ HW Memcpy(ltq_hwmcpy.c)/ | ||
| + | |||
| + | amba-pl08x.c: | ||
| + | |||
| + | < | ||
| + | dma_cap_set(DMA_MEMCPY, | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | |||
| + | /* Initialize slave engine */ | ||
| + | dma_cap_set(DMA_SLAVE, | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | pl08x-> | ||
| + | |||
| + | </ | ||
| + | ====== Linux Porting and bootup ====== | ||
| + | |||
| + | |||
| + | ====== Linux Module Initialization sequence ====== | ||
| + | [[LinuxModuleOrder|Linux Module Initialization sequence]] | ||
mywiki/linux/linux_self-learning.1453875863.txt.gz · Last modified: (external edit)
