
DM365
heanyu
这个作者很懒,什么都没留下…
展开
-
DM365 Boot Argument format for the Frame Buffer Driver is as follows
video=[davincifb|dm64xxfb|dm355fb] (keywords 'dm64xxfb' and 'dm355fb' are deprecated, 'davincifb' should be used instead.)vid0=[off|MxNxP,S@原创 2011-09-06 17:10:46 · 1876 阅读 · 0 评论 -
dm365:一 dm365的resizer使用
dm365的resizer使用 在用dm365的时候,用resizer的ioctl,一直不好使,后来在ti论坛上看到一个人的讲解,原来是bootargs的错。在配置的时候,有一项dm365_imp.oper_mode=1,这个要配成1. 下面是我的配置,仅供参考 setenv bootargs mem=64M console=ttyS0,115200n8 noinitrd rw ip=192原创 2011-04-10 10:16:00 · 7849 阅读 · 7 评论 -
CCS 3.3 编译 DM365 ubl
1. Update the CCS ARM cgtools to V4.5.0. You can download it here. Then install it. http://software-dl.ti.com/dsps/dsps_registered_sw/sdo_ccstudio/codegen/TMS470/4.5.0/exports/ti_cgt_tms470_4.5.0_原创 2012-01-13 09:34:06 · 3369 阅读 · 1 评论 -
DM365 CMEM分配内存
#define ALIGN(x, y) (((x + (y-1))/y)*y) // 内存对齐数,不设可分配任意大小 struct buf_info { void *user_addr; unsigned long phy_addr; }; struct buf_info dhavbuffer; static int allocate_dh原创 2013-08-20 23:56:29 · 2725 阅读 · 0 评论