页次: 1
各位,我想做一个手持机的设备,需要用到RGB LCD和DVP Camera接口,选用的是全志S3/S3L芯片,看论坛里有说这个芯片其实是V3+DDR64M/128M,在画原理图的时候我遇到了几个问题:
1、S3的RGB接口默认是RGB666,而我的LCD是RGB565,那么这个时候我应该如何连线呢?直接连高位吗,如果是这样的话,颜色会不会有损失呢?多出来了两个IO可以用作普通的GPIO使用吗?
2、和上一个问题类似,S3的DVP接口有16根总线D[0:15],而我选用的摄像头是)OV5640,只有8根数据线D[0:7],参考荔枝派zero plus的原理图,他说直接连到S3的低八位数据线D[0:7],高位数据线D[8:15]用作其他功能。然后我又看了论坛里的另一位大佬,他用的是V3S,也有一个摄像头接口,但是用的是D[4:11]作为数据口,这部分我有点头晕,不知道应该如何连接我的摄像头接口。
3、使用荔枝派的SDK,里面默认芯片是S3,如果我想使用S3L作为主控,应该如何修改呢?只需要改小RAM的大小么?
修改了源码重新编译下载,并替换了注册文件注后,还是无法使用,能帮我看下吗?
# gst-launch-1.0 filesrc location=bad_apple.mp4 ! qtdemux ! h264parse ! omxh264d
ec ! autovideoconvert ! fbdevsink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0: Could not initialize supporting library.
Additional debug info:
../gst-libs/gst/video/gstvideodecoder.c(2517): gst_video_decoder_change_state (): /GstPipeline:pipeline0/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0:
Failed to open decoder
Setting pipeline to NULL ...
Freeing pipeline ...
你好,我按照楼主的操作,无法启动,能帮我看看吗,启动日志如下
U-Boot SPL 2020.07 (Sep 19 2021 - 16:47:24 +0800)
DRAM: 64 MiB
Trying to boot from MMC1
Card did not respond to voltage select!
spl: mmc init failed with error: -95
Trying to boot from MMC2
unable to select a mode
spl: mmc init failed with error: -524
Trying to boot from sunxi SPI
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
页次: 1