components and building system in RDK for TI 8168

来源:互联网 发布:java即时通讯框架 编辑:程序博客网 时间:2024/06/07 03:45

DSP:

    one pre-built static library: SCD algorithm.

    one algorithm with source files: SWOSD algorithm.

    one link with soure: algLink,

    one link with same source code on M3: IPCFrameIn,

    Building: building links-> linking with bios, static library and TI utilities such XDC lib.

M3:

    links: IPCFrameIn, IPCFrameOut, IPCBitsIn, IPCBitOut, capture, NF, DEI, merge, dup, mosaic, capture, display, encode, decode.

    utility library, contains source code such as memory allocation, mapping.

    system components: many, most important is syslink.

    Building: compile links->linking with bios.

ARM:

    links:IPCFrameIn, IPCFrameOut, IPCBitsIn, IPCBitOut, MCFW components.

    utility library, this is the ARM version,

    system components: it have ARM version of syslink, which contains two version: kernel mode and user mode.

    Building: compile links->linking all.

原创粉丝点击