Difference between revisions of "LinuxLibre:USB DABUSB"

From LibrePlanet
Jump to: navigation, search
Line 20: Line 20:
 
=What is(are) the processor architecture(s) of this device?=
 
=What is(are) the processor architecture(s) of this device?=
 
* Unknown FPGA model/supplier.
 
* Unknown FPGA model/supplier.
* intel 8051 processor, seems to be the EZUSB
+
* intel 8051 processor: AN2131 (EZUSB)
  
 
=Who is working on a free firmware implementation?=
 
=Who is working on a free firmware implementation?=

Revision as of 08:41, 20 December 2010

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?

  • Unknown FPGA model/supplier.
  • intel 8051 processor: AN2131 (EZUSB)

Who is working on a free firmware implementation?

Nobody.

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.