CubieBoard中文论坛

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

cubieboard5 h8 soc 更新u-boot遇到machine id 错误

[复制链接]
发表于 2018-12-19 21:53:07 | 显示全部楼层 |阅读模式
  1. => setenv bootcmd 'console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p2;fatload mmc 1 40007800 uImage;bootm 40007800;'
  2. => setenv baudrate 115200
  3. => setenv stderr serial
  4. => setenv stdin serial
  5. => setenv stdout serial
  6. => saveenv
  7. Saving Environment to FAT... OK
  8. => setenv arch_number 00001029
  9. => saveenv
  10. Saving Environment to FAT... OK
  11. => boot
  12. 5669976 bytes read in 554 ms (9.8 MiB/s)
  13. ## Booting kernel from Legacy Image at 40007800 ...
  14.    Image Name:   Linux-3.4.39
  15.    Image Type:   ARM Linux Kernel Image (uncompressed)
  16.    Data Size:    5669912 Bytes = 5.4 MiB
  17.    Load Address: 40008000
  18.    Entry Point:  40008000
  19.    Verifying Checksum ... OK
  20. EHCI failed to shut down host controller.
  21. EHCI failed to shut down host controller.
  22.    Loading Kernel Image ... OK

  23. Starting kernel ...


  24. Error: unrecognized/unsupported machine ID (r1 = 0x00000000).

  25. Available machine support:

  26. ID (hex)        NAME
  27. 00001029        sun8i

  28. Please check your kernel config and/or bootloader.

复制代码
如上的log,已经更新u-boot到
  1. U-Boot SPL 2018.11 (Dec 19 2018 - 12:21:12 +0800)
  2. DRAM: 2048 MiB
  3. Trying to boot from MMC2


  4. U-Boot 2018.11 (Dec 19 2018 - 12:21:12 +0800) Allwinner Technology

  5. CPU:   Allwinner A83T (SUN8I 1673)
  6. Model: Cubietech Cubietruck Plus
  7. I2C:   ready
  8. DRAM:  2 GiB
  9. MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
复制代码
发现引导内核出现错误,百度没有找能能解决问题的方法,修改u-boot不知道要修改哪个文件和什么地方,请指点

回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-3-29 19:20 , Processed in 0.025398 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部