|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Bug] Bring up Dom0 on Arm board
(+ Bertrand and Stefano) Hello, On 06/01/2023 06:41, 蔡力刚 wrote: I try to run Xen on a Rockchip RK3588 board and encountered some problems. The command I used: load mmc 1:1 0xC400000 dom0-Image; load mmc 1:1 0x47C00000 xen4.14.5; We have made a lot of improvement since Xen 4.14. This is also out of support since January 2022. It is still security supported but not for long (July 2023). Would you be able to try Xen 4.17 (this was released a month ago)? IRQ_TYPE_EDGE_RISING to IRQ_TYPE_LEVEL_HIGH.Based on this change, I would say the call to irq_set_spi_type() (called from platform_get_irq()) will return -1. The function will validate the type and will throw an error if there is a problem. Can you confirm whether the interrupt is shared with another device? Is it described twice in the DT? If yes to one of the two questions. Is the type different?You could also print the old and new type in irq_set_spi_type() to confirm the difference. A few questions:* What is the corresponding device in the host physical address space for 0xfe600000? * What is the UART on your board? Is there any specific workaround required? Do you have any log in the kernel indicating why the mali and/or the mmc driver didn't load?3. In Dom0, the dev mali0 and mmcblk2 is missing, and weston running failed. Also, can you confirm that the same kernel image works without Xen? While I can't input in the console, I tried use console via ssh. In the /dev list, I can't find mali0 and mmcblk2(sdcard), In u-boot mode, mmcblk2 can be recognized, I loaded dom0-Image, xen, and dtb from mmcblk2. While booting without xen, the mali0 and mmcblk2 can be recognized, Is that something wrong with xen while Initialize the driver? 4. xl command can not executed, and seems to be suspended. xl requires the initscript (or systemd service) to be executed. The fact it hangs usually means this didn't happen. Just in case, can you also check that your kernel has been build with Xen support? Type the xl list or xl create command via ssh console, the command not responding until type ctrl+c. Type xl info command succeed, and show some info in the console. Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |