This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368-IPNC:Error in running ./system_server &



 

 

Hi all,

 

I am trying to run a streaming demo on web browser on DM368-IPNC by following the commands given in user guide but

i am getting the following errors:

 

$cd $(EXEC_DIR)

$./av_capture_load.sh

$./loadmodules_ipnc.s
$./system_server &
$./boa -c /etc &

But i am getting the following output:

# ./loadmodules_ipnc.sh  sbulla:
 unknown partition table
mkdosfs 3.0.6 (04 Oct 2009)
unable to get drive geometry, using default 255/63
/dev/sbulla has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 1024 sectors;
file system has 2 12-bit FATs and 4 sectors per cluster.
FAT size is 1 sector, and provides 247 clusters.
Root directory contains 512 slots.
Volume ID is 473eadf7, no volume label.
# ./system_server &
# queue id:0
FileMngThread created
queue id:32769
AlramThread created
Share memory init success
IPNC_DM368_2.6.0 (mayank@mayank-laptop) (gcc version 4.2.0 (Mon
queue id:65538
queue id:32769
queue id:65538
queue id:98307

CPU is DM368
./av_server.out DM368 NTSC APPRO2A AEWB 1080P H264 5000000 VBR AUTO MENUOFF &
Check_device_version : DEVICE VER = 1 !!

AVSERVER UI: Initializing.
ApproDrvInit: 7
queue id:131076
 
 CLK Hz,
 ARM   Hz =  432000000
 DDR   Hz =  340000000
 VPSS  Hz =  340000000
 IMCOP Hz =  340000000
 
 DRV LDC: GetConfig 0003 0x0
 [OSA_FILE ] Reading file [/mnt/nand/IMG_Paramset.bin] ... ERROR
IMAGE TUNE: Paramset File is not available..... Setting DEFAULT parameter

CONFIGURING AVSERVER FOR DM368 .....
queue id:65538
############OPEN###########
==========>>>> Start X,Y = 52,18
 Sensor Mode Info,
 Width      = 2024
 Height     = 1124
 fps        =   24
 Bin Enable =    0
 
 Sensor Frame Timing Info,
 fps                  = 24
 t_frame (ns)         = 41666668.000000
 t_row   (ns)         = 30458.333984
 t_pclk  (ns)         = 10.416667
 W                    = 2024
 H                    = 1124
 SW                   = 1406
 SD                   = 0
 HB                   = 450
 VB                   = 243
 HBmin                = 450
 VBmin                = 9
 f_pclk               = 96000000
 shutterOverhead (ns) = 4437.500000
 col_size             = 2024
 row_size             = 1124
 col_bin              = 0
 row_bin              = 0
 col_start            = 88
 row_start            = 348
 pll_M                = 16
 pll_N                = 1
 pll_DIV              = 1
 
############reset###########
############SPI OPEN###########
 ERROR  (drv_imgs_IMX036_3MP.c|DRV_imgsOpen|646): DRV_spiOpen()
 ERROR  (drv_capture.c|DRV_captureOpen|63): Open failed
 ERROR  (videoCaptureThr.c|VIDEO_captureTskCreate|85): DRV_captureOpen()
 ERROR  (videoCaptureThr.c|VIDEO_captureTskMain|688): VIDEO_captureTskCreate() ERROR  (avServerMainThr.c|AVSERVER_tskStart|24):

# ./boa -c /etc &
# ApproDrvInit: 3
queue id:131076

Has anyone run these demo successfully and got the camera display on board ip.

 

Thanks and Regards,

Mayank

  • Mayank,

    Try this way :

    rm /mnt/nand/*   (this will delete all configuration files - maybe there is an error) - but you can skip this line

    ./killall.sh
    ./loadkmodules.sh
    ./av_capture_load.sh
    ./loadmodules_ipnc.sh
    ./system_server &
    ./wis-streamer &
    ./boa -c /etc &

    Regards,
    Marko.