Giter Site home page Giter Site logo

Comments (4)

Theshy25 avatar Theshy25 commented on September 26, 2024

一旦合入上述的commit即无法正常启动

from rt-thread.

Theshy25 avatar Theshy25 commented on September 26, 2024

该平台使用独立的板卡初始化函数rt_hw_board_init(rt-thread/bsp/rockchip/rk3568/driver/board.c),在调用rt_hw_mmu_map_init初始化rt_mmu_info结构体时,使用的虚拟内存地址区间不满足初始化的内存区间判断,导致rt_page_init初始化失败运行至ASSERT处

from rt-thread.

Theshy25 avatar Theshy25 commented on September 26, 2024
rt_hw_mmu_map_init(&rt_kernel_space, (void *)0xffffd0000000, 0x10000000, MMUTable, 0);使用rt-thread/libcpu/aarch64/common/setup.c下初始化rt_mmu_info结构体的虚拟地址空间的虚拟地址的起始地址与大小,即可正常启动

from rt-thread.

BernardXiong avatar BernardXiong commented on September 26, 2024
rt_hw_mmu_map_init(&rt_kernel_space, (void *)0xffffd0000000, 0x10000000, MMUTable, 0);

使用rt-thread/libcpu/aarch64/common/setup.c下初始化rt_mmu_info结构体的虚拟地址空间的虚拟地址的起始地址与大小,即可正常启动

欢迎PR修正

from rt-thread.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.