CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 16984|回复: 4

CubieBoard3板子使用卡系统后,nand系统丢失

[复制链接]
发表于 2014-12-23 23:47:57 | 显示全部楼层 |阅读模式
本帖最后由 ahha007 于 2018-3-2 13:19 编辑

nand为android v3固件,卡刷百度盘上的cubieez固件,每次进入cubieez系统后,拔掉tf卡,android系统就进不去了
串口输出如下
  1. HELLO! BOOT0 is starting!
  2. boot0 version : 3.0.0
  3. dram size =2048
  4. sum=0x65176209
  5. src_sum=0x65176209
  6. Ready to disable icache.
  7. Jump to secend Boot.
  8. [      0.130]

  9. U-Boot 2011.09-rc1-00003-ge89ab14-dirty (Jan 03 2014 - 12:57:33) Allwinner Technology

  10. [      0.140]version: 1.1.0
  11. [      0.143]pmbus:   ready
  12. [      0.247]PMU: AXP209
  13. [      0.250]PMU: AXP20x found
  14. [      0.253]PMU: bat ratio = 100
  15. [      0.257]after set, dcdc2 =1450mv
  16. [      0.260]PMU: dcdc2 1450
  17. [      0.263]PMU: pll1 912 Mhz
  18. boot_clock = 912
  19. dcdc2_vol = 1450
  20. [      0.271]after set, dcdc2 =1450mv
  21. dcdc3_vol = 1300
  22. ldo2_vol = 3000
  23. ldo3_vol = 2800
  24. ldo4_vol = 2800
  25. power_start = 1
  26. storage_type = -1
  27. usb_recovery = 1
  28. find power_sply to end
  29. fel key old mode
  30. run key detect
  31. no key found
  32. no key input
  33. dram_para_set start
  34. dram_para_set end
  35. [      0.307]DRAM:  2 GiB
  36. relocation Offset is: 75b23000
  37. donn't initialize ther user_gpio (main_key:boot_init_gpio)
  38. DRV_DISP_Init: opened
  39. [      0.521]boot_disp.output_type=4
  40. [      0.525]boot_disp.output_mode=11
  41. [      0.528]boot_disp.auto_hpd=1
  42. workmode = 0
  43. [      1.832]NAND: NAND_UbootInit
  44. NB1 : enter NAND_LogicInit
  45. nand : get id_number_ctl from script, 3
  46. not burn nand partition table!
  47. NB1 : nand_info_init fail
  48. [      8.275]nand init fail
  49. fail to find part named env
  50. Using default environment

  51. In:    serial
  52. Out:   serial
  53. Err:   serial
  54. --------fastboot partitions--------
  55. mbr not exist
  56. base bootcmd=run setargs_nand boot_normal
  57. bootcmd set setargs_nand
  58. key 0
  59. recovery key high 6, low 4
  60. cant find fstbt value
  61. no misc partition is found
  62. to be run cmd=run setargs_nand boot_normal
  63. the part isn't exist
  64. WORK_MODE_BOOT
  65. WORK_MODE_BOOT
  66. [      8.313]Hit any key to stop autoboot:  0
  67. cant find part named boot
  68. sunxi_flash - sunxi_flash sub-system

  69. Usage:
  70. sunxi_flash read command parmeters :
  71. parmeters 0 : addr to load(hex only)
  72. parmeters 1 : the name of the part to be load
  73. [parmeters 2] : the number of bytes to be load(hex only)
  74. if [parmeters 2] not exist, the number of bytes to be load is the size of the part indecated on partemeter 1
  75. boota: bad boot image magic, maybe not a boot.img?
  76. sunxi#
复制代码
是我操作有误么?



回复

使用道具 举报

发表于 2014-12-24 10:37:06 | 显示全部楼层
本帖最后由 @allen 于 2015-6-15 09:55 编辑


正解:


#mount /dev/mmcblk0p1 /mnt
#cd /mnt
#bin2fex script.bin script.fex
#vi script.fex
将 'nand_used=1' 改为 'nand_used=0'
#fex2bin script.fex script.bin
#cd
#umount /mnt
#reboot

重新刷NAND FLASH ,卡系统以后不会破坏NAND 的系统了。
http://docs.cubieboard.org/tutor ... oid/lubuntu_dual_os



回复 支持 反对

使用道具 举报

发表于 2015-3-31 20:44:24 | 显示全部楼层
從上面錯誤看,應該是 nand 未準備好,一直都是在用 TF 卡。

NB1 : enter NAND_LogicInit
nand : get id_number_ctl from script, 3
not burn nand partition table!
NB1 : nand_info_init fail
[      8.275]nand init fail
fail to find part named env
回复 支持 反对

使用道具 举报

发表于 2015-5-20 20:54:29 | 显示全部楼层
怎么解决啊,小白同求!!
回复 支持 反对

使用道具 举报

发表于 2015-6-15 09:23:19 | 显示全部楼层
@allen 发表于 2014-12-24 10:37
http://docs.cubieboard.org/tutorials/cb2/development/how_to_use_android/lubuntu_dual_os

买回来郁闷了好几天,就是出这问题,终于找到了你的解决办法,希望能管用,晚上回去试试
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-3-28 17:18 , Processed in 0.022270 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部