t;
> $ git clone -b1.1.2 master https://github.com/raspberrypi/pico-sdk.git
>
>
> -Original Message-
> From: Nakamura, Yuuichi (SGC)
> Sent: Monday, November 22, 2021 3:11 PM
> To: dev@nuttx.apache.org; malek.l...@gmail.com
> Cc: Nakamura, Yuuichi (SGC)
> Subject:
, Yuuichi (SGC)
Subject: RE: Raspberry Pi Pico Not Responing
Hi Lukas and Alan,
Would you try the following command to get the Raspberry Pi Pico SDK ?
$ git clone -r1.1.2 master https://github.com/raspberrypi/pico-sdk.git
NuttX for Raspberry Pi Pico uses a part of Pico SDK for bootloader, but
k
Cc: dev
Subject: Re: Raspberry Pi Pico Not Responing
I forgot to copy the mailing list, it could help other users in the future.
BR,
Alan
On 11/21/21, Alan Carvalho de Assis wrote:
> Hi Lukas,
>
> I just tested here using the usbnsh:
>
> ./tools/configure.sh raspberrypi-p
I forgot to copy the mailing list, it could help other users in the future.
BR,
Alan
On 11/21/21, Alan Carvalho de Assis wrote:
> Hi Lukas,
>
> I just tested here using the usbnsh:
>
> ./tools/configure.sh raspberrypi-pico:usbnsh
>
> After compiled I copied the nuttx.uf2 to the rasp pico disk a
Did it work for you?
On 11/20/21, Alan Carvalho de Assis wrote:
> Hi Lukas,
>
> I just installed Ubuntu 21.04 and followed the README.txt and
> duplicated your issue:
>
> $ sudo apt-get install automake bison build-essential flex
> gcc-arm-none-eabi gperf git libncurses5-dev libtool libusb-dev
>
Hi Lukas,
I just installed Ubuntu 21.04 and followed the README.txt and
duplicated your issue:
$ sudo apt-get install automake bison build-essential flex
gcc-arm-none-eabi gperf git libncurses5-dev libtool libusb-dev
libusb-1.0.0-dev pkg-config git
$ git clone -b master https://github.com/raspbe
Dear Sir/Madam,
I have been struggling for more than three days with building nuttx for
Raspberry Pi Pico. I follow the guide Getting started. At the
compilation, I run the following commands to compile the Nuttx.
/$git clone -b master https://github.com/raspberrypi/pico-sdk.git//
//$export P