Webrepl missing in arduino rp2040 port

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
tecdroid
Posts: 27
Joined: Thu Apr 08, 2021 6:22 am

Webrepl missing in arduino rp2040 port

Post by tecdroid » Tue Feb 08, 2022 4:25 pm

Hi,
i just mentioned that webrepl isn't on the arduino rp2040 port. since i just had the idea of a boxed robot, i'd like to use webrepl.
Sadly, i cannot compile it myself..
linker tells me
/usr/lib/gcc/arm-none-eabi/8.3.1/../../../arm-none-eabi/bin/ld: CMakeFiles/firmware.dir/home/tecdroid/git/micropython/lib/mynewt-nimble/porting/nimble/src/nimble_port.c.obj: in function `nimble_port_init':
nimble_port.c:(.text.nimble_port_init+0x10): undefined reference to `ble_store_ram_init'
collect2: error: ld returned 1 exit status
dunno how to fix it..

so is there any existing rp2040 port with webrepl?

tecdroid
Posts: 27
Joined: Thu Apr 08, 2021 6:22 am

Re: Webrepl missing in arduino rp2040 port

Post by tecdroid » Wed Feb 09, 2022 7:01 am

i just checked out a completely new clone of mp and it compiled. I recently compiled some stm32.
is it possible that compiling for multiple controllers interfere?

Post Reply