Re: F2FS On USB Sticks?

Liste des GroupesRevenir à ol misc 
Sujet : Re: F2FS On USB Sticks?
De : c186282 (at) *nospam* nnada.net (c186282)
Groupes : comp.os.linux.misc
Date : 24. Mar 2025, 08:49:11
Autres entêtes
Message-ID : <IdOdnRD-qIrjk3z6nZ2dnZfqnPadnZ2d@giganews.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 3/24/25 2:48 AM, rbowman wrote:
On Sun, 23 Mar 2025 23:36:04 -0400, c186282 wrote:
 
    Just recently bought two Ards ... the old Uno and a 2560.
    Have weather apps in mind and the libs easily do all the funky little
    devices and one-wires and such and there's megatons of docs.
 Well, you shouldn't run out of pins with the 2560. I've got a few Uno R3s
laying around and a couple of Nano 33 BLE Senses. The Nano is used in a
MIT ML course and they picked it because of all the onboard sensors rather
than a bunch of loose components. It's based on the Nordic Cortex M4 uc.
   The only prob with the much-better 2560 is that the pins
   aren't THE SAME AS ON THE Uno. There ARE lib tweaks, but
   you always have to make sure to port 'em forward.
   Used a couple dozen 2560s with add-on boards (commercial
   and hand-wired) for various purposes. Damned good units.
   The Uno is 'newbie', the 2560 is 'real world'.

    SOMEBODY does or did make something that looked a whole lot like a
    PI, but used some PIC instead. A Pi is faster,
    but the PIC likely uses lots less power and can go almost static
    between interrupts. Job, best tool. Note the Ard low-power lib is
    pretty damned good too, have used that with solar-powered units
    before.
 There were quite a few. I used to subscribe to Steve Ciarcia's 'Circuit
Cellar' and PIC projects were very popular.
   Ah ... guru Steve. Followed him almost forever !  :-)
   MOST fav - when asked his favorite programming lang
   he answered 'solder'  :-)

    But is Cortex-based REALLY a "PIC" ???
>
    16F84 was a PIC.
>
    My fave PICs are the 12Fxxx 8-pin little lovelies.
    So small, so cheap, so versatile. I've even used them to emulate
    ordinary logic gates if speed was not super-critical ... that cheap,
    and can be most anything you want, even drive a serial display.
 I've got some chips with a bunch of little legs that I assume are legacy
AVRs. You could do a lot with them,
   The AVRs kinda came to parallel PICS - very similar
   apps/environments.
   And yea, you can do a *LOT* with them.

    However the bigger pain/expense lies in the 'development
    systems/boards'. You don't just buy the chip - you have to be able to
    program it too. Discourages experimenters.
>
 https://www.mikroe.com/easyavr
   Seen the current PIC/AVR dev stuff ?
   They went from *a* handy serial
   programmer to one/more where you
   have to buy special adapters for
   most every kind of chip. This is
   EXPENSIVE.
   DID have the older programmer ... ZIF,
   could insert a huge variety of chips
   all in one small compact serial unit.
   Worked great. No 'emulation', just DID
   ITS JOB. Program and pop straight into
   your project boards.
   NOW ........

Yeah, the $215 is a barrier and then you wind up with a dead bug you have
to do something with. Of course you can go a lot cheaper:
   https://www.walmart.com/ip/AVR-Development-Board-NO-Chip-Included-DIY-
Set-for-8-48-with-USB-Input/2830964591
 Walmart? Yeah I'm sure the local superstore has a bunch of them. Must be
something similar for PICs or you can roll your own.
   I'm seeing less and less of the simple/practical
   "development/programming" environments for the
   basic micro-controllers. It's all *too* these
   days. Sounds like "marketers" got involved
   rather than bona-fide "developers".
   PICs and near relatives still have a significant
   role in today's projects/products. They provide
   what's NEEDED - can simplify/sort-it-out for
   the fancier processors for dirt cheap.
   There's a Serbian? Firm - MikroElectronika -
   that sells a very versatile development
   board/env for PICs or AVRs. The name may
   have changed, but the units still sell.
   They offer a 'C' or 'MikroPascal' env to
   build yer stuff. The board accomodates
   most everything - including up to serial
   GUIs. Price, last check, was fair.

Date Sujet#  Auteur
21 Mar 25 * F2FS On USB Sticks?133Lawrence D'Oliveiro
21 Mar 25 +* Re: F2FS On USB Sticks?21c186282
21 Mar 25 i`* Re: F2FS On USB Sticks?20The Natural Philosopher
21 Mar 25 i +- Re: F2FS On USB Sticks?1Richard Kettlewell
22 Mar 25 i `* Re: F2FS On USB Sticks?18Carlos E.R.
26 Mar 25 i  `* Re: F2FS On USB Sticks?17Lawrence D'Oliveiro
28 Mar 25 i   `* Re: F2FS On USB Sticks?16Carlos E.R.
28 Mar 25 i    +* Re: F2FS On USB Sticks?3Lawrence D'Oliveiro
28 Mar 25 i    i`* Re: F2FS On USB Sticks?2Carlos E.R.
29 Mar 25 i    i `- Re: F2FS On USB Sticks?1Lawrence D'Oliveiro
29 Mar 25 i    `* Re: F2FS On USB Sticks?12The Natural Philosopher
29 Mar 25 i     +* Re: F2FS On USB Sticks?6Richard Kettlewell
29 Mar 25 i     i`* Re: F2FS On USB Sticks?5Lawrence D'Oliveiro
29 Mar 25 i     i `* Re: F2FS On USB Sticks?4Richard Kettlewell
31 Mar 25 i     i  `* Re: F2FS On USB Sticks?3Lawrence D'Oliveiro
31 Mar 25 i     i   `* Re: F2FS On USB Sticks?2c186282
31 Mar 25 i     i    `- Re: F2FS On USB Sticks?1The Natural Philosopher
29 Mar 25 i     `* Re: F2FS On USB Sticks?5c186282
29 Mar 25 i      `* Re: F2FS On USB Sticks?4The Natural Philosopher
30 Mar 25 i       `* Re: F2FS On USB Sticks?3c186282
31 Mar 25 i        `* Re: F2FS On USB Sticks?2Ant
31 Mar 25 i         `- Re: F2FS On USB Sticks?1c186282
21 Mar 25 `* Re: F2FS On USB Sticks?111Anssi Saari
21 Mar 25  +- Re: F2FS On USB Sticks?1Carlos E.R.
21 Mar 25  `* Re: F2FS On USB Sticks?109c186282
21 Mar 25   +* Re: F2FS On USB Sticks?100Carlos E.R.
21 Mar 25   i+* Re: F2FS On USB Sticks?98The Natural Philosopher
22 Mar 25   ii+* Re: F2FS On USB Sticks?92rbowman
22 Mar 25   iii+* Re: F2FS On USB Sticks?6Computer Nerd Kev
22 Mar 25   iiii+- Re: F2FS On USB Sticks?1rbowman
22 Mar 25   iiii`* Re: F2FS On USB Sticks?4The Natural Philosopher
22 Mar 25   iiii `* Re: F2FS On USB Sticks?3Computer Nerd Kev
27 Mar 25   iiii  `* Re: F2FS On USB Sticks?2Lawrence D'Oliveiro
27 Mar 25   iiii   `- Re: F2FS On USB Sticks?1Computer Nerd Kev
22 Mar 25   iii+* Re: F2FS On USB Sticks?46c186282
22 Mar 25   iiii+* Re: F2FS On USB Sticks?11Marc Haber
22 Mar 25   iiiii+* Re: F2FS On USB Sticks?8Carlos E.R.
22 Mar 25   iiiiii`* Re: F2FS On USB Sticks?7Marc Haber
22 Mar 25   iiiiii +* Re: F2FS On USB Sticks?3Carlos E.R.
23 Mar 25   iiiiii i`* Re: F2FS On USB Sticks?2Marc Haber
23 Mar 25   iiiiii i `- Re: F2FS On USB Sticks?1Carlos E.R.
22 Mar 25   iiiiii `* Re: F2FS On USB Sticks?3Anssi Saari
22 Mar 25   iiiiii  +- Re: F2FS On USB Sticks?1Carlos E.R.
23 Mar 25   iiiiii  `- Re: F2FS On USB Sticks?1Marc Haber
27 Mar 25   iiiii`* Re: F2FS On USB Sticks?2Lawrence D'Oliveiro
27 Mar 25   iiiii `- Re: F2FS On USB Sticks?1c186282
22 Mar 25   iiii+* Re: F2FS On USB Sticks?32The Natural Philosopher
22 Mar 25   iiiii`* Re: F2FS On USB Sticks?31Carlos E.R.
22 Mar 25   iiiii `* Re: F2FS On USB Sticks?30rbowman
22 Mar 25   iiiii  +* Re: F2FS On USB Sticks?18Marc Haber
22 Mar 25   iiiii  i+* Re: F2FS On USB Sticks?8Anssi Saari
23 Mar 25   iiiii  ii+* Re: F2FS On USB Sticks?6Marc Haber
23 Mar 25   iiiii  iii`* Re: F2FS On USB Sticks?5Carlos E.R.
23 Mar 25   iiiii  iii `* Re: F2FS On USB Sticks?4David W. Hodgins
27 Mar 25   iiiii  iii  `* Re: F2FS On USB Sticks?3Lawrence D'Oliveiro
27 Mar 25   iiiii  iii   `* Re: F2FS On USB Sticks?2c186282
27 Mar 25   iiiii  iii    `- Re: F2FS On USB Sticks?1Marc Haber
23 Mar 25   iiiii  ii`- Re: F2FS On USB Sticks?1c186282
22 Mar 25   iiiii  i+* Re: F2FS On USB Sticks?7Computer Nerd Kev
23 Mar 25   iiiii  ii+- Re: F2FS On USB Sticks?1Marc Haber
23 Mar 25   iiiii  ii`* Re: F2FS On USB Sticks?5Stéphane CARPENTIER
27 Mar 25   iiiii  ii +- Re: F2FS On USB Sticks?1Lawrence D'Oliveiro
6 Apr 25   iiiii  ii `* Re: F2FS On USB Sticks?3candycanearter07
6 Apr 25   iiiii  ii  +- Re: F2FS On USB Sticks?1rbowman
6 Apr 25   iiiii  ii  `- Re: F2FS On USB Sticks?1Lawrence D'Oliveiro
22 Mar 25   iiiii  i+- Re: F2FS On USB Sticks?1rbowman
23 Mar 25   iiiii  i`- Re: F2FS On USB Sticks?1The Natural Philosopher
22 Mar 25   iiiii  `* Re: F2FS On USB Sticks?11Carlos E.R.
23 Mar 25   iiiii   `* Re: F2FS On USB Sticks?10c186282
23 Mar 25   iiiii    `* Re: F2FS On USB Sticks?9Marc Haber
23 Mar 25   iiiii     +* Re: F2FS On USB Sticks?2c186282
23 Mar 25   iiiii     i`- Re: F2FS On USB Sticks?1Marc Haber
23 Mar 25   iiiii     +* Re: F2FS On USB Sticks?2Stéphane CARPENTIER
23 Mar 25   iiiii     i`- Re: F2FS On USB Sticks?1Marc Haber
23 Mar 25   iiiii     +* Re: F2FS On USB Sticks?3Richard Kettlewell
24 Mar 25   iiiii     i`* Re: F2FS On USB Sticks?2The Natural Philosopher
24 Mar 25   iiiii     i `- Re: F2FS On USB Sticks?1Richard Kettlewell
27 Mar 25   iiiii     `- Re: F2FS On USB Sticks?1Lawrence D'Oliveiro
22 Mar 25   iiii`* Re: F2FS On USB Sticks?2rbowman
22 Mar 25   iiii `- Re: F2FS On USB Sticks?1Carlos E.R.
22 Mar 25   iii`* Re: F2FS On USB Sticks?39The Natural Philosopher
22 Mar 25   iii `* Re: F2FS On USB Sticks?38rbowman
23 Mar 25   iii  `* Re: F2FS On USB Sticks?37The Natural Philosopher
23 Mar 25   iii   `* Re: F2FS On USB Sticks?36c186282
23 Mar 25   iii    +* Re: F2FS On USB Sticks?4rbowman
24 Mar 25   iii    i`* Re: F2FS On USB Sticks?3c186282
24 Mar 25   iii    i `* Re: F2FS On USB Sticks?2rbowman
24 Mar 25   iii    i  `- Re: F2FS On USB Sticks?1c186282
24 Mar 25   iii    `* Re: F2FS On USB Sticks?31The Natural Philosopher
25 Mar 25   iii     `* Re: F2FS On USB Sticks?30c186282
25 Mar 25   iii      `* Re: F2FS On USB Sticks?29The Natural Philosopher
25 Mar 25   iii       `* Re: F2FS On USB Sticks?28c186282
25 Mar 25   iii        +* Re: F2FS On USB Sticks?26The Natural Philosopher
26 Mar 25   iii        i+* Re: F2FS On USB Sticks?10rbowman
26 Mar 25   iii        ii`* Re: F2FS On USB Sticks?9c186282
26 Mar 25   iii        ii `* Re: F2FS On USB Sticks?8rbowman
27 Mar 25   iii        ii  `* Re: F2FS On USB Sticks?7c186282
27 Mar 25   iii        ii   `* Re: F2FS On USB Sticks?6rbowman
27 Mar 25   iii        ii    +* Re: F2FS On USB Sticks?2Richard Kettlewell
28 Mar 25   iii        ii    i`- Re: F2FS On USB Sticks?1rbowman
28 Mar 25   iii        ii    `* Re: F2FS On USB Sticks?3c186282
27 Mar 25   iii        i`* Re: F2FS On USB Sticks?15Anssi Saari
26 Mar 25   iii        `- Re: F2FS On USB Sticks?1rbowman
22 Mar 25   ii+* Re: F2FS On USB Sticks?4Carlos E.R.
27 Mar 25   ii`- Re: F2FS On USB Sticks?1Lawrence D'Oliveiro
22 Mar 25   i`- Re: F2FS On USB Sticks?1c186282
21 Mar 25   `* Re: F2FS On USB Sticks?8The Natural Philosopher

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal