Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. aromate
    A
    • Profile
    • Following 0
    • Followers 0
    • my integral 37
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    aromateLV 1

    @aromate

    37
    integral
    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aromate Unfollow Follow

    Latest posts made by aromate

    • Reply: MQ-Quad H616 主线内核编译调试记录(u-boot、kernel、buildroot)

      make CROSS_COMPILE=aarch64-linux-gnu- PLAT=<platform> DEBUG=1 bl31

      此处有错误, 实测应该是这个:
      make CROSS_COMPILE=aarch64-none-elf- PLAT=sun50i_h616 DEBUG= bl31

      解释:
      三元组不对,目标平台none,生成格式elf,固件没有目标平台(linux)

      posted in H616系列-OTT
      A
      aromate