@ladeng 纠正一下,是接收16个字节,之前搞错了
Latest posts made by ladeng
-
RE: 请教一下关于MT7688的SPI
@bd8ncf 我也在测试MT7688和STM32的SPI,你的情况我好像遇到了,你注意下STM32上的CPHA和CPOL的选择,是否和MT7688上的一样,不过我现在一次不能发送不了32个字节,最多只能发送15个字节,不知道是怎么回事?
-
RE: VFS: Cannot open root device "(null)" or unknown-block(0,0): erro r -6
我在开发板上是可以用,就是在买的模块上用不了了,您说的配置,是那部分的?
-
RE: VFS: Cannot open root device "(null)" or unknown-block(0,0): erro r -6
编译的widora的源码,我看了m25p80.c这个文件里面有支持mx25l25635e的,不知道到底是缺失了那个驱动,然后我下载了最新的openwrt的源码,好像是15.05.1吧,编译后运行正常了,不过我还是很想找到原因所在
-
VFS: Cannot open root device "(null)" or unknown-block(0,0): erro r -6
编译的固件在开发板上运行很好,然后买了些模块,有的是使用的W25Q256存储器,也能运行,但是有的是MX25L25635E的存储器,就不能运行了,打印出的信息如下,不知道到底是哪里的问题,MX25L25635E的模块是可以运行其他的openwrt的固件的,就是不知道我自己编译的固件是哪里没有设置,还是那个驱动有问题
spi-mt7621 10000b00.spi: sys_freq: 193333333
[ 0.470000] m25p80 spi32766.0: mx25l25635e (32768 Kbytes)
[ 0.480000] m25p80 spi32766.0: using chunked io
[ 0.490000] 4 ofpart partitions found on MTD device spi32766.0
[ 0.500000] Creating 4 MTD partitions on "spi32766.0":
[ 0.510000] 0x000000000000-0x000000030000 : "u-boot"
[ 0.520000] 0x000000030000-0x000000040000 : "u-boot-env"
[ 0.530000] 0x000000040000-0x000000050000 : "factory"
[ 0.540000] 0x000000050000-0x000002000000 : "firmware"
[ 0.660000] ralink_soc_eth 10100000.ethernet eth0: ralink at 0xb0100000, irq
5[
0.670000] mt7621_wdt 10000120.watchdog: Initialized
[ 0.690000] TCP: cubic registered
[ 0.690000] NET: Registered protocol family 17
[ 0.700000] bridge: automatic filtering via arp/ip/ip6tables has been depreca
ted. Update your scripts to load br_netfilter if you need this.
[ 0.730000] 8021q: 802.1Q VLAN Support v1.8
[ 0.740000] VFS: Cannot open root device "(null)" or unknown-block(0,0): erro
r -6
[ 0.750000] Please append a correct "root=" boot option; here are the availab
le partitions:
[ 0.770000] 1f00 192 mtdblock0 (driver?)
[ 0.780000] 1f01 64 mtdblock1 (driver?)
[ 0.790000] 1f02 64 mtdblock2 (driver?)
[ 0.800000] 1f03 32448 mtdblock3 (driver?)
[ 0.810000] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno
wn-block(0,0)
[ 0.810000] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs
on unknown-block(0,0)
[ 82.660000] random: nonblocking pool is initialized -
RE: Openwrt-widora编译错误XML::Parser perl module is required for intltool的解决方法
我重新用ubuntu 14.04编译,没有出现上述问题,可以用了
-
RE: Openwrt-widora编译错误XML::Parser perl module is required for intltool的解决方法
还是报错了:checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
我用的是ubuntu 12.04的 -
RE: Openwrt-widora编译错误XML::Parser perl module is required for intltool的解决方法
不好意思,我是新手,不知道这个日志文件在哪里?我输入sudo perl -MCPAN -e shell后,出来了cpan[1]>我就输入了 install XML::Parser,然后后来停止了,又出来了cpan[2]>,我就按ctrl + c 退出了,现在我再去编译一下,看看是不是好了
-
RE: Openwrt-widora编译错误XML::Parser perl module is required for intltool的解决方法
在自己编译固件时遇到这个问题了,但是在sudo perl -MCPAN -e shell 命令后,出现了很多操作,完全搞不懂,也没有最后出现install XML::Parser,到现在还是编译不成功,麻烦如果可以能不能写的详细些,供我们这些新手参考,谢谢