Well, after taking a break with fighting with this board for a couple months, I just tried to catch up.
You may recall I have this board:
I downloaded the server image from https://armdev.pixeldrift.net/transpeed/8k618-t, wrote it to a uSD, added the brcmfmac4335 drivers as described previously.
For some reason I could not get the serial console running at 1,500,000 bps. Garbled - probably a baud rate mismatch? This worked for me a few months back.
Oh well, a text session was usable on hdmi and keyboard, so I continued there. Neither ethernet or wifi was working.
- The kernel finds dwmac-sun8i, but it fails to initialize "dwmac-sun8i 5030000.ethernet eth0: stmmac_dvr_remove: removing driver"
Debugging beyond this is way over my head.
- On wifi, the kernel was erroring out looking for brcmfmac4334-sdio driver files. I thought this board used brcmfmac4335??
I found what I believe are the correct 4334 *.bin, *.txt, and *.clm_blob files, and placed them in /lib/firmware/brcm - based on kernel error messages.
But still No Go. I do not see any error messages in the kernel log, but no network device is created. Another dead end for my ability.
I tried plugging in a cheap USB to ethernet dongle I had lying around, and IT WORKS! "usbcore: registered new interface driver cdc_ether"
It is slow, attached to a USB-2 link (480mbit/sec) but OK for light work. (The switch port says it's attached at 1Gbit - yea sure!)
Thanks to Nick A, apritzel, pixdrift & probably others for their work getting this far - alot more stuff is working now than last time I looked, and with the enet dongle,
I can actually start playing with the system.
I ran out of time today to further explore https://github.com/warpme/miniarch.
I did NOT try to install & boot from emmc, although I see the device at mmcblk2.
BTW, that is my serial console attached with the loose wires above. The pins are actually labelled GND TX RX on my board. Different from nicrolack's board.