[Article] Porting NuttX to Avaota-A1 SBC (Allwinner A527 SoC)

2025-03-15 Thread Lee, Lup Yuen
This article explains how we ported NuttX from QEMU Arm64 Kernel Build to PINE64 Yuzuki Avaota-A1 SBC based on Allwinner A527 SoC ... Completed within 24 Hours! (1) Anyone porting NuttX from QEMU to Real SBC? This walkthrough shall be mighty helpful! (2) Avaota-A1 SBC is Open Source Hardware (CER

Re: Proposal: Common IOCTL API for RF Modulation Technologies

2025-03-15 Thread Sebastien Lorquet
Hello For me the wrong is not to change, but to break the old working thing. The old IOCTLs can be maintained. Either by design, or as a config option like CONFIG_WLIOC_ENABLE_LEGACY with default yes. That would work for me, I think, as it would allow running old code without changing it (or

Re: Proposal: Common IOCTL API for RF Modulation Technologies

2025-03-15 Thread Xiang Xiao
It's totally wrong to change interface definition or meaning by Kconfig. Interfaces mean some contract between kernel and userspace, how do applications follow the changing contract? On Fri, Mar 14, 2025 at 7:47 AM Nathan Hartman wrote: > Hi all, > > I like the fact that there has been a high le