页次: 1
屏是什么型号的
s3前端加一个adc采集芯片,我记得 nxp ti都有
之前想到的也是这种方法。。。。
f1c100s/f1c200s
但是性能没有s3好
这个好像没有硬件编码吧
我在搞热成像搜索仪。目前用到的热成像摄像头主要有两种。
一种是类似OV2640的DCMI接口的,有PCLK/HSYNC/VSYNC YUV输出,不同的是I2C控制线路换成UART。
一类是比较常见的模拟接口,就是CVBS输出,PAL或者NTSC格式。
我的需求是能采集这两种格式的数据(只接一个摄像头,为了方案设计方便不想去开发两种芯片),然后在480x320 的屏幕上显示出来,
按下一个按键后能够DVR编码到SD卡
之前用的S3,但是S3只有MIPI和DCMI接口,没有CVBS-in
麻烦大家推荐以下谢谢
是这种卡
另外问一下那个SD-nand和转接板能接上电脑识别吗,我需要把电脑的图拷贝进去
因为走的是SPI接口,兼容性是肯定有问题的,很无奈(K210没有SDIO控制器)。
首先确保两件事:
1、FAT32格式
2、容量尽可能小,老卡可能更佳我测试了下,手里的32G三星EVO+无法识别,但雷龙发展的128MB没问题。
https://whycan.cn/files/members/383/_20191127113734.jpg
https://whycan.cn/files/members/383/TIM截图20191127113838.jpg
另外这个雷龙SD-nand转TF卡,有出售的链接吗
因为走的是SPI接口,兼容性是肯定有问题的,很无奈(K210没有SDIO控制器)。
首先确保两件事:
1、FAT32格式
2、容量尽可能小,老卡可能更佳我测试了下,手里的32G三星EVO+无法识别,但雷龙发展的128MB没问题。
https://whycan.cn/files/members/383/_20191127113734.jpg
https://whycan.cn/files/members/383/TIM截图20191127113838.jpg
哦哦,我回去拍一下卡的照片,看看能不能找点老卡试一下
用的哪个固件,传这里我来测测。 K210只能通过SPI读卡,其实这种方式本身就有些兼容性问题。
就是网站上 https://widora.io/zh/k210dev 提供的 maixpy_v0.2.4_full_with_model_at_0x300000.kfpkg 这个固件,我自己试了用maixpy官方的也不行,在
python环境 os.listdir("/") 只有flash没有sd,我已经试过5~6张卡了,店主有可以用SD卡的固件或者demo吗
问一下店家的板子能识别哪些TF卡,我试了两张TF卡在python环境都识别不出来
我把S3核心板的SD nand换成SD nor了,然后用phonexisuite刷机,启动之后能启动到内核,但是加载文件系统出错了,启动日志如下:
[ 1.483]DRAM: 128 MiB
relocation Offset is: 076c1000
try gpio_flashing
workmode = 0
sunxi spinor is initing...[debug_jaosn]:use the clock in sys_config
OK
nor id is 0x1840ef
[ 1.883]sunxi flash init ok
hello @flash_speed=1
In: serial
Out: serial
Err: serial
--------fastboot partitions--------
-total partitions:7-
-name- -start- -size-
boot : 4000 280000
system : 284000 c83000
cfg : f07000 40000
boot_logo : f47000 20000
shutdown_logo: f67000 20000
env : f87000 10000
UDISK : f97000 0
-----------------------------------
WORK_MODE_BOOT
read bootlogo partition successful,start_block=0x7a38,rblock=0x100 ,ret=256
Use decode 1x1 sampling
sunxi_read_bootlogo: jpg convert argb
[ 2.615]Hit any key to stop autoboot: 0
read boot or recovery all
[ 2.797]sunxi flash read :offset 4000, 2621951 bytes OK
[ 2.809]ready to boot
force sunxi spinor exit
[ 2.811]
Starting kernel ...
[ 0.031969] axp20_board 0-0034: failed reading at 0x03
[ 0.032529] gpiochip_add: gpios 1024..1028 (axp_pin) failed to register
[ 0.043841] Initramfs unpacking failed: compression method lzma not configured
[ 0.180577] m25p_probe()966 - Use the Dual Mode Read.
[ 0.200357] Failed to alloc md5
[ 0.795794] sunxikbd_script_init: key para not found, used default para.
[ 0.807304] [MIR3DA] fetch_sysconfig_para failed!
[ 0.807315]
[ 0.823251] no led_0, ignore it!
[ 0.826935] no led_1, ignore it!
[ 0.830701] no led_2, ignore it!
[ 0.834375] no led_3, ignore it!
[ 0.838048] no led_4, ignore it!
[ 0.841728] no led_5, ignore it!
[ 0.845471] no led_6, ignore it!
[ 0.849144] no led_7, ignore it!
[ 0.856151] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
[ 0.866907] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
[ 1.031334] SQUASHFS error: xz_dec_run error, data probably corrupt
[ 1.038421] SQUASHFS error: squashfs_read_data failed to read block 0xb35156
[ 1.046480] SQUASHFS error: Unable to read metadata cache entry [b35156]
[ 1.054120] SQUASHFS error: Unable to read directory block [b35156:1916]
[ 1.061856] SQUASHFS error: Unable to read metadata cache entry [b35156]
[ 1.069486] SQUASHFS error: Unable to read directory block [b35156:e28]
[ 1.077017] SQUASHFS error: Unable to read metadata cache entry [b35156]
[ 1.084660] SQUASHFS error: Unable to read directory block [b35156:0]
[ 1.092035] SQUASHFS error: Unable to read metadata cache entry [b35156]
[ 1.099591] SQUASHFS error: Unable to read directory block [b35156:0]
[ 1.106995] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[ 1.121052] Backtrace:
[ 1.123956] [<c00114c0>] (dump_backtrace+0x0/0x108) from [<c035a558>] (dump_stack+0x18/0x1c)
[ 1.133535] r7:c04ab7f4 r6:c04f20c0 r5:00000095 r4:c04f2670
[ 1.140257] [<c035a540>] (dump_stack+0x0/0x1c) from [<c035a754>] (panic+0x78/0x1c0)
[ 1.148958] [<c035a6dc>] (panic+0x0/0x1c0) from [<c035a51c>] (init_post+0xa4/0xc8)
[ 1.157557] r3:00000007 r2:00000004 r1:c058d000 r0:c040fac7
[ 1.164277] r7:c04ab7f4
[ 1.167267] [<c035a478>] (init_post+0x0/0xc8) from [<c048797c>] (kernel_init+0x168/0x1a4)
[ 1.176556] [<c0487814>] (kernel_init+0x0/0x1a4) from [<c001f350>] (do_exit+0x0/0x644)
感觉不像是SPI flash出错,因为烧写都是正常的,每次重启都是这个错误,附件是我的sys_config.fex 配置,我怀疑是sys_config.fex配错了,因为之前UART不能用,最后发现也是sys_config.fex配置成了uart1,调试了一整天都没解决,可能是哪里有问题?
新人,因为正在调试开发一个热成像望远镜来到此论坛,没有什么献给大家的,就放一个以前开发的msi2500 SDR短波收音机项目吧。这个我在科创论坛也发过
其实没什么技术含量,就是把公版的sdrplay画了一个PCB,JLC打样买元件贴上就可以了,咸鱼上有现成的机器卖,不过价格在400多,
软件已经有现成的了,HDSDR, sdruno都可以,好像gnuradio还没有
PCB工程我放到了这里
https://github.com/11tools/msiSDR/
接收效果还不错,连新加坡/泰国的航空海岸电台都可以接收很清楚
页次: 1