Problem booting when using Nuttx on Qemu x86_64

2020-07-02 Thread Punit Agrawal
Hi, I am trying to run nuttx in a Qemu x86_64 VM but seem to be hitting some issue during early boot (as far as I can tell). I am using commit deb3b13759fe08 ("Udate TODO List") from yesterday. Following the instructions for the board qemu-intel64, I configured and built the nuttx.elf using -

Build failed in Jenkins: NuttX-Nightly-Build #209

2020-07-02 Thread Apache Jenkins Server
See Changes: -- [...truncated 310.12 KB...] Building NuttX... Normalize sim/minibasic Configur

Re: SAMA5D27 SDMMC support branch

2020-07-02 Thread Adam Feuer
Hi, I pushed a cleaned-up working SAMA5 SDMMC driver to this branch: https://github.com/starcat-io/incubator-nuttx/tree/feature/sama5d27-sdmmc-support It's ported from imxrt_usdhc.c, there were some differences but the structure is largely the same. This driver works with DMA, and can do widebus

BBC MicroBit (nRF51822) running NuttX

2020-07-02 Thread Alan Carvalho de Assis
Hi Everyone, It appears that someone is porting NuttX to BBC MicroBit board https://github.com/SaitoYutaka/incubator-nuttx Very interesting! He is testing on QEMU, maybe someone with an nRF51822 board could give it a try! ;-) BR, Alan

Re: Help with Apache Github Invite

2020-07-02 Thread Nathan Hartman
On Thu, Jul 2, 2020 at 1:16 PM Anthony Merlino wrote: > Is there an infra email address I should use to get help with this? Hi Anthony, It sounds to me like something fell through a crack somewhere. I think you should email us...@infra.apache.org. Sorry you're having all these issues... Hopefu

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-07-02 Thread Nathan Hartman
On Thu, Jul 2, 2020 at 1:12 PM Nathan Hartman wrote: > Summary: > +1 to release > > Development system: Linux > > Verified: > * Signatures (note GPG reports the key is expired) Correction, follow-up: I re-imported the key. GPG no longer reports the key as expired. My vote remains +1. Cheers, Nat

Re: Help with Apache Github Invite

2020-07-02 Thread Anthony Merlino
Justin, Is there an infra email address I should use to get help with this? Thank you, Anthony On Wed, Jul 1, 2020 at 7:19 PM Anthony Merlino wrote: > Justin, > > According to Github, I have 2FA enabled. It's been enabled for months. As > has my linking of ASF and Github user name. > > You

Re: [VOTE] Apache NuttX 9.1.0 (incubating) RC1 release

2020-07-02 Thread Nathan Hartman
On Tue, Jun 30, 2020 at 1:58 AM Brennan Ashton wrote: > Apache NuttX (Incubating) 9.1.0 has been staged under [1] and it's time > to vote on accepting it for release. If approved we will seek final > release approval from the IPMC. Voting will be open for 72hr. This RC > replaces RC0 which was ne

Re: Build failed in Jenkins: NuttX-Nightly-Build #208

2020-07-02 Thread Haitao Liu
sim:module32 config build break under ubuntu linux. MODULECC: chardev.c cc1: error: code model 'large' not supported in the 32 bit mode Makefile:79: recipe for target 'chardev.o' failed make[4]: *** [chardev.o] Error 1 It seems caused by the below change. @Takashi Yamamoto please take a look