LinuxLibre:USB DABUSB

From LibrePlanet
Revision as of 15:48, 20 December 2010 by Fsanches (talk | contribs) (Who is working on a free firmware implementation?)
Jump to: navigation, search

Reference at LinuxLibre log

USB_DABUSB - DABUSB driver
firmware/dabusb/bitstream.bin.ihex: removed blobs
firmware/Makefile: dropped firmware/dabusb/bitstream.bin
firmware/dabusb/firmware.HEX: removed blobs
firmware/Makefile: dropped firmware/dabusb/firmware.fw
drivers/media/video/dabusb.c: disabled non-Free firmware-loading machinery
drivers/media/video/dabusb.c: removed blobs

What is the purpose of the device?

Digital Radio receiver.

Who needs it?

(which computer models use this device or which niche users usually buy such peripherals?)

How critical it is to get free support for it?

(Is it a very popular device that requires us to prioritize efforts?)

What is(are) the processor architecture(s) of this device?

  • Xilinx SpartanXL FPGA model 10xlvq100
  • intel 8051 processor: AN2131 (EZUSB)

Who is working on a free firmware implementation?

Felipe Sanches <juca@members.fsf.org>

svn checkout http://felipesanches.googlecode.com/svn/trunk/linuxlibre/dabusb

Links to online documentation

Where are the non-free firmware images made available?

What makes them non-free?

(describe clearly the specific reasons for it being considered non-free)

  • Firmware source code (8051) and HDL files (for FPGA programming) are not available.

What else do we know about this device?

(any further info that might help the creation of free firmware for it)

At least the binary firmware for the 8051 is released in terms that allow derivative works, so we are legally allowed to disassemble it and derive source code from it.