Difference between revisions of "LinuxLibre:USB DABUSB"

From LibrePlanet
Jump to: navigation, search
(Links to online documentation)
(Who needs it?)
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
=What is the purpose of the device?=
 
=What is the purpose of the device?=
Digital Radio receiver.
+
Digital radio receiver.
  
 
=Who needs it?=
 
=Who needs it?=
 
(which computer models use this device or which niche users usually
 
(which computer models use this device or which niche users usually
 
buy such peripherals?)
 
buy such peripherals?)
 +
 +
It was sold by Terratec as a product called "DR Box 1".
  
 
=How critical it is to get free support for it?=
 
=How critical it is to get free support for it?=
Line 19: Line 21:
  
 
=What is(are) the processor architecture(s) of this device?=
 
=What is(are) the processor architecture(s) of this device?=
* Unknown FPGA model/supplier.
+
* Xilinx SpartanXL FPGA model '''10xlvq100'''
 
* intel 8051 processor: AN2131 (EZUSB)
 
* intel 8051 processor: AN2131 (EZUSB)
  
 
=Who is working on a free firmware implementation?=
 
=Who is working on a free firmware implementation?=
Nobody.
+
Felipe Sanches <juca@members.fsf.org>
 +
 
 +
'''svn checkout http://felipesanches.googlecode.com/svn/trunk/linuxlibre/dabusb'''
  
 
=Links to online documentation=
 
=Links to online documentation=
Line 34: Line 38:
  
 
=Where are the non-free firmware images made available?=
 
=Where are the non-free firmware images made available?=
 +
 +
[http://www.baycom.de/download/dabusb/ non-free firmwares and free driver]
  
 
=What makes them non-free?=
 
=What makes them non-free?=

Latest revision as of 12:40, 21 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?)

It was sold by Terratec as a product called "DR Box 1".

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?

non-free firmwares and free driver

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.