Dev-Board for Nuttx

2022-10-25 Thread michael . schmid
Dear Nuttx developers, we have developed the EsPiff (ESP32+RP2040 on the Raspberry Pi Form Factor), a open source board to replace RasPi's and there clones, where the high processing power and/or Linux is not needed, but stability and the reuse of RasPi HATs are required. The github home is

[DISCUSS] NuttX graduation: Draft Resolution

2022-10-25 Thread Nathan Hartman
Dear NuttX community, As our community VOTE [1] for graduation to Top Level Project has PASSED [2], the next steps are: (1) Draft our Charter/Resolution (2) Decide members of the initial Project Management Committee (PMC) (3) Choose the 1st Vice President of the proposed Apache NuttX PMC Please

Re: [RESULT][VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Tomek CEDRO
sorry, "me can read wrong"^tm :-) CONGRATULATIONS!! ALL +1 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Tue, Oct 25, 2022, 21:13 Tomek CEDRO wrote: > did i miss the one -1 vote? o_O > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >

Re: [RESULT][VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Tomek CEDRO
did i miss the one -1 vote? o_O -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

[RESULT][VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Nathan Hartman
The Apache NuttX (Incubating) PPMC's community vote [1] to graduate has PASSED with: * 18 +1 votes (14 binding, 4 non-binding) * No +/-0 votes * No -1 votes We will now proceed to compose our project's charter in preparation to bring this vote to the IPMC. Thank you to all who participated in th

Re: [VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Nathan Hartman
On Fri, Oct 21, 2022 at 8:46 AM Nathan Hartman wrote: > > Dear Apache NuttX Community, > > Following the [DISCUSS] thread which has gone 72 hours without any > further issues raised [1]: > > This is a call to VOTE on Graduation of Apache NuttX from the > Incubator to Top-Level Project (TLP). > > P

Re: NuttX protected mode on ESP32

2022-10-25 Thread Gustavo Henrique Nihei
Hi Robert, The list of commands you've posted is missing the "make bootloader" command. The "esp32-devkitc:knsh" configuration defines the "CONFIG_ESP32_BOOTLOADER_BUILD_FROM_SOURCE" entry, which requires that the bootloader firmware image be built from source. This is because when Protected Mode

NuttX protected mode on ESP32

2022-10-25 Thread Robert Alexa
Hi all, I've been trying to boot NuttX in protected mode on my ESP32-Wroom board, but I'm running into a few issues unfortunately. Below is a small excerpt taken from my Ubuntu (running on a VMWare workstation) illustrating the commands I am currently using in order to try and flash the board. r