Dear seL4 community members,
I am trying to run seL4bench for Arm 53 Core platform, but it is getting stuck.
Whereas, I am able to run seL4test application with the same ELF-loader & seL4 Microkernel which just boots fine and launches the seL4test application on my hardware, but fails for seL4bench test.
Here with the boot log for seL4bench test.
Boot log******************************************************************************
Starting application at 0x80867000 …
ELF-loader started on CPU: ARM Ltd. Cortex-A53 r0p4
paddr=[80867000…80a7c1a7]
No DTB passed in from boot loader.
Looking for DTB in CPIO archive…found at 808998a0.
Loaded DTB from 808998a0.
paddr=[8022b000…80239fff]
ELF-loading image ‘kernel’ to 80000000
paddr=[80000000…8022afff]
vaddr=[ffffff8080000000…ffffff808022afff]
virt_entry=ffffff8080000000
ELF-loading image ‘sel4benchapp’ to 8023a000
paddr=[8023a000…80472fff]
vaddr=[400000…638fff]
virt_entry=422940
Enabling MMU and paging
Jumping to kernel-image entry point…
Going for init_arm_kernel_t
After this console hangs.
While analyzing this, it was observed that, its getting stuck while providing the Information about the image we are loading.
at this ((init_arm_kernel_t)kernel_info.virt_entry)(user_info.phys_region_start,
user_info.phys_region_end,
user_info.phys_virt_offset,
user_info.virt_entry,
(word_t)dtb,
dtb_size);
The source for sel4 bench is taken from below link
If any other details are required or if this post belongs somewhere else, please let me know! Any guidance is appreciated.
Regards,
Vishal