📄 loadmodules.sh
字号:
## Copyright 2006 by Texas Instruments Incorporated.# # All rights reserved. Property of Texas Instruments Incorporated.# Restricted rights to use, duplicate or disclose this code are# granted through contract.# ## insert cmemk, tell it to occupy physical 120MB-128MB, create # 20 4K buffers, 10 128K buffers and two 1MB buffersinsmod cmemk.ko phys_start=0x83400000 phys_end=0x83800000 pools=20x4096,10x131072# insert dsplinkk, tell it that DSP's DDR is at physical 250MB-254MBinsmod dsplinkk.ko# make /dev/dsplinkrm -f /dev/dsplinkmknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0## @(#) codec_engine_1_02 1,0,0,147 7-14-2006 ce-d14#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -