You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing the same issue mentioned in this pull request, but with a Raspberry Pi 4.
Running a “Hello World” sample on the Raspberry Pi 4 using Ivan’s fork works correctly, as shown in the logs below:
## Starting application at 0x10000000 ...
LDR|INFO: altloader for seL4 starting
LDR|INFO: Flags: 0x0000000000000001
seL4 configured as hypervisor
LDR|INFO: Kernel: entry: 0x0000008001000000
LDR|INFO: Root server: physmem: 0x0000000001247000 -- 0x000000000124f000
LDR|INFO: virtmem: 0x000000008a000000 -- 0x000000008a008000
LDR|INFO: entry : 0x000000008a000000
LDR|INFO: region: 0x00000000 addr: 0x0000000001000000 size: 0x0000000000243000 offset: 0x0000000000000000 type: 0x0000000000000001
LDR|INFO: region: 0x00000001 addr: 0x0000000001247000 size: 0x00000000000075e0 offset: 0x0000000000243000 type: 0x0000000000000001
LDR|INFO: region: 0x00000002 addr: 0x0000000001243000 size: 0x00000000000009a0 offset: 0x000000000024a5e0 type: 0x0000000000000001
LDR|INFO: region: 0x00000003 addr: 0x0000000001244000 size: 0x0000000000000390 offset: 0x000000000024af80 type: 0x0000000000000001
LDR|INFO: region: 0x00000004 addr: 0x0000000001245000 size: 0x0000000000001070 offset: 0x000000000024b310 type: 0x0000000000000001
LDR|INFO: copying region 0x00000000
LDR|INFO: copying region 0x00000001
LDR|INFO: copying region 0x00000002
LDR|INFO: copying region 0x00000003
LDR|INFO: copying region 0x00000004
LDR|INFO: CurrentEL=EL2
LDR|INFO: Resetting CNTVOFF
LDR|INFO: enabling MMU
LDR|INFO: jumping to kernel
Bootstrapping kernel
available phys memory regions: 3
[1000000..3b400000]
[40000000..fc000000]
[100000000..200000000]
reserved virt address space regions: 3
[8001000000..8001243000]
[8001243000..8001247000]
[8001247000..800124f000]
Booting all finished, dropped to user space
MON|INFO: Microkit Bootstrap
MON|INFO: bootinfo untyped list matches expected list
MON|INFO: Number of bootstrap invocations: 0x00000009
MON|INFO: Number of system invocations: 0x00000023
MON|INFO: completed bootstrap invocations
MON|INFO: completed system invocations
hello, world
However, running the same sample in the seL4/microkit project, which includes minor changes to support the Raspberry Pi 4 similar to Ivan’s fork, encounters issues. Both the seL4's branch and commit I am using are compatible with what is mentioned in the README.md. The logs for this attempt are as follows:
It seems there is a difference in depth between Ivan’s fork and the main project. Is there a reason why the supported boards in Ivan’s fork have not been added to the main project?
The text was updated successfully, but these errors were encountered:
I haven't added support for Raspberry Pi because it's a very annoying and difficult platform to work with. However, if the community wants it I can add it, I understand it's a popular platform.
Is there a reason why the supported boards in Ivan’s fork have not been added to the main project?
Is there anything else missing other than the Raspberry Pi 4? My plan wasn't to add every single platform that seL4 supports unless people wanted them, feel free to post an issue if there are more platforms missing.
Thank you for your response and for considering the community’s needs. I understand that the Raspberry Pi can be a challenging platform to work with. However, given its popularity, adding support for it would be greatly appreciated by many users, including myself.
Also, I appreciate your openness to adding more platforms based on community demand. Besides the Raspberry Pi platforms, I don’t have any other specific platforms in mind at the moment, but I’ll post an issue if I come across any.
I am experiencing the same issue mentioned in this pull request, but with a Raspberry Pi 4.
Running a “Hello World” sample on the Raspberry Pi 4 using Ivan’s fork works correctly, as shown in the logs below:
However, running the same sample in the seL4/microkit project, which includes minor changes to support the Raspberry Pi 4 similar to Ivan’s fork, encounters issues. Both the seL4's branch and commit I am using are compatible with what is mentioned in the README.md. The logs for this attempt are as follows:
It seems there is a difference in depth between Ivan’s fork and the main project. Is there a reason why the supported boards in Ivan’s fork have not been added to the main project?
The text was updated successfully, but these errors were encountered: