Re: [linux-sunxi] Xen Dom0 Boot Stucked in ***LOADING DOMAIN 0*** (on Orange Pi PC 2)

2018-03-25 Thread André Przywara
On 25/03/18 18:41, cr33dc0...@gmail.com wrote: > Hi Everyone!, > > During my process of get Xen running on the Orange Pi PC 2, i run into a > deadlock (in case of my knowledge). I guess you just don't see any output, really. What is your kernel config? Did you enable the Xen options? Check for CO

[linux-sunxi] Xen Dom0 Boot Stucked in ***LOADING DOMAIN 0*** (on Orange Pi PC 2)

2018-03-25 Thread cr33dc0d3r
Hi Everyone!, During my process of get Xen running on the Orange Pi PC 2, i run into a deadlock (in case of my knowledge). Normally: - Build Xen -> put on sd card - Modify Boot.scr - Boot Xen (without anything) - Build Dom0 -> put on sd card - Boot Xen which then boots Dom0 However, in my Ca

[linux-sunxi] [PATCH 1/3] arm: dts: sun7i: Update Ainol AW1 dts

2018-03-25 Thread Paul Kocialkowski
This introduces a newer dts for the Ainol AW1, that will be the base for introducing upstream Linux support for the device. This update in U-Boot allows fixing USB OTG detection, that was missing from the previous dts. Signed-off-by: Paul Kocialkowski --- arch/arm/dts/sun7i-a20-ainol-aw1.dts |

[linux-sunxi] [PATCH 3/3] sunxi: Add extra I2C bus support to Ainol AW1 defconfig

2018-03-25 Thread Paul Kocialkowski
I2C bus 1 is used for the accelerometer and i2c bus 2 for the touchscreen of the device. While these are not supported in U-Boot, its command line can be used to access these peripherals. Signed-off-by: Paul Kocialkowski --- configs/Ainol_AW1_defconfig | 2 ++ 1 file changed, 2 insertions(+) di

[linux-sunxi] [PATCH 2/3] sunxi: Add USB0 ID detection pin to Ainol AW1 defconfig

2018-03-25 Thread Paul Kocialkowski
This adds the detection pin for the USB OTG port of the tablet. It allows properly detecting OTG cables and using connected devices when they are supported. Signed-off-by: Paul Kocialkowski --- configs/Ainol_AW1_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/Ainol_AW1_defc