Difference between revisions of "MCE firmware"

From MCEWiki
(Software Tools)
 
(232 intermediate revisions by 11 users not shown)
Line 1: Line 1:
== MCE Firmware Release Information ==
+
{{Related|Firmware}}
* [[ MCE Firmware Catalog ]]
+
== Releases ==
* [[ MCE Untested features ]]
+
All firmware can be downloaded from [http://e-mode.phas.ubc.ca/mce/firmware/ http://e-mode.phas.ubc.ca/mce/firmware/]. Release notes for each firmware release can be found below:
* [[ MCE bugs ]]
+
* [[ Clock Card firmware]]
 +
* [[ Readout Card firmware]]
 +
* [[ Bias Card firmware]]
 +
* [[ Address Card firmware]]
 +
* [[ PCI card firmware ]]
 +
* [[ Sync Box Firmware ]]
  
 +
See also:
 +
* [[Recommended firmware versions]]
  
== MCE How-To Guide ==
+
== Loading firmware onto cards ==
* [[ Flux jumping ]]
 
* [[ Raw-mode readout ]]
 
* [[ High rate acquisition ]]
 
* [[ Fast SQ2 Feedback and TES Biasing with an Address Card ]]
 
  
 +
There are two ways to load MCE firmware:
 +
# [[ Remote Firmware Update | Remote firmware update over the MCE fibre interface]]
 +
# Using Altera-supplied Hardware/Software and MCE Front-panel Connector
 +
#* [[ USB Blaster | step-by-step instructions ]]
  
== Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc. ==
+
Things to bear in mind:
It is good practice to do an MCE reset ("mce_reset" command or "mce_reset_clean" shell script) after any firmware upgrades or power cycles.
+
* In v5+ firmware, if you update firmware on any readout card, the card doesn't reply to any command unless the Clock Card is also reprogrammed.
 +
* Always cleanly reset the MCE after a power-up or a reconfiguration!  If not, MCE communication with the PC or Sync Box may not work. On MAS prompt, type: '''''mce_reset_clean'''''
  
 +
== Implementation Details ==
  
== Hardware Peripherals ==
+
* [[ MCE Timing Diagram ]]
* [[ Using Ethernet Blaster ]]
+
* [[MCE fibre protocol]] - communication between the MCE and the controlling PC over the fibre-optic link
* [[ USB Blaster ]]
+
* [[MCE backplane protocol]] - communication between cards within the MCE
* [[ Sync Box ]]
+
* Monitoring MCE Status [[http://www.phas.ubc.ca/%7Emce/mcedocs/system/monitoring_mce_status.doc DOC]] (Nov. 9, 2006)
 +
* [[MCE commands]]
  
 
+
== Firmware Development Tools ==
== Software Tools ==
 
All that you need to know about logging into our CVS repository can be found here:
 
* [[ CVS Firmware Repository ]]
 
 
* [[ Quartus II Installation ]]
 
* [[ Quartus II Installation ]]
* [[ ModelSim SE Installation ]] (from scratch)
+
* [[ ModelSim SE Installation ]]
 +
** [[ Setting up Altera libraries in ModelSim SE ]]
 +
* [[ JAM Player ]]
 +
* [[ Convert sof to jic for EPCS64 Serial Configuration Device ]]
  
 +
== Development notes ==
 +
* [[intmce:MCE bugs]]
 +
* [[intmce:Firmware Features Under Development]]
 +
* [[intmce:Closed firmware features]]
  
We decided (sadly) NOT to migrate from CVS to SVN, if we ever do here is some information:
+
[[Category:Firmware]]
* [http://svnbook.red-bean.com/en/1.4/ SVN Manual]
 
* [[ Firmware Accessing the svn repository | Accessing the svn repository ]]
 
* [[ Firmware svn commit guidelines | svn commit guidelines ]]
 
* svn basic operations
 
** [[ Firmware svn tagging | tagging ]]
 
** [[ Firmware svn merging | merging ]]
 
** [[ Firmware svn branching | branching ]]
 
** [[ Firmware svn undelete | resurrecting deleted items ]]
 

Latest revision as of 15:22, 22 March 2018

Related topics:

Releases

All firmware can be downloaded from http://e-mode.phas.ubc.ca/mce/firmware/. Release notes for each firmware release can be found below:

See also:

Loading firmware onto cards

There are two ways to load MCE firmware:

  1. Remote firmware update over the MCE fibre interface
  2. Using Altera-supplied Hardware/Software and MCE Front-panel Connector

Things to bear in mind:

  • In v5+ firmware, if you update firmware on any readout card, the card doesn't reply to any command unless the Clock Card is also reprogrammed.
  • Always cleanly reset the MCE after a power-up or a reconfiguration! If not, MCE communication with the PC or Sync Box may not work. On MAS prompt, type: mce_reset_clean

Implementation Details

Firmware Development Tools

Development notes