Thanks , Rich
(5: edit) Heich-tee-tee-pee://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/ethernet-gadget (ethernet, is my goal, not serial)
Step 1. Edit config.txt ; open file; Go to the bottom and add dtoverlay=dwc2 as the last line ; Save the config.txt file as plain text
Step 2. Edit cmdline.txt; open cmdline.txt ; After rootwait (the last word on the first line) add a space and then modules-load=dwc2,g_ether
(Don't have, my pi, or uSD cards with me, at the moment? Do they even HAVE these files? cmd.txt and cmdline.txt? I am almost certain that the pi NEEDS these files to function, regardless of which flavor of OS is used?. I guess i can check the tinycore-picore repository before I post a silly question like that? Wouldn't you know it, the answer is in my notebook, and I forgot that too! ).
(6) Thanks again Rich; we are "passing posts" ; Yup, I was thinking of trying piCore 11alpha etc. version, but I am on 9.0.3 version right now. Thanks; "TC.tcz" I think I knew that, or read that, but forgot ( I am a biologist, and a bit helpless, if it isn't hexadecimal!). Thanks for the book recommendation... BUT ... (Beware the "buts", as they always foreshadow some pretty wily opinions ...) ... as you said, it was written for x86, and I recall that it seemed very non-relevant to me. I can try reading it again, to see if some knowledge will accidentally rub off, but being as new as I am, and inexpert at x86, and inexpert at ARMv6 (or ARMvANYTHING?), it probably won't help much. Also, it is my understanding, due to GPU issues--and others,--and due to "not-entirely-open" hardware, despite being billed as such, that there are limited options in the initial bootstrapping, and thus, all OSes that want to deal with pi, have to do the first ten (or 50?) steps, pretty much identical? Am I mistaken in this notion? So, I sort of fail to see how the x86 book can help much? But, again, I am inexpert. (I know a fair amount about the 6502, but always at the nuts and bolts, transistor level; not at the OS level).