loadmodules.sh

来自「Introduce how to Change the DVEVM6446 Me」· Shell 代码 · 共 25 行

SH
25
字号
##  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 + =
减小字号Ctrl + -
显示快捷键?