Re: Article: NuttX on PinePhone: Fixing the Interrupts

2022-09-01 Thread Alan Carvalho de Assis
Hi Lup,

Are you planing to submit the support to mainline?

It should be nice to motivate more people to try it!

Question: is there some other lower cost Allwinner board that use this
same microcontroller?

BR,

Alan

On 8/31/22, Lee, Lup Yuen  wrote:
> NuttX on Pine64's PinePhone had some issues with Arm64 Interrupts. This
> article explains how I fixed them, also how I ported NuttX's GIC v2 from
> Arm32 to Arm64. (Generic Interrupt Controller)
>
> https://lupyuen.github.io/articles/interrupt
>
> Lup
>


Re: Article: NuttX on PinePhone: Fixing the Interrupts

2022-08-31 Thread Brennan Ashton
Nice work! You suckered me into getting one of these to follow along :)

--Brennan

On Wed, Aug 31, 2022, 6:48 PM Lee, Lup Yuen  wrote:

> NuttX on Pine64's PinePhone had some issues with Arm64 Interrupts. This
> article explains how I fixed them, also how I ported NuttX's GIC v2 from
> Arm32 to Arm64. (Generic Interrupt Controller)
>
> https://lupyuen.github.io/articles/interrupt
>
> Lup


Article: NuttX on PinePhone: Fixing the Interrupts

2022-08-31 Thread Lee, Lup Yuen
NuttX on Pine64's PinePhone had some issues with Arm64 Interrupts. This
article explains how I fixed them, also how I ported NuttX's GIC v2 from
Arm32 to Arm64. (Generic Interrupt Controller)

https://lupyuen.github.io/articles/interrupt

Lup