RISC-V MCU中文社区

【求助】 DDR200T 参照 Booting Linux on Nuclei HummingBird Board

发表于 开源蜂鸟E203 2021-05-10 13:37:55
1
1897
0

DDR200T参照 Booting Linux on Nuclei HummingBird Board
将生成的work/boot.zip  copy到sd卡 重启板子,

系统卡在:

OpenSBI v0.9
   ____                    _____ ____ _____
  / __ \                  / ____|  _ \_   _|
 | |  | |_ __   ___ _ __ | (___ | |_) || |
 | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |
 | |__| | |_) |  __/ | | |____) | |_) || |_
  \____/| .__/ \___|_| |_|_____/|____/_____|
        | |
        |_|

Platform Name             : Nuclei Demo SoC
Platform Features         : timer,mfdeleg
Platform HART Count       : 1
Firmware Base             : 0xa0000000
Firmware Size             : 84 KB
Runtime SBI Version       : 0.2

Domain0 Name              : root
Domain0 Boot HART         : 0
Domain0 HARTs             : 0*
Domain0 Region00          : 0x00000000a0000000-0x00000000a001ffff ()
Domain0 Region01          : 0x0000000000000000-0xffffffffffffffff (R,W,X)
Domain0 Next Address      : 0x00000000a0200000
Domain0 Next Arg1         : 0x00000000a8000000
Domain0 Next Mode         : S-mode
Domain0 SysReset          : yes

Boot HART ID              : 0
Boot HART Domain          : root
Boot HART ISA             : rv64imafdcsu
Boot HART Features        : scounteren,mcounteren,time
Boot HART PMP Count       : 16
Boot HART PMP Granularity : 4096
Boot HART PMP Address Bits: 30
Boot HART MHPM Count      : 0
Boot HART MHPM Count      : 0
Boot HART MIDELEG         : 0x0000000000000222
Boot HART MEDELEG         : 0x000000000000b109


未继续加载 u-boot.  

喜欢0
用户评论 (1)
  • 杜都督

    2021-05-11 08:33:40 杜都督 1#


    diff --git a/Makefile b/Makefile
    index 5d53dca..4683c99 100644
    --- a/Makefile
    +++ b/Makefile
    @@ -2,7 +2,7 @@
     ## CORE Supported:
     ## ux600/ux900: rv64imac, lp64
     ## ux600fd/ux900fd: rv64imafdc, lp64d
    -CORE ?= ux600
    +CORE ?= ux600fd
     ## Makefile Variable BOOT_MODE
     ## BOOT_MODE Supported:
     ## sd: boot from flash + sdcard, extra SDCard is required(kernel, rootfs, dtb placed in it)
    



    将 CORE 修改为 ux600fd 可以 继续加载uboot 并正常启动

杜都督

杜都督 实名认证

懒的都不写签名

积分
问答
粉丝
关注
  • RV-STAR 开发板
  • RISC-V处理器设计系列课程
  • 培养RISC-V大学土壤 共建RISC-V教育生态
RV-STAR 开发板