⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loadmodules.sh

📁 TI的DM6446平台的MEM和DSPLink模块。
💻 SH
字号:
# insert cmemk, tell it to occupy physical 120MB-128MB and create enough# contiguous buffers for the worst case requirements of the demos.insmod cmemk.ko phys_start=0x87800000 phys_end=0x88000000 pools=1x3145728,5x829440,1x61440,1x10240# insert dsplinkk, tell it that DSP's DDR is at physical 250MB-254MBinsmod dsplinkk.ko ddr_start=0x8fa00000 ddr_size=0x400000# make /dev/dsplinkrm -f /dev/dsplinkmknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -