##// END OF EJS Templates
Show More
Commit message Age Author Refs
r118:de85e8465e67
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.
0
r117:25f6868b4126
meson WIP
0.6
0
r116:912700356060
Étiquette socexplorer-0.7-3 ajoutée à la révision 72ed489c2daa
Jeandet Alexis
0.6
0
r115:72ed489c2daa
Ready for packaging
Jeandet Alexis
0
r114:54b9f2f11e09
Improved memory size measurement. Slower but generates less errors.
Jeandet Alexis
0.6
0
r113:c84a505e16a9
Étiquette socexplorer-0.7-1 ajoutée à la révision dddb880123c9
Alexis Jeandet
0.6
0
r112:dddb880123c9
Ready for packaging
Alexis Jeandet
0
r111:f5779f536b0f
Fixed test order, on RegsExplorer::addDev, must check pointer before members.
Alexis Jeandet
0.6
0
r110:bb586b1394df
fixed fc24 rpm build support.
Alexis Jeandet
0.6
0
r109:50faa95f7ffd
Étiquette socexplorer-0.7-0 ajoutée à la révision 3276818ef4c7
Alexis Jeandet
0.6
0
< 1 2 3 4 5 6 7 .. 12 >

SocExplorer

SocExplorer is an open source generic System On Chip testing software/framework. We write this software for the development and the validation of our instrument, the Low Frequency Receiver(LFR) for the Solar Orbiter mission. This instrument is based on an actel FPGA hosting a LEON3FT processor and some peripherals. To make it more collaborative, we use a plugin based system, the main executable is SocExplorer then all the functionality are provided by plugins. Like this everybody can provide his set of plugins to handle a new SOC or just a new peripheral. SocExplorer uses PythonQt to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device.

Licensing

SocExplorer is provided under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Wiki

More details here

How to build

To build it on linux you can look here https://hephaistos.lpp.polytechnique.fr/redmine/projects/socexplorer/wiki/Linux_setup

If you can't access to it, first you will need a working qt5 kit with all the development packages. Step 1: You need to get a modified version of PythonQt, you can clone it from our repository

  hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PythonQt PythonQt
  cd PythonQt
  qmake-qt5 
  make 
  sudo make install

Step 2: Get and install SocExplorer

  hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer SocExplorer
  cd SocExplorer
  qmake-qt5
  make 
  sudo make install
  mkdir -p ~/.SocExplorer/config
  cp ressources/Grlib.xml ~/.SocExplorer/config/Grlib.xml

Step 3: Get and install SocExplorer main plugins

  hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins SocExplorerPlugins
  qmake-qt5
  make 
  make install # /!\ As regular user!

Bug repports

To repport any bug you can either send a mail or repport an issue here