Alpha testing on Pi
Chris Gransden (337) 1202 posts |
That’s how I’ve got it set up at the moment.
There’s a new formatter too. |
Theo Markettos (89) 919 posts |
AIUI all the source is included on the image so there’s no need for a ‘written offer’ to supply it, it’s just there. Is that what you mean by ‘source redistribution’ elements of the GPL? |
Rick Murray (539) 13806 posts |
Let’s hope so – I’ve seen GPL advocates as guilty of this as others, from the “this thing uses a little bit of GPL therefore the entire thing must become GPL” (which is partially correct, hence stuff like LGPL etc), and my favourite, thinking that whether or not something can be done in/with/to GPL depends upon what their deity (a certain Mr. Stallman) says, somehow failing to understand that GPL is “just another licence” and does not have magical powers or the right to trump an existing licence unless the person committing the licence infraction is the actual copyright holder [in other words, if I release a product under RickLicence v1 and you bake in GPL, the GPL cannot override Rick Licence without my say-so as you aren’t the copyright holder…] Plus, it’s a damn virus, only compatible with itself. It offers laudable intentions, but it is far from “free”. <end rant> (^_^) |
Jess Hampshire (158) 865 posts |
Is it available yet (even for testing?) |
Chris Gransden (337) 1202 posts |
The version of Fat32Fs that supports SDFS is available for download here. The new formatter isn’t there yet. |
Steve Revill (20) 1361 posts |
The download page says: “Uses SCSIFS_DiscOp & SectorOp to access the USB so probably Iyonix only.” That doesn’t bode well! Maybe the page needs updating? |
Jess Hampshire (158) 865 posts |
excellent. How do you use it. (or does it ignore the Pi boot partition?) |
Chris Gransden (337) 1202 posts |
The support is not fully integrated as with SCSIFS. The partitions need to be mounted/dismounted manually. I just created two obey files. To mount partition 1. This will open a filer window to the Boot partition on the Raspberry Pi. fat32fs:mount -fp1 :16 { > null: } To dismount partition 1. (It’s important to dismount it manually as Fat32Fs uses delayed writes) fat32fs:dismount -p1 :16 { > null: } |
Jess Hampshire (158) 865 posts |
just tried an extra partition via FAT32FS successfully. |