这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » DIY与开源设计 » 开源硬件 » 关于烧错固件后无法识别usb的问题

共15条 1/2 1 2 跳转至

关于烧错固件后无法识别usb的问题

菜鸟
2015-02-09 10:00:26     打赏
按照编译指导进行的编译1. compile kernel code:
    $cd lichee
    $./build.sh -p sun6i_fiber
2. select android product
    $cd ../android4.2
    $source build/envsetup.sh
    $lunch    //select corresponding product, eg: fiber-a31st    
3. copy kernel and modules to android product
    $extract-bsp    
4. comfile android system
    $make     
5. pack the img. file
    $pack    
f) using PhoenixSuit, burn the img. file to your products. 

编译的过程按照教程给的,但是由于教程给的和实际的不一样,烧成了a31stm的固件

烧录进去后,用hdmi转vga能看得到截面,但usb无法识别。后来无奈之下使用了sd卡尝试官方给的固件,usb是有反应了,但是看不到界面了。而且想用线刷也刷不了啊。请问有方法解救吗?



助工
2015-02-09 17:27:15     打赏
2楼
android4.4 需要手动开启usb debug调试

菜鸟
2015-02-09 20:34:26     打赏
3楼
检查过了,usb调试是开启了的。也检查了电脑的驱动,驱动那边显示一个感叹号。本来估计的结果是驱动出错,试着重新安装驱动。但是还是没能解决,尝试过多个固件,有usb能被识别的。但是现在想刷到开发板里面刷不进去。

助工
2015-02-10 08:52:43     打赏
4楼
有什么提示吗?刷机过程中

菜鸟
2015-02-10 09:14:30     打赏
5楼
没有错误提示。而且即使是官方的固件也是一样的。

助工
2015-02-11 11:18:27     打赏
6楼
连接串口,看打印信息

菜鸟
2015-02-26 13:55:19     打赏
7楼
串口那边是一连串的权限不足,要不就是找不到相应的文件。。。。然后,在sd卡中刷了n多次之后,忽然发现开发板的系统也跟刷到sd卡里的系统一样了,算是解决了吧。

助工
2015-02-26 14:40:22     打赏
8楼
理解错误还是?

助工
2015-02-26 14:40:22     打赏
9楼
理解错误还是?

菜鸟
2015-03-05 15:54:58     打赏
10楼

我现在也搞不太懂,只要我烧错一个系统之后,就烧不回来了。之前能用的系统烧了后也出错。弄得我现在都不敢随便改内核的东西了。目前又有新的提示,纠了个结。


Starting kernel ...


[    1.156645] sun6i_vibrator_init motor is not used in config
[    1.233630] otg_wakelock_init: No OTG transceiver found
[    3.615537] init: width = 1280
[    3.618954] init: height = 720
[    3.622396] init: s.st_size = 3145728
[    3.626476] init: logo match failed!fbsize = 3686400
[    3.653595] init: dont need format /dev/block/by-name/UDISK
[    6.108739] [VFE_DEV_I2C_ERR]cci_write_a16_d8 error! slave = 0x36, addr = 0x3000, value = 0x   0
[    6.108748]  
[    6.120565] [VFE_DEV_I2C_ERR]cci_write_a16_d8 error! slave = 0x36, addr = 0x3000, value = 0x   0
[    6.120573]  [i2c0] incomplete xfer (status: 0x20, dev addr: 0x36)
[    6.120767] [VFE_DEV_I2C_ERR]cci_write_a16_d8 error! slave = 0x36, addr = 0x3000, value = 0x   0
[    6.120775]  [OV5647]error at sensor_write_array
[    6.120986] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x36, addr = 0x 100, value = 0xe6
[    6.120994]  [i2c0] incomplete xfer (status: 0x20, dev addr: 0x36)
[    6.121187] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x36, addr = 0x 100, value = 0xe6
[    6.121196]  [i2c0] incomplete xfer (status: 0x20, dev addr: 0x36)
[    6.121388] [VFE_DEV_I2C_ERR]cci_read_a16_d8 error! slave = 0x36, addr = 0x 100, value = 0xe6
[    6.121396]  [OV5647]soft stby falied!
[    6.247346] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    6.252098] [VFE_DEV_I2C_ERR]cci_write_a8_d8 error! slave = 0x21, addr = 0xf0, value = 0x 0
[    6.252107]  [i2c0] incomplete xfer (status: 0x20, dev addr: 0x21)
[    6.252300] [VFE_DEV_I2C_ERR]cci_write_a8_d8 error! slave = 0x21, addr = 0xf0, value = 0x 0
[    6.252308]  [i2c0] incomplete xfer (status: 0x20, dev addr: 0x21)
[    6.252501] [VFE_DEV_I2C_ERR]cci_write_a8_d8 error! slave = 0x21, addr = 0xf0, value = 0x 0
[    6.252509]  [CSI_ERR][GC0307]error at sensor_write_array
shell@android:/ $ [   20.171105] init: sys_prop: permission denied uid:1003  name:service.bootanim.exi


共15条 1/2 1 2 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]