6

I'm trying to open BeagleBone's schematics for an OrCAD file in Linux, but EAGLE seems unable to do the job. What are some options?

Original Orcad ZIP file: http://beagleboard.org/static/beaglebone/a3/Docs/Hardware/BONE_SCH.zip

Which extracts to:

BEAGLEBONE_REV A3A.DSN
Peter Mortensen
  • 1,676
  • 3
  • 17
  • 23
c2h2
  • 415
  • 6
  • 13
  • I tried opening it with Pulsonix, which can deal with many schematic and PCB file formats, but was unsuccessful. It's been saved as a binary file, it needs to be an ASCII file. – Leon Heller Jun 19 '12 at 08:42
  • 6
    Do you want to be able to modify those schematics? If not, just open the [PDF schematics](http://beagleboard.org/static/beaglebone/a3/Docs/Hardware/BONE_SCH.pdf) – m.Alin Jun 19 '12 at 09:21
  • yes looking for an editor function. – c2h2 Jun 29 '12 at 04:47

4 Answers4

4

There is no open source program to edit OrCAD files. That is such a small niche and depends on a proprietary file format that I wouldn't expect one to ever exist.

Brian Carlton
  • 13,252
  • 5
  • 43
  • 64
1

EEVblog suggested in 2012 that there were conversion tools in upverter, and DSN was on the list for future development.

http://www.eevblog.com/forum/open-source-kicad-geda/schematic-converter-project/

Scott Seidman
  • 29,274
  • 4
  • 44
  • 109
0

You can install Free VMware Player, thus create a virtual machine with Windows XP or any other version of Windows.

0

You can try installing ORCAD on Linux using Wine. Other available options are mentioned in this link i.e.

  1. Kicad
  2. gEDA
  3. Cadsoft Eagle
Chetan Bhargava
  • 4,612
  • 5
  • 27
  • 40
perilbrain
  • 695
  • 1
  • 6
  • 14