Deutsch   English   Français   Italiano  
<m48g7uFme0qU3@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.misc
Subject: Re: F2FS On USB Sticks?
Date: 22 Mar 2025 19:09:50 GMT
Lines: 32
Message-ID: <m48g7uFme0qU3@mid.individual.net>
References: <vrikv7$icpd$1@dont-email.me> <sm0v7s2spt5.fsf@lakka.kapsi.fi>
	<lYednSXFeZiM00D6nZ2dnZfqnPudnZ2d@giganews.com>
	<g520blxb3v.ln2@Telcontar.valinor> <vrkdlc$257qv$3@dont-email.me>
	<m46f8sFcqfqU2@mid.individual.net> <vrmebq$1sbl$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net hYTaV1nCBWxs+MfOgIUSVAZnzOFV2MlXAlH/DWKTOTBYHJYP0c
Cancel-Lock: sha1:iMnWMabd2/jGK71k9zIVO+EbbUw= sha256:Sd+iUKfvrYe6ip0rQ8UzjOambGwZQ5+i9aCxRnPk/wc=
User-Agent: Pan/0.160 (Toresk; )
Bytes: 2166

On Sat, 22 Mar 2025 13:35:54 +0000, The Natural Philosopher wrote:

> The PICO has no filesystem. IN use you hold a button down while powering
> up and it's Flash presents itself as a USB drive. You copy a special
> binary file of compiled code onto that 'drive', and it reboots and runs
> it..

Okay, you hold down BOOTSEL when plugging it into the USB. Then it shows 
up on Files as RP2350.  If you click on that you see INDEX.HTM and 
INFO_UF2.TXT. If you look at Properties it reports 2 items totaling 305 
bytes and 134.1 MB free. 

df -Th /dev/sda1
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/sda1      vfat  128M  8.0K  128M   1% /media/xxxxx/RP2350

Then you can

cp blink.uf2 /media/xxxxx/RP2350/

and, lo and behold, it starts blinking and vanishes from the file system!  
I'm lazy so after it blinks 20 times it calls 

reset_usb_boot(0, 0);

and miraculously reappears mounted.  How does it do all this without a 
file system known to Ubuntu? I won't even ask why after copying the 
CircuitPython uf2 it reboots mounted as CIRCUITPYTHON and you can copy .py 
files directly. 

My comment had nothing to do with the programmatic use of the flash 
memory, only how the Pico presents as a mass storage device.