使用 demo的 VdecVdis例子,出现对齐的问题,所有的memory map和启动信息如下。请教是什么原因引发的问题?
出错的位置在 mcfw 的 multich_vdec_vdis.c中的
System_linkCreate(gVdecModuleContext.ipcBitsOutHLOSId,&ipcBitsOutHostPrm,sizeof(ipcBitsOutHostPrm));
config_1G_256MLinux.bld文件:
DDR3_ADDR = 0x80000000;
DDR3_SIZE = 1024*MB;
ETH_OFFLOAD_ADDR = 0x40300000;
ETH_OFFLOAD_SIZE = 64*KB;
OCMC0_ADDR = ETH_OFFLOAD_ADDR + ETH_OFFLOAD_SIZE;
OCMC0_SIZE = 256*KB - ETH_OFFLOAD_SIZE;
OCMC1_ADDR = 0x40400000;
OCMC1_SIZE = 256*KB;
OCMC0_RUN_ADDR = OCMC0_ADDR - 0x40000000;
OCMC1_RUN_ADDR = OCMC1_ADDR - 0x40000000;
L2_SRAM_ADDR = 0x55024000;
L2_SRAM_SIZE = 128*KB;
L2_SRAM_RUN_ADDR = 0x20004000;
DUCATI_WB_WA_ADDR = 0x20000000;
var TOTAL_MEM_SIZE = 1024*MB;
/* first 512MB */
LINUX_SIZE = 256*MB;
SR1_SIZE = 201*MB - 1*MB;
SR3_INTRADUCATI_IPC_SIZE = 124*KB;
VIDEO_M3_CODE_SIZE = 2*MB + 512*KB;
VIDEO_M3_BSS_SIZE = 11*MB + 512*KB;
VIDEO_M3_DATA_SIZE = 2*MB + 512*KB;
DSS_M3_CODE_SIZE = 1*MB + 512*KB;
DSS_M3_BSS_SIZE = 16*MB + 512*KB;
DSS_M3_DATA_SIZE = 5*MB + 512*KB;
DSP_CODE_SIZE = 800*KB + 224*KB;
DSP_DATA_SIZE = 14*MB + 100*KB + 800*KB;
/* second 512MB */
/* Tiler Buffers in the bottom 512MB */
TILER_SIZE = 128*MB + 128*MB; /* (128+128) - MUST be aligned on 128MB boundary */
SR2_FRAME_BUFFER_SIZE = 234*MB - 256*KB-1*MB;
SR0_SIZE = 15*MB;
VIDEO_M3_EXCEPTION_CTX_SIZE = 128*KB;
VPSS_M3_EXCEPTION_CTX_SIZE = 128*KB;
HDVPSS_DESC_SIZE = 2*MB;
HDVPSS_SHARED_SIZE = 2*MB;
NOTIFY_SHARED_SIZE = 2*MB;
REMOTE_DEBUG_SIZE = 1*MB+1*MB;
启动信息:
Starting kernel ...
[ 0.000000] Linux version 2.6.37 (lou@zrain-System-Product-Name) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #10 Thu Jul 10 16:36:25 CST 2014
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: ud8168_dvr
[ 0.000000] vram size = 20971520 at 0x0
[ 0.000000] ti81xx_reserve: ### Reserved DDR region @8ff00000
[ 0.000000] reserved size = 20971520 at 0x0
[ 0.000000] FB: Reserving 20971520 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP chip is TI8168 2.1
[ 0.000000] -=- ^^^^^^ ti816x: arch/arm/plat-omap/sram.c 469
[ 0.000000] -=- ^^^^^^ ti816x: arch/arm/plat-omap/sram.c 149
[ 0.000000] -=- ^^^^^^ ti816x: arch/arm/plat-omap/sram.c 168
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 59648
[ 0.000000] Kernel command line: mem=256M console=ttyO2,115200n8 rw root=/dev/nfs ip=192.168.18.242:192.168.18.1:255.255.255.0 nfsroot=192.168.18.79:/home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/target/rfs_816x vram=20M notifyk.vpssm3_sva=0xbed00000 ddr_mem=1024M
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 234MB 1MB = 235MB total
[ 0.000000] Memory: 233176k/233176k available, 28968k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .init : 0xc0008000 - 0xc003f000 ( 220 kB)
[ 0.000000] .text : 0xc003f000 - 0xc0490000 (4420 kB)
[ 0.000000] .data : 0xc0490000 - 0xc04d4dc0 ( 276 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:407
[ 0.000000] ---arch/arm/mach-omap2/io.c 383 omap2_init_common_infrastructure ->>>
[ 0.000000] ---arch/arm/mach-omap2/io.c 385 omap2_init_common_infrastructure ->>>
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: l3_slow: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: l4_slow: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: mpu: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: uart1: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: uart2: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: uart3: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: wd_timer2: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: i2c1: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: i2c2: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: gpio1: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: gpio2: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: usb_otg_hs: registering
[ 0.000000] ---arch/arm/mach-omap2/omap_hwmod.c 1483 _register ->>> omap_hwmod: elm: registering
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[ 0.000000] Total of 128 interrupts on 1 active controller
[ 0.000000] GPMC revision 6.0
[ 0.000000] Trying to install interrupt handler for IRQ400
[ 0.000000] Trying to install interrupt handler for IRQ401
[ 0.000000] Trying to install interrupt handler for IRQ402
[ 0.000000] Trying to install interrupt handler for IRQ403
[ 0.000000] Trying to install interrupt handler for IRQ404
[ 0.000000] Trying to install interrupt handler for IRQ405
[ 0.000000] Trying to install interrupt handler for IRQ406
[ 0.000000] Trying to install type control for IRQ407
[ 0.000000] Trying to set irq flags for IRQ407
[ 0.000000] OMAP clockevent source: GPTIMER1 at 27000000 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Calibrating delay loop... 1199.30 BogoMIPS (lpj=5996544)
[ 0.230000] pid_max: default: 32768 minimum: 301
[ 0.230000] Security Framework initialized
[ 0.230000] Mount-cache hash table entries: 512
[ 0.230000] CPU: Testing write buffer coherency: ok
[ 0.230000] devtmpfs: initialized
[ 0.230000] TI81XX: Map 0x8ff00000 to 0xfe500000 for dram barrier
[ 0.230000] TI81XX: Map 0x40300000 to 0xfe600000 for sram barrier
[ 0.230000] omap_voltage_early_init: voltage driver support not added
[ 0.230000] regulator: core version 0.5
[ 0.230000] regulator: dummy:
[ 0.230000] NET: Registered protocol family 16
[ 0.230000] omap_voltage_domain_lookup: Voltage driver init not yet happened.Faulting!
[ 0.230000] omap_voltage_add_dev: VDD specified does not exist!
[ 0.230000] OMAP GPIO hardware version 0.1
[ 0.230000] OMAP GPIO hardware version 0.1
[ 0.230000] ---arch/arm/mach-omap2/board-ti8168dvr.c 523 ti8168_dvr_init ->>>
[ 0.230000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.230000] ---arch/arm/mach-omap2/serial.c 875 omap_serial_init ->>>
[ 0.230000] 3-wired eeprom init done. (H/W ver:00)
[ 0.230000] ---arch/arm/mach-omap2/hsmmc.c 226 omap2_hsmmc_init ->>>
[ 0.230000] ---arch/arm/mach-omap2/board-ti8168dvr.c 443 ti8168_hdmi_mclk_init ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 3607 omap2_init_devices ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 953 omap_hsmmc_reset ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 363 omap_init_mbox ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 627 omap_init_mcspi ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 556 ti81xx_mcspi_fixup ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 658 omap_elm_init ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 670 omap_init_elm ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 703 omap_init_pmu ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 377 omap_init_sti ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 1408 ti816x_ethernet_init ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 1422 ti816x_ethernet_init ->>> d0:ff:50:8f:67:f6
[ 0.230000] ---arch/arm/mach-omap2/devices.c 1453 ti816x_ethernet_init ->>> d0:ff:50:8f:67:f7
[ 0.230000] ---arch/arm/mach-omap2/devices.c 1882 ti81xx_register_edma ->>>
[ 0.230000] ---arch/arm/mach-omap2/devices.c 391 ti81xx_init_pcm ->>>
[ 0.230000] registered ti816x_sr device
[ 0.230000] ---arch/arm/mach-omap2/devices.c 1931 ti81xx_video_mux ->>>
[ 0.230000] Cannot clk_get ck_32
[ 0.230000] pm_dbg_init: only OMAP3 supported
[ 0.230000] registered ti81xx_vpss device
[ 0.230000] registered ti81xx_vidout device
[ 0.230000] registered ti81xx_fb device
[ 0.240000] bio: create slab <bio-0> at 0
[ 0.240000] vgaarb: loaded
[ 0.240000] SCSI subsystem initialized
[ 0.240000] usbcore: registered new interface driver usbfs
[ 0.240000] usbcore: registered new interface driver hub
[ 0.240000] usbcore: registered new device driver usb
[ 0.240000] USBSS revision 4ea20809
[ 0.240000] registerd cppi-dma Intr @ IRQ 17
[ 0.240000] Cppi41 Init Done
[ 0.240000] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz
[ 0.240000] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.240000] Switching to clocksource gp timer
[ 0.250000] musb-hdrc: version 6.0, host, debug=0
[ 0.250000] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.250000] MUSB controller-0 revision 4ea20800
[ 0.250000] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 0.250000] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
[ 0.250000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.250000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.250000] usb usb1: Product: MUSB HDRC host driver
[ 0.250000] usb usb1: Manufacturer: Linux 2.6.37 musb-hcd
[ 0.250000] usb usb1: SerialNumber: musb-hdrc.0
[ 0.250000] hub 1-0:1.0: USB hub found
[ 0.250000] hub 1-0:1.0: 1 port detected
[ 0.250000] musb-hdrc musb-hdrc.0: USB Host mode controller at d081e000 using DMA, IRQ 18
[ 0.250000] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[ 0.250000] MUSB controller-1 revision 4ea20800
[ 0.250000] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 0.250000] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
[ 0.250000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.250000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.250000] usb usb2: Product: MUSB HDRC host driver
[ 0.250000] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[ 0.250000] usb usb2: SerialNumber: musb-hdrc.1
[ 0.250000] hub 2-0:1.0: USB hub found
[ 0.250000] hub 2-0:1.0: 1 port detected
[ 0.250000] musb-hdrc musb-hdrc.1: USB Host mode controller at d0828800 using DMA, IRQ 19
[ 0.250000] NET: Registered protocol family 2
[ 0.250000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.250000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.250000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.250000] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.250000] TCP reno registered
[ 0.250000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.250000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.250000] NET: Registered protocol family 1
[ 0.250000] RPC: Registered udp transport module.
[ 0.250000] RPC: Registered tcp transport module.
[ 0.250000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.250000] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.250000] PMU: registered new PMU device of type 0
[ 0.250000] omap-iommu omap-iommu.0: ducati registered
[ 0.250000] omap-iommu omap-iommu.1: sys registered
[ 0.310000] msgmni has been set to 455
[ 0.310000] io scheduler noop registered
[ 0.310000] io scheduler deadline registered
[ 0.310000] io scheduler cfq registered (default)
[ 0.310000] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.310000] omap_uart.0: ttyO0 at MMIO 0x48020000 (irq = 72) is a OMAP UART0
[ 0.310000] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[ 0.310000] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[ 1.340000] console [ttyO2] enabled
[ 1.340000] brd: module loaded
[ 1.350000] loop: module loaded
[ 1.350000] w25q128 spi1.0: w25q128 (16384 Kbytes)
[ 1.360000] Creating 4 MTD partitions on "spi_flash":
[ 1.360000] 0x000000000000-0x000000040000 : "U-Boot"
[ 1.370000] 0x000000040000-0x000000042000 : "U-Boot Env"
[ 1.380000] 0x000000042000-0x0000002c2000 : "Kernel"
[ 1.380000] 0x0000002c2000-0x000001000000 : "File System"
[ 1.390000] ---drivers/spi/spidev.c 663 spidev_init ->>>
[ 1.390000] ---drivers/spi/spidev.c 685 spidev_init ->>> 0
[ 1.450000] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[ 1.450000] davinci_mdio davinci_mdio.0: detected phy mask ffffffee
[ 1.460000] davinci_mdio.0: probed
[ 1.460000] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver unknown
[ 1.470000] davinci_mdio davinci_mdio.0: phy[4]: device 0:04, driver unknown
[ 1.480000] Initializing USB Mass Storage driver...
[ 1.480000] usbcore: registered new interface driver usb-storage
[ 1.490000] USB Mass Storage support registered.
[ 1.490000] mice: PS/2 mouse device common for all mice
[ 1.500000] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
[ 1.510000] i2c /dev entries driver
[ 1.510000] Linux video capture interface: v2.00
[ 1.520000] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[ 1.520000] usbcore: registered new interface driver usbhid
[ 1.530000] usbhid: USB HID core driver
[ 1.530000] notify_init : notify drivercreated for remote proc id 2 at physical Address 0xbed00000
[ 1.540000] usbcore: registered new interface driver snd-usb-audio
[ 1.550000] Registered tvp5158 audio codec
[ 1.550000] asoc: tvp5158-hifi <-> davinci-mcasp.0 mapping ok
[ 1.560000] asoc: tlv320aic3x-hifi <-> davinci-mcasp.2 mapping ok
[ 1.570000] asoc: HDMI-DAI-CODEC <-> hdmi-dai mapping ok
[ 1.570000] ALSA device list:
[ 1.580000] #0: TI81XX_DVR_CARD0
[ 1.580000] #1: TI81XX_DVR_CARD1
[ 1.580000] TCP cubic registered
[ 1.590000] NET: Registered protocol family 17
[ 1.590000] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 1.600000] omap_voltage_late_init: Voltage driver support not added
[ 1.610000] Power Management for TI81XX.
[ 1.610000] smartreflex smartreflex: Driver initialized
[ 1.620000] ---drivers/net/davinci_emac.c 1899 davinci_emac_probe ->>> emac_bus_frequency = 274909090
[ 1.630000] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 1.710000] mmc0: new high speed SDHC card at address 1234
[ 1.710000] mmcblk0: mmc0:1234 SA04G 3.67 GiB (ro)
[ 1.720000] mmcblk0: p1 p2
[ 2.150000] davinci_mdio davinci_mdio.0: resetting idled controller
[ 2.150000] net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, id=1cc915)
[ 3.170000] IP-Config: Guessing netmask 255.255.255.0
[ 3.170000] IP-Config: Gateway not on directly connected network.
[ 5.150000] PHY: 0:00 - Link is Up - 100/Full
[ 5.190000] VFS: Mounted root (nfs filesystem) on device 0:15.
[ 5.200000] devtmpfs: mounted
[ 5.200000] Freeing init memory: 220K
INIT: version 2.88 booting
Mounting /dev/shm : Mounting /dev/pts : Mounting other filesystems : Mounting /dev/sda1 : mount: mounting /dev/sda1 on /media/sda1 failed: No such file or directory
Mounting /dev/sda2 : mkdir: can't create directory '/media': File exists
mkdir: can't create directory '/media/sda2': File exists
mount: mounting /dev/sda2 on /media/sda2 failed: No such file or directory
Sync command ...Error opening /dev/fb0: No such file or directory
Starting udev
[ 5.880000] udev[70]: starting version 164
[ 7.980000] EXT3-fs: barriers not enabled
[ 7.980000] kjournald starting. Commit interval 5 seconds
[ 7.990000] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
Starting Bootlog daemon: bootlogd.
Applying sync command
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org dm816x ttyO2
Arago 2012.10 dm816x ttyO2
dm816x login: root
root@dm816x:~#
root@dm816x:~#
root@dm816x:~#
root@dm816x:~# c /opt/dvr_rdk/ti816x/
-sh: c: command not found
root@dm816x:~#
root@dm816x:~#
root@dm816x:~# ./init.
-sh: ./init.: No such file or directory
root@dm816x:~# cd /opt/dvr_rdk/ti816x/
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x# ./init.sh
*** Bootargs Validated for mem param ***
*** Bootargs Validated for notifyk.vpssm3 params ***
*** Kernel Base address validated ***
Kernel bootargs validated
numid=101,iface=MIXER,name='Left DAC Mux'
; type=ENUMERATED,access=rw------,values=1,items=3
; Item #0 'DAC_L1'
; Item #1 'DAC_L3'
; Item #2 'DAC_L2'
: values=2
numid=99,iface=MIXER,name='Right DAC Mux'
; type=ENUMERATED,access=rw------,values=1,items=3
; Item #0 'DAC_R1'
; Item #1 'DAC_R3'
; Item #2 'DAC_R2'
: values=2
[c6xdsp ] Remote Debug Shared Memory @ 0xbef00000
[m3video] Remote Debug Shared Memory @ 0xbef10820
[m3vpss ] Remote Debug Shared Memory @ 0xbef21040
[ 27.200000] SysLink version : 2.20.02.20
[ 27.200000] SysLink module created on Date:Jul 10 2014 Time:15:13:49
[ 27.210000] Trace enabled
[ 27.220000] Trace SetFailureReason enabled
Setting DMM priority for [DUCATI ] to [0] ( 0x4e000624 = 0x08000000 )
Setting DMM priority for [HDVICP0 ] to [2] ( 0x4e000634 = 0x0000000a )
Setting DMM priority for [HDVICP1 ] to [2] ( 0x4e000634 = 0x000a0000 )
Setting DMM priority for [HDVICP2 ] to [2] ( 0x4e000634 = 0x00a00000 )
/opt/dvr_rdk/ti816x
============= init.sh end ============
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x# ./load.sh
Attached to slave procId 2.
Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_256M.xem3 on slave procId 2.
Started slave procId 2.
After Ipc_loadcallback status [0x00000000]
[m3vpss ] ***** VPSS Firmware build time 15:23:05 Jul 10 2014 EDG gcc 3.0 mode
[m3vpss ] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
[m3vpss ] notify_attach rtnVal 0
[m3vpss ] initProxyServer rtnVal 0
[m3vpss ] -=-links_common/system/system_common.c 70--> SYSTEM : System_main start !!!
[m3vpss ] -=-utils/src/utils.c 173-->
[m3vpss ]
[m3vpss ] *** UTILS: CPU KHz = 549818 Khz ***
[m3vpss ]
[m3vpss ] 35: SYSTEM : System Common Init in progress !!!
[m3vpss ] 35: SYSTEM: IPC init in progress !!!
[m3vpss ] 35: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 38: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
After Ipc_startcallback status [0x00000000]
[m3vpss ] 1036: SYSTEM: Attaching to [DSP] ...
[m3vpss ] 2036: SYSTEM: Attaching to [DSP] ...
=============1: load_vpss end ============
Attached to slave procId 1.
Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_256M.xem3 on slave procId 1.
Started slave procId 1.
After Ipc_loadcallback status [0x00000000]
After Ipc_startcallback status [0x00000000]
[m3video] ***** VIDEO Firmware build time 15:23:47 Jul 10 2014 EDG gcc 3.0 mode
[m3video] ***** SYSTEM : Frequency <ORG> - 250000000, <NEW> - 274909088
[m3video] -=-links_common/system/system_common.c 70--> SYSTEM : System_main start !!!
[m3video] -=-utils/src/utils.c 173-->
[m3video]
[m3video] *** UTILS: CPU KHz = 549818 Khz ***
[m3video]
[m3video] 2432: SYSTEM : System Common Init in progress !!!
[m3video] 2432: SYSTEM: IPC init in progress !!!
[m3video] 2432: SYSTEM: Attaching to [HOST] ...
[m3video] 2435: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
[m3vpss ] 3036: SYSTEM: Attaching to [DSP] ...
[m3video] 3434: SYSTEM: Attaching to [DSP] ...
[m3vpss ] 4036: SYSTEM: Attaching to [DSP] ...
[m3video] 4434: SYSTEM: Attaching to [DSP] ...
=============2: load_video end ============
Attached to slave procId 0.
Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_256M.xe674 on slave procId 0.
Started slave procId 0.
After Ipc_loadcallback status [0x00000000]
After Ipc_startcallback status [0x00000000]
[c6xdsp ] ***** VIDEO Firmware build time 15:22:10 Jul 10 2014 EDG gcc 3.0 mode
[m3video] 4616: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
[c6xdsp ] ***** SYSTEM : Frequency <ORG> - 800000000, <NEW> - 1000000000
[c6xdsp ] -=-links_common/system/system_common.c 70--> SYSTEM : System_main start !!!
[c6xdsp ] -=-utils/src/utils.c 173-->
[c6xdsp ]
[c6xdsp ] *** UTILS: CPU KHz = 1000000 Khz ***
[c6xdsp ]
[c6xdsp ] 5: SYSTEM : System Common Init in progress !!!
[c6xdsp ] 5: SYSTEM: IPC init in progress !!!
[c6xdsp ] 5: SYSTEM: Attaching to [HOST] ...
[c6xdsp ] 8: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
[c6xdsp ] 10: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
[c6xdsp ] 12: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
[m3video] 4619: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
[m3vpss ] 4617: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
[c6xdsp ] 12: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_0] ...
[m3video] 4620: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_1] ...
[m3vpss ] 4619: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
[c6xdsp ] 12: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
[m3video] 4620: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
[m3vpss ] 4620: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_2] ...
[c6xdsp ] 12: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
[m3video] 4620: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
[m3vpss ] 4620: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
[c6xdsp ] 12: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[m3video] 4622: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[m3vpss ] 4620: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
[c6xdsp ] 12: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
[m3video] 4622: SYSTEM: Notify register to [DSP] line 0, event 15 ...
[m3vpss ] 4622: SYSTEM: Notify register to [HOST] line 0, event 15 ...
[c6xdsp ] 12: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
[m3video] 4622: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
[m3vpss ] 4622: SYSTEM: Notify register to [DSP] line 0, event 15 ...
[c6xdsp ] 12: SYSTEM: IPC init DONE !!!
[m3video] 4622: SYSTEM: IPC init DONE !!!
[m3vpss ] 4622: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
[c6xdsp ] 14: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e8c0000 (232 MB)
[m3vpss ] 4622: SYSTEM: IPC init DONE !!!
[c6xdsp ] 14: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0c800000 (200 MB)
[c6xdsp ] 14: SYSTEM : System Common Init Done !!!
[c6xdsp ] -=-links_common/system/system_common.c 72--> SYSTEM : System_main step 1 System_initCommon() !!!
[c6xdsp ] 9: SYSTEM : System DSP Init in progress !!!
[c6xdsp ] 9: SYSTEM : RpeServer_init() done... Ret Val 0!!!
[c6xdsp ] 17: SYSTEM: Creating ListMP [DSP_IPC_OUT_19] in region 0 ...
[c6xdsp ] 17: SYSTEM: Creating ListMP [DSP_IPC_IN_19] in region 0 ...
[c6xdsp ] 17: SYSTEM: ListElem Shared Addr = 0xbf273e00
[c6xdsp ] -=-links_common/system/system_ipc_listMP.c 182--> 17: System_ipcListMPAllocListElemMem : Done !!!
[c6xdsp ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 17: IpcFramesOutLink_allocListElem : Done !!!
[c6xdsp ] 18: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
[c6xdsp ] 18: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
[c6xdsp ] 18: SYSTEM: ListElem Shared Addr = 0xbf299600
[c6xdsp ] -=-links_common/system/system_ipc_listMP.c 182--> 18: System_ipcListMPAllocListElemMem : Done !!!
[c6xdsp ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 18: IpcFramesOutLink_allocListElem : Done !!!
[c6xdsp ] 19: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
[c6xdsp ] 19: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
[c6xdsp ] 19: SYSTEM: ListElem Shared Addr = 0xbf2bee00
[c6xdsp ] -=-links_common/system/system_ipc_listMP.c 182--> 19: System_ipcListMPAllocListElemMem : Done !!!
[c6xdsp ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 19: IpcFramesOutLink_allocListElem : Done !!!
[c6xdsp ] 19: SYSTEM: Creating ListMP [DSP_IPC_OUT_24] in region 0 ...
[c6xdsp ] 19: SYSTEM: Creating ListMP [DSP_IPC_IN_24] in region 0 ...
[m3video] 4628: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e8c0000 (232 MB)
[m3vpss ] 4628: MEM: Shared Region 2: Base = 0xb0000000, Length = 0x0e8c0000 (232 MB)
[c6xdsp ] 19: SYSTEM: ListElem Shared Addr = 0xbf2e4600
[m3video] 4628: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0c800000 (200 MB)
[m3vpss ] 4628: MEM: Shared Region 1: Base = 0x90000000, Length = 0x0c800000 (200 MB)
[c6xdsp ] -=-links_common/system/system_ipc_listMP.c 182--> 19: System_ipcListMPAllocListElemMem : Done !!!
[m3video] 4630: SYSTEM : System Common Init Done !!!
[m3vpss ] 4630: SYSTEM : System Common Init Done !!!
[c6xdsp ] -=-links_common/ipcBitsOut/ipcBitsOutLink_tsk.c 529--> 19: IpcBitsOutLink_allocListElem : Done !!!
[m3video] -=-links_common/system/system_common.c 72--> SYSTEM : System_main step 1 System_initCommon() !!!
[m3vpss ] -=-links_common/system/system_common.c 72--> SYSTEM : System_main step 1 System_initCommon() !!!
[c6xdsp ] 20: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
[m3video] 4630: SYSTEM : System Video Init in progress !!!
[m3vpss ] 4630: SYSTEM : System VPSS Init in progress !!!
[c6xdsp ] 20: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
[m3video] 4630: SYSTEM : System Video Init Done !!!
[m3vpss ] === HDVPSS Clocks are enabled ===
[c6xdsp ] 20: SYSTEM: ListElem Shared Addr = 0xbf302100
[m3video] 4631: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
[m3vpss ] === HDVPSS is fully functional ===
[c6xdsp ] -=-links_common/system/system_ipc_listMP.c 182--> 20: System_ipcListMPAllocListElemMem : Done !!!
[m3video] 4631: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
[m3vpss ] === HDVPSS module is not in standby ===
[c6xdsp ] -=-links_common/ipcBitsOut/ipcBitsOutLink_tsk.c 529--> 20: IpcBitsOutLink_allocListElem : Done !!!
[m3video] 4631: SYSTEM: ListElem Shared Addr = 0xbf31fc00
[m3vpss ] === I2C1 Clk is active ===
[c6xdsp ] !!WARNING.Resource already registered:2
[c6xdsp ] 15: SYSTEM : Initializing Links !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4631: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] PLATFORM: UNKNOWN CPU detected, defaulting to VPS_PLATFORM_CPU_REV_2_0
[m3video] -=-links_common/ipcOutM3/ipcOutM3Link_tsk.c 544--> 4631: IpcOutM3Link_allocListElem : Done !!!
[m3vpss ] 4641: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
[c6xdsp ] 21: SYSTEM : FREE SPACE : System Heap = 10391168 B, Mbx = 10240 msgs)
[m3video] 4634: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
[m3vpss ] 4641: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
[m3video] 4634: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
[m3vpss ] 4641: SYSTEM: ListElem Shared Addr = 0xbf34be00
[c6xdsp ] 24: SYSTEM : Initializing Links ... DONE !!!
[m3video] 4634: SYSTEM: ListElem Shared Addr = 0xbf323100
[m3vpss ] -=-links_common/system/system_ipc_listMP.c 182--> 4641: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4634: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] -=-links_common/ipcOutM3/ipcOutM3Link_tsk.c 544--> 4642: IpcOutM3Link_allocListElem : Done !!!
[c6xdsp ] ETH_OFFLOAD: Init !!!
[m3video] -=-links_common/ipcOutM3/ipcOutM3Link_tsk.c 544--> 4634: IpcOutM3Link_allocListElem : Done !!!
[m3vpss ] 4644: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
[c6xdsp ] 24: SYSTEM : System DSP Init Done !!!
[m3video] 4640: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_19] in region 0 ...
[m3vpss ] 4644: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
[c6xdsp ] -=-links_common/system/system_common.c 74--> SYSTEM : System_main step 2 System_init() !!!
[m3video] 4640: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_19] in region 0 ...
[m3vpss ] 4644: SYSTEM: ListElem Shared Addr = 0xbf374b00
[m3video] 4641: SYSTEM: ListElem Shared Addr = 0xbf326600
[m3vpss ] -=-links_common/system/system_ipc_listMP.c 182--> 4644: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4641: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] -=-links_common/ipcOutM3/ipcOutM3Link_tsk.c 544--> 4644: IpcOutM3Link_allocListElem : Done !!!
[m3video] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4641: IpcFramesOutLink_allocListElem : Done !!!
[m3vpss ] 4658: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_19] in region 0 ...
[m3video] 4643: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
[m3vpss ] 4659: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_19] in region 0 ...
[m3video] 4644: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
[m3vpss ] 4659: SYSTEM: ListElem Shared Addr = 0xbf39d800
[m3video] 4644: SYSTEM: ListElem Shared Addr = 0xbf34f880
[m3vpss ] -=-links_common/system/system_ipc_listMP.c 182--> 4659: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4644: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4659: IpcFramesOutLink_allocListElem : Done !!!
[m3video] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4644: IpcFramesOutLink_allocListElem : Done !!!
[m3vpss ] 4662: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
[m3video] 4647: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
[m3vpss ] 4662: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
[m3video] 4647: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
[m3vpss ] 4662: SYSTEM: ListElem Shared Addr = 0xbf3e0b00
[m3video] 4647: SYSTEM: ListElem Shared Addr = 0xbf378000
[m3vpss ] -=-links_common/system/system_ipc_listMP.c 182--> 4662: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4647: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4662: IpcFramesOutLink_allocListElem : Done !!!
[m3video] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4647: IpcFramesOutLink_allocListElem : Done !!!
[m3vpss ] 4665: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
[m3video] 4661: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_24] in region 0 ...
[m3vpss ] 4665: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
[m3video] 4661: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_24] in region 0 ...
[m3vpss ] 4665: SYSTEM: ListElem Shared Addr = 0xbf423e00
[m3video] 4661: SYSTEM: ListElem Shared Addr = 0xbf3c3000
[m3vpss ] -=-links_common/system/system_ipc_listMP.c 182--> 4665: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4661: System_ipcListMPAllocListElemMem : Done !!!
[m3vpss ] -=-links_common/ipcFramesOut/ipcFramesOutLink_tsk.c 1013--> 4665: IpcFramesOutLink_allocListElem : Done !!!
[m3video] -=-links_common/ipcBitsOut/ipcBitsOutLink_tsk.c 529--> 4662: IpcBitsOutLink_allocListElem : Done !!!
[m3vpss ] 4667: SYSTEM : HDVPSS Drivers Version: HDVPSS_01_00_01_37
[m3video] 4664: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
[m3vpss ] 4667: SYSTEM : FVID2 Init in progress !!!
[m3video] 4664: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
[m3video] 4664: SYSTEM: ListElem Shared Addr = 0xbf406300
[m3video] -=-links_common/system/system_ipc_listMP.c 182--> 4664: System_ipcListMPAllocListElemMem : Done !!!
[m3video] -=-links_common/ipcBitsOut/ipcBitsOutLink_tsk.c 529--> 4664: IpcBitsOutLink_allocListElem : Done !!!
[m3video] 4666: HDVICP: Doing PRCM for IVAHD[0] ...
[m3vpss ] TILER_STATS: CNT :8BIT
[m3video] 4666: HDVICP: PRCM for IVAHD[0] ... DONE.
[m3video] 4666: HDVICP: Doing PRCM for IVAHD[1] ...
[m3vpss ] TILER_STATS: CNT RESOLUTION: 16384 x 8192
[m3video] 4666: HDVICP: PRCM for IVAHD[1] ... DONE.
[m3video] 4667: HDVICP: Doing PRCM for IVAHD[2] ...
[m3vpss ] TILER_STATS: BUCKET RESOLUTION: 16384 x 8188
[m3video] 4667: HDVICP: PRCM for IVAHD[2] ... DONE.
[m3video] 4667: SYSTEM : Initializing Links !!!
[m3vpss ] TILER_STATS: NUM FREE BUCKETS: 1
[m3video] 4667: SYSTEM : FREE SPACE : System Heap = 6279304 B, Mbx = 10240 msgs)
[m3vpss ] TILER_STATS: NUM USED BUCKETS: 0
[m3video] 4667: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
[m3vpss ] TILER_STATS: TOTAL FREE AREA: 134152192 (99 %)
[m3video] -=-links_common/system/system_common.c 207-->
[m3vpss ] TILER_STATS: TOTAL USED AREA: 0 (0 %)
[m3video] 4668: SYSTEM : FREE SPACE : Frame Buffer = 244055936 B (232 MB)
[m3video] 4668: SYSTEM : FREE SPACE : Bitstream Buffer = 244055936 B (232 MB)
[m3video] -=-links_common/system/system_ipc_msgq.c 277--> 4668: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
[m3video] 4670: SYSTEM : FREE SPACE : Tiler 8-bit = 134152192 B (127 MB) - TILER ON
[m3vpss ] TILER_STATS: CNT :16BIT
[m3video] 4670: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
[m3vpss ] TILER_STATS: CNT RESOLUTION: 32768 x 4096
[m3video] 4706: SYSTEM : Initializing Links ... DONE !!!
[m3vpss ] TILER_STATS: BUCKET RESOLUTION: 32768 x 4096
[m3video] -=-links_common/system/system_common.c 74--> SYSTEM : System_main step 2 System_init() !!!
[m3vpss ] TILER_STATS: NUM FREE BUCKETS: 1
[m3vpss ] TILER_STATS: NUM USED BUCKETS: 0
[m3vpss ] TILER_STATS: TOTAL FREE AREA: 134217728 (100 %)
[m3vpss ] TILER_STATS: TOTAL USED AREA: 0 (0 %)
[m3vpss ] 4740: SYSTEM : FVID2 Init in progress DONE !!!
[m3vpss ] 4740: SYSTEM : Device Init in progress !!!
[m3vpss ] 4743: SYSTEM : Device Init in progress DONE !!!
[m3vpss ] 4783: SYSTEM : System VPSS Init Done !!!
[m3vpss ] 4784: UTILS: DMA: HWI Create for INT63 !!!
[m3vpss ] 4784: SYSTEM : Initializing Links !!!
[m3vpss ] 4785: SYSTEM : FREE SPACE : System Heap = 74056 B, Mbx = 10240 msgs)
[m3vpss ] 4785: SYSTEM : FREE SPACE : SR0 Heap = 12283904 B (11 MB)
[m3vpss ] -=-links_common/system/system_common.c 207-->
[m3vpss ] 4785: SYSTEM : FREE SPACE : Frame Buffer = 239745920 B (228 MB)
[m3vpss ] 4785: SYSTEM : FREE SPACE : Bitstream Buffer = 239745920 B (228 MB)
[m3vpss ] TILER_STATS: CNT :8BIT
[m3vpss ] TILER_STATS: CNT RESOLUTION: 16384 x 8192
[m3vpss ] TILER_STATS: BUCKET RESOLUTION: 16384 x 8188
[m3vpss ] TILER_STATS: NUM FREE BUCKETS: 1
[m3vpss ] TILER_STATS: NUM USED BUCKETS: 0
[m3vpss ] TILER_STATS: TOTAL FREE AREA: 134152192 (99 %)
[m3vpss ] TILER_STATS: TOTAL USED AREA: 0 (0 %)
[m3vpss ] TILER_STATS: CNT :16BIT
[m3vpss ] TILER_STATS: CNT RESOLUTION: 32768 x 4096
[m3vpss ] TILER_STATS: BUCKET RESOLUTION: 32768 x 4096
[m3vpss ] TILER_STATS: NUM FREE BUCKETS: 1
[m3vpss ] TILER_STATS: NUM USED BUCKETS: 0
[m3vpss ] TILER_STATS: TOTAL FREE AREA: 134217728 (100 %)
[m3vpss ] TILER_STATS: TOTAL USED AREA: 0 (0 %)
[m3vpss ] 4786: SYSTEM : FREE SPACE : Tiler 8-bit = 134152192 B (127 MB) - TILER ON
[m3vpss ] 4786: SYSTEM : FREE SPACE : Tiler 16-bit = 134217728 B (128 MB) - TILER ON
[m3vpss ] -=-links_m3vpss/avsync/avsync_m3vpss.c 3238--> AvsyncLink_initv start
[m3vpss ] -=-links_m3vpss/avsync/avsync_m3vpss.c 3247--> AvsyncLink_initv step 1
[m3vpss ] -=-links_m3vpss/avsync/avsync_m3vpss.c 3254--> AvsyncLink_initv step 2
[m3vpss ] -=-links_m3vpss/avsync/avsync_m3vpss.c 3262--> AvsyncLink_initv step 3
[m3vpss ] -=-links_m3vpss/avsync/avsync_m3vpss.c 3265--> AvsyncLink_initv end
[m3vpss ] 4907: SYSTEM : Initializing Links ... DONE !!!
[m3vpss ] -=-links_m3vpss/system/system_m3vpss.c 159--> 4907: SYSTEM : Set Static L3 pressure for HDVPSS as High
[m3vpss ] -=-links_m3vpss/system/system_m3vpss.c 161--> 4907: SYSTEM : Set Static L3 pressure for HDVPSS as High
[m3vpss ] -=-links_m3vpss/system/system_m3vpss.c 163--> 4907: SYSTEM : Set Static L3 pressure for HDVPSS as High
[m3vpss ] -=-links_common/system/system_common.c 74--> SYSTEM : System_main step 2 System_init() !!!
=============3: load_c6xdsp end ============
[ 40.380000] DMA: Module install successful, device major num = 251
[ 40.380000] DRV: Module install successful
[ 40.390000] DRV: Module built on Jul 10 2014 15:14:08
=============4: osa_kermod_load end ============
=============5: wait_cmd start ============
[c6xdsp ] Remote Debug Shared Memory @ 0xbef00000
[m3video] Remote Debug Shared Memory @ 0xbef10820
[m3vpss ] Remote Debug Shared Memory @ 0xbef21040
[m3vpss ] Received character 's'
=============6: wait_cmd m3vpss end ============
[c6xdsp ] Remote Debug Shared Memory @ 0xbef00000
[m3video] Remote Debug Shared Memory @ 0xbef10820
[m3vpss ] Remote Debug Shared Memory @ 0xbef21040
[m3video] Received character 's'
=============7: wait_cmd m3video end ============
[c6xdsp ] Remote Debug Shared Memory @ 0xbef00000
[m3video] Remote Debug Shared Memory @ 0xbef10820
[m3vpss ] Remote Debug Shared Memory @ 0xbef21040
[c6xdsp ] Received character 's'
=============8: wait_cmd c6xdsp end =======[ 42.490000] [module] vpss probe done.
=====
/opt/dvr_rdk/ti816x
=============9: insmod start ============
=============10: insmod vpss.ko end ============
[ 42.520000] [module] ti81xxfb probe done.
=============11: insmod ti81xxfb.ko end ============
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x#
root@dm816x:/opt/dvr_rdk/ti816x# ./run.sh
=-=-demo.c main 159-->
=========
Main Menu
=========
1: VCAP + VENC + VDEC + VDIS - Progressive SD Encode + Decode
2: VCAP + VENC + VDIS - SD Encode ONLY
3: VCAP + VENC + VDEC + VDIS - Progressive HD Encode + Decode
4: VDEC + VDIS - SD/HD Decode ONLY
a: 960H DVR usecase
e: Exit
Enter Choice: 4
=-=-demo_vdec_vdis.c VdecVdis_start 72-->
=-=-demo_vdec_vdis_bits_rd.c VdecVdis_bitsRdInit 657-->
=-=-demo_vdec_vdis_bits_rd.c VdecVdis_bitsRdGetFileInfoFromIniFile 578-->
=-=-demo_vdec_vdis_bits_rd.c VdecVdis_bitsRdParseIniFile 252-->
Sample ini files available in ./demo_ini folder.
Enter the .ini filename with full path : /opt/dvr_rdk/ti816x/demo_ini/1280x720_00_12CH.ini
*** a new param codec is needed for ini, if you not sure about this
*** please reference demo_ini/704x576_02_32CH.ini
*** H264: codec = h264
*** MPEG4: codec = mpeg4
*** MJPEG: codec = mjpeg
*** Four new params numbuf ,displaydelay,tilerEnable,fieldPicture has been added for ini, if not defaults are set
*** Generate header files ***
This will take very long time if the file is large.
- For first time you MUST select YES.
- If you already have the header file on disk, you can select NO.
Do you want to generate header ? (YES - y, NO - n) : y
0: Opening file [/data/1280x720_00.h264] of 1280 x 720 Codec: h264...
Input file [/data/1280x720_00.h264] opened successfully !!!
Output file [/data/1280x720_00.h264.hdr] opened successfully !!!
1: Opening file [/data/1280x720_00.h264] of 1280 x 720 Codec: h264...
Input file [/data/1280x720_00.h264] opened successfully !!!
Output file [/data/1280x720_00.h264.hdr] opened successfully !!!
gVdecVdis_config.numChannels : 2 gVdecVdis_config.chBufSize[0] : 921600
gVdecVdis_config.numChannels : 2 gVdecVdis_config.chBufSize[1] : 921600
File open ... DONE !!!
=-=-demo_vdec_vdis_bits_rd.c VdecVdis_bitsRdInitThrObj 627-->
--------------- CHANNEL DETAILS-------------
Dec Channels => 2
Disp Channels => 2
-------------------------------------------
0: SYSTEM: System Common Init in progress !!!
0: SYSTEM: IPC init in progress !!!
12: SYSTEM: CPU [DSP] syslink proc ID is [0] !!!
12: SYSTEM: CPU [VIDEO-M3] syslink proc ID is [1] !!!
12: SYSTEM: CPU [VPSS-M3] syslink proc ID is [2] !!!
12: SYSTEM: CPU [HOST] syslink proc ID is [3] !!!
12: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_3] ...
14: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
15: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
-=-system_ipc_msgq.c 279--> 17: SYSTEM: Opening MsgQ [DSP_MSGQ] :
-=-system_ipc_msgq.c 279--> 17: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] :
-=-system_ipc_msgq.c 279--> 18: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] :
19: SYSTEM: Notify register to [DSP] line 0, event 15 ...
19: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
20: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
20: SYSTEM: IPC init DONE !!!
-=- 21: SYSTEM: Creating ListMP [HOST_IPC_OUT_24] in region 0 ...
23: SYSTEM: Creating ListMP [HOST_IPC_IN_24] in region 0 ...
25: SYSTEM: ListElem Shared Addr = 0x40f14880
[host] -=- 25: IpcBitsOutLink_allocListElem : Done !!!
-=- 26: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
28: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
29: SYSTEM: ListElem Shared Addr = 0x40f49a80
[host] -=- 29: IpcBitsOutLink_allocListElem : Done !!!
-=-system_common.c 77--> 30: SYSTEM: System_init IpcFramesInLink_init end !!!
-=- 31: SYSTEM: Creating ListMP [HOST_IPC_OUT_19] in region 0 ...
33: SYSTEM: Creating ListMP [HOST_IPC_IN_19] in region 0 ...
34: SYSTEM: ListElem Shared Addr = 0x40f7ec80
[host] -=-ipcFramesOutLink_tsk.c 556--> 34: IpcFramesOutLink_allocListElem : Done !!!
-=- 35: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
37: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
39: SYSTEM: ListElem Shared Addr = 0x40fc1f80
[host] -=-ipcFramesOutLink_tsk.c 556--> 39: IpcFramesOutLink_allocListElem : Done !!!
-=- 40: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
42: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
43: SYSTEM: ListElem Shared Addr = 0x41005280
[host] -=-ipcFramesOutLink_tsk.c 556--> 43: IpcFramesOutLink_allocListElem : Done !!!
-=-system_common.c 80--> 44: SYSTEM: System_init IpcFramesOutLink_init end !!!
[host] -=-avsync.c 921--> AvsyncLink_init start
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
[m3vpss ] Before AVSYNC Create:
[m3vpss ] 84796: SYSTEM : FREE SPACE : System Heap = 68624 B, Mbx = 10239 msgs)
[m3vpss ] 84796: SYSTEM : FREE SPACE : SR0 Heap = 10530944 B (10 MB)
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
[host] -=-avsync.c 931--> AvsyncLink_init step 1
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
[host] -=-avsync.c 933--> AvsyncLink_init end
-=-system_common.c 83--> 64: SYSTEM: System_init AvsyncLink_init end !!!
-=-system_common.c 86--> 64: SYSTEM: System_init OSA_mbxCreate end !!!
-=-system_common.c 88--> 64: SYSTEM: System_init SystemLink_init end !!!
64: SYSTEM: System Common Init Done !!!
ch[0], h264
ch[1], h264
=-=-demo_vdec_vdis.c 170--> Vdec_init
=-=-demo_vdec_vdis.c 173--> Vdis_params_init
[m3vpss ] -=-links_common/system/system_common.c 207-->
[m3vpss ] 84797: SYSTEM : FREE SPACE : Frame Buffer = 239745920 B (228 MB)
[m3vpss ] 84797: SYSTEM : FREE SPACE : Bitstream Buffer = 239745920 B (228 MB)
=-=-demo_vdec_vdis.c 186--> Vdis_tiedVencInit
=-=-demo_vdec_vdis.c 217--> Demo_swMsGenerateLayout
=-=-demo_vdec_vdis.c 236--> Vdis_init
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
[m3vpss ] TILER_STATS: CNT :8BIT
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
=-=-demo_vdec_vdis.c 244--> Vsys_configureDisplay
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
432: MCFW : CPU Revision [ES2.0] !!!
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
-=-system_linkApi.c 38--> System_linkControl start procId = 1
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 1
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
-=-system_linkApi.c 38--> System_linkControl start procId = 2
-=-system_linkApi.c 46--> System_linkControl System_getSelfProcId = 3
-=-system_ipc_msgq.c 448--> System_ipcMsgQSendMsg start
-=-system_ipc_msgq.c 452--> System_ipcMsgQSendMsg procId = 2
-=-system_ipc_msgq.c 492--> System_ipcMsgQSendMsg step 1
-=-system_ipc_msgq.c 521--> System_ipcMsgQSendMsg step 2 waitAck
-=-system_ipc_msgq.c 523--> System_ipcMsgQSendMsg step 3 waitAck
-=-system_ipc_msgq.c 601--> System_ipcMsgQSendMsg end
-=-system_linkApi.c 57--> System_linkControl end
[host] -=-multich_vdec_vdis.c 396--> *** MultiCh_createVdecVdis
[host] -=-multich_vdec_vdis.c 447--> *** MultiCh_createVdecVdis
[host] -=-multich_vdec_vdis.c 471--> *** MultiCh_createVdecVdis : w = 1280
[host] -=-multich_vdec_vdis.c 475--> *** MultiCh_createVdecVdis : w = 720
[host] -=-multich_vdec_vdis.c 479--> *** MultiCh_createVdecVdis : w = 30
[host] -=-multich_vdec_vdis.c 483--> *** MultiCh_createVdecVdis : w = 2000000
[host] -=-multich_vdec_vdis.c 447--> *** MultiCh_createVdecVdis
[host] -=-multich_vdec_vdis.c 471--> *** MultiCh_createVdecVdis : w = 1280
[host] -=-multich_vdec_vdis.c 475--> *** MultiCh_createVdecVdis : w = 720
[host] -=-multich_vdec_vdis.c 479--> *** MultiCh_createVdecVdis : w = 30
[host] -=-multich_vdec_vdis.c 483--> *** MultiCh_createVdecVdis : w = 2000000
[host] -=-multich_vdec_vdis.c 512--> *** MultiCh_createVdecVdis
[host] -=-multich_vdec_vdis.c 558--> *** MultiCh_createVdecVdis
-=-system_linkApi.c [ 119.230000] HeapMemMP_alloc
38--> System_lin[ 119.240000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.240000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
kControl start p[ 119.270000] HeapMemMP_alloc
rocId = 2
-=-s[ 119.270000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.270000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
ystem_linkApi.c [ 119.300000] HeapMemMP_alloc
46--> System_lin[ 119.310000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.310000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
kControl System_[ 119.340000] HeapMemMP_alloc
getSelfProcId = [ 119.340000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.340000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
3
-=-system_ip[ 119.370000] HeapMemMP_alloc
c_msgq.c 448--> [ 119.380000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.380000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
System_ipcMsgQSe[ 119.410000] HeapMemMP_alloc
ndMsg start
-=-[ 119.410000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.410000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
system_ipc_msgq.[ 119.440000] HeapMemMP_alloc
c 452--> System_[ 119.450000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.450000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
ipcMsgQSendMsg p[ 119.480000] HeapMemMP_alloc
rocId = 2
-=-sy[ 119.480000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.480000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
stem_ipc_msgq.c [ 119.510000] HeapMemMP_alloc
492--> System_ip[ 119.520000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.520000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
cMsgQSendMsg ste[ 119.550000] HeapMemMP_alloc
p 1
-=-system_i[ 119.550000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.550000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
pc_msgq.c 521-->[ 119.580000] HeapMemMP_alloc
System_ipcMsgQS[ 119.590000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.590000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
endMsg step 2 wa[ 119.620000] HeapMemMP_alloc
itAck
[m3vpss [ 119.620000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.620000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
] TILER_STATS: C[ 119.650000] HeapMemMP_alloc
NT RESOLUTION: [ 119.660000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.660000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
16384 x 8192
[ 119.690000] HeapMemMP_alloc
-=-system_ipc_ms[ 119.690000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.690000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
gq.c 523--> Sys[ 119.720000] HeapMemMP_alloc
tem_ipcMsgQSendM[ 119.730000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.730000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
sg step 3 waitAc[ 119.760000] HeapMemMP_alloc
k
-=-system_ipc[ 119.760000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.760000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
_msgq.c 601--> S[ 119.790000] HeapMemMP_alloc
ystem_ipcMsgQSen[ 119.800000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.800000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
dMsg end
-=-sy[ 119.830000] HeapMemMP_alloc
stem_linkApi.c 5[ 119.830000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.830000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
7--> System_link[ 119.860000] HeapMemMP_alloc
Control end
-=[ 119.870000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.870000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
-system_linkApi.[ 119.900000] HeapMemMP_alloc
c 38--> System_l[ 119.900000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.900000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
inkControl start[ 119.930000] HeapMemMP_alloc
procId = 2
-=[ 119.940000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.940000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
-system_linkApi.[ 119.970000] HeapMemMP_alloc
c 46--> System_l[ 119.970000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 119.970000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
inkControl Syste[ 120.000000] HeapMemMP_alloc
m_getSelfProcId [ 120.010000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.010000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
= 3
-=-system_[ 120.040000] HeapMemMP_alloc
ipc_msgq.c 448--[ 120.040000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.040000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
> System_ipcMsgQ[ 120.070000] HeapMemMP_alloc
SendMsg start
-[ 120.080000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.080000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
=-system_ipc_msg[ 120.110000] HeapMemMP_alloc
q.c 452--> Syste[ 120.110000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.110000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
m_ipcMsgQSendMsg[ 120.140000] HeapMemMP_alloc
procId = 2
-=-[ 120.150000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.150000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
system_ipc_msgq.[ 120.180000] HeapMemMP_alloc
c 492--> System_[ 120.180000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.180000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
ipcMsgQSendMsg s[ 120.210000] HeapMemMP_alloc
tep 1
-=-system[ 120.210000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.210000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
_ipc_msgq.c 521-[ 120.250000] HeapMemMP_alloc
-> System_ipcMsg[ 120.250000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.250000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
QSendMsg step 2 [ 120.280000] HeapMemMP_alloc
waitAck
-=-syst[ 120.280000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.280000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
em_ipc_msgq.c 52[ 120.320000] HeapMemMP_alloc
3--> System_ipc[ 120.320000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.320000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
MsgQSendMsg step[ 120.350000] HeapMemMP_alloc
3 waitAck
-=-s[ 120.350000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.350000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
ystem_ipc_msgq.c[ 120.390000] HeapMemMP_alloc
601--> System_i[ 120.390000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.390000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
pcMsgQSendMsg en[ 120.420000] HeapMemMP_alloc
d
-=-system_li[ 120.420000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.420000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
nkApi.c 57--> Sy[ 120.460000] HeapMemMP_alloc
stem_linkControl[ 120.460000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.460000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
end
[host[ 120.490000] HeapMemMP_alloc
] -=-multich_vde[ 120.490000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.490000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
c_vdis.c 664--> [ 120.530000] HeapMemMP_alloc
*** MultiCh_crea[ 120.530000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.530000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
teVdecVdis
-=-[ 120.560000] HeapMemMP_alloc
system_linkApi.c[ 120.560000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.560000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
38--> System_li[ 120.600000] HeapMemMP_alloc
nkControl start [ 120.600000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.600000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
procId = 3
-=-[ 120.630000] HeapMemMP_alloc
system_linkApi.c[ 120.630000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.630000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
46--> System_li[ 120.670000] HeapMemMP_alloc
nkControl System[ 120.670000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.670000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
_getSelfProcId =[ 120.700000] HeapMemMP_alloc
3
[host] [ 120.700000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.700000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
770: IPC_BITS_O[ 120.740000] HeapMemMP_alloc
UT : Create in[ 120.740000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.740000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
progress !!!
[ 120.770000] HeapMemMP_alloc
[ 120.770000] *** HeapMemMP_alloc: offset is not a multiple of obj->minAlign!
[ 120.770000] Error [0xffffffff] at Line no: 1160 in file /home/lou/uwork/chingan/dm8168/dvrrdk_04.00.00.03/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/HeapMemMP.c
[ 120.800000] HeapMemMP_alloc