Ethernet function with a uf2 file on Raspberry Pi pico

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
Louiswiz
 
Posts: 1
Joined: Wed Oct 27, 2021 10:18 pm

Ethernet function with a uf2 file on Raspberry Pi pico

Post by Louiswiz »

Hi all,

I'm using CircuitPython by uploading it on the Raspberry Pi Pico board.

I tried to make a uf2 file according to the contents in the guide.(https://learn.adafruit.com/building-cir ... cuitpython)

I want to create a uf2 file with added network functionality. Is there a way to get and use the Adafruit_wiznet5k file provided by Bundle?

Just as Adafruit_bus_device is ported, I would like to add a wiznet5k library.

Instead of adding a library to the lib file, we try to implement the ethernet function with a uf2 file. Can you help me?

Thank you.

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Ethernet function with a uf2 file on Raspberry Pi pico

Post by mikeysklar »

Why you would want a custom UF2 file for the Pico rather than just adding Wiznet library to the lib/ folder afterwards.

Regardless we can try and help you build the customize UF2. Did you make the necessary customization to the mpconfigboard.mk file for the Pico? What happens during build that fails to generate the UF2?

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”