7926
- 收藏
- 点赞
- 分享
- 举报
【3518e】分享我遇到的问题及解决(仅供参数)
3518e问题集锦:
1 运行./HiIspTool.sh ov9712 720p line时出错,打印encoder thread timeout
更改ittb_hi3518_sns.cfg,摄像头处 ov9712_720p stImageAttr 将30改为25
2 运行./sample_venc 0时 SAMPL_COMM_VENC_GetVencStreamProc-920:get venc stream timeout ,exit thread.
MMZ内存为26M,单路,更改sample_comm_isp.c下
case OMNI_OV9712_DC_720P_30FPS: 将stImageAttr.u16FrameRate = 30;改为stImageAttr.u16FrameRate = 25;
3 3518e 8Mflash 烧内核出错
内核移植:
sf probe 0;sf erase 80000 0x300000;mw.b 82000000 ff 300000;tftp 82000000 uImage;sf write 82000000 80000 0x300000
根文件系统:
sf probe 0;sf erase 380000 0x480000;mw.b 82000000 ff 480000;tftp 82000000 rootfs_64k.jffs2;sf write 82000000 380000 0x480000
setenv bootcmd 'sf probe 0;sf read 0x82000000 0x80000 0x300000;bootm 0x82000000'
setenv bootargs 'mem=38M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 mtdparts=hi_sfc:512K(boot),3072K(kernel),4608K(rootfs)'
4 进入系统后,ping不通PC机
网上说有可能是内核的网卡驱动跟uboot的不一样(据说)---mii跟rmii的不一样
在make menuconfig时 将/Device Driver/Network Device support/Ethernet(10 or 100Mbit)/hieth(switchfabric) family/ hieth mii/rmii mode for up port及 hieth mii/rmii mode for down port更改
我的由mii更改为rmii后可以ping通
5 ./load3518e -i ov9712时提示nfs: server 169.254.5.2 not responding, still trying系统貌似也挂了
(我前面已将mii改为rmii)
更改load3518e为 source ./pinmux_hi3518.sh rmii i2c >/dev/null
insmod mmz.ko mmz=anonymous,0,0x82600000,26M anony=1 || report_error #for 3518E use
更改pinmux_hi3518.sh
注释掉rmii下的himm 0x200f0070 0x1行
分享下 说不定可以给大家省不少时间。。。
1 运行./HiIspTool.sh ov9712 720p line时出错,打印encoder thread timeout
更改ittb_hi3518_sns.cfg,摄像头处 ov9712_720p stImageAttr 将30改为25
2 运行./sample_venc 0时 SAMPL_COMM_VENC_GetVencStreamProc-920:get venc stream timeout ,exit thread.
MMZ内存为26M,单路,更改sample_comm_isp.c下
case OMNI_OV9712_DC_720P_30FPS: 将stImageAttr.u16FrameRate = 30;改为stImageAttr.u16FrameRate = 25;
3 3518e 8Mflash 烧内核出错
内核移植:
sf probe 0;sf erase 80000 0x300000;mw.b 82000000 ff 300000;tftp 82000000 uImage;sf write 82000000 80000 0x300000
根文件系统:
sf probe 0;sf erase 380000 0x480000;mw.b 82000000 ff 480000;tftp 82000000 rootfs_64k.jffs2;sf write 82000000 380000 0x480000
setenv bootcmd 'sf probe 0;sf read 0x82000000 0x80000 0x300000;bootm 0x82000000'
setenv bootargs 'mem=38M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 mtdparts=hi_sfc:512K(boot),3072K(kernel),4608K(rootfs)'
4 进入系统后,ping不通PC机
网上说有可能是内核的网卡驱动跟uboot的不一样(据说)---mii跟rmii的不一样
在make menuconfig时 将/Device Driver/Network Device support/Ethernet(10 or 100Mbit)/hieth(switchfabric) family/ hieth mii/rmii mode for up port及 hieth mii/rmii mode for down port更改
我的由mii更改为rmii后可以ping通
5 ./load3518e -i ov9712时提示nfs: server 169.254.5.2 not responding, still trying系统貌似也挂了
(我前面已将mii改为rmii)
更改load3518e为 source ./pinmux_hi3518.sh rmii i2c >/dev/null
insmod mmz.ko mmz=anonymous,0,0x82600000,26M anony=1 || report_error #for 3518E use
更改pinmux_hi3518.sh
注释掉rmii下的himm 0x200f0070 0x1行
分享下 说不定可以给大家省不少时间。。。
我来回答
回答7个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2014-08-08 11:12:05
-
132016-04-11 15:03:47
-
2016-09-27 10:29:38
-
2016-04-26 13:34:33
-
2016-03-10 09:15:52
-
2018-11-20 08:57:15
-
02016-05-02 22:45:25
-
2015-07-13 18:08:07
-
2016-04-27 16:10:59
-
2014-12-10 10:01:52
-
2018-01-02 11:53:42
-
2016-04-20 12:06:46
-
2016-02-16 14:44:54
-
02016-06-22 15:46:54
-
2016-10-17 14:45:48
-
2018-12-04 13:49:39
-
2015-10-15 14:44:23
-
2015-07-28 14:21:13
-
2017-03-24 13:39:57
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认