

Update: It looks like Transcend has added u-boot sources to their GPL package. They are “Uninterested” in complying with GPL, and he is “free to report this to any Linux organization” Ouch! That’s one of the most cavalier GPL violations we’ve seen in a long time. The card doesn’t even need to be in a host system – only power and ground are needed to boot and access it via WiFi.Īfter all this was done, finally got a response back from one of Transcend’s support engineers. He was even able to get Firefox running in X, albeit very slowly.
Transcend wifi sd software for mac or windows windows#
He tested the system by booting up with X windows forwarding through an SSH tunnel over WiFi. He was able to bring up his own kernel on the WiFi SD card’s ARMv5 controller and run anything he wanted. spent even more time fighting with kernel builds. Any write to the flash could cause a collision leading to lost data – or even a completely corrupt file system. Linux on the SD card, and whatever host system the card happens to be plugged in to. The 16 (or 32)GB of flash is also mounted read/write to TWO operating systems. The flash file system must be formatted FAT32, or the controller will become very upset. He discovered a few very interesting (and scary) things. was able to create his own binary image within the 3MB limit and load it on the card. The limit is hard-coded into u-boot, the sources of which transcend didn’t include in the GPL package. Unfortunately the size is limited to 3MB.

It turns out the card uses u-boot to expand the kernel and basic file system into a ramdisk. Undaunted, fired off some emails to the support staff and soldiered on. Unfortunately, he found that the package was woefully incomplete – putting the card firmly into the “violates GPL” category. Rather than work from the web interface and user scripts down, decided to start from Transcend’s GPL package and work his way up. We already covered work with the Transcend card. took a different enough approach to warrant a second look. Read about hacking the Transcend WiFi cards, and decided to give it a try himself.
