Project

General

Profile

Wiki » History » Version 5

Alexis Jeandet, 23/05/2014 07:34 PM

1 1 Alexis Jeandet
h1. SocExplorer Wiki
2
3
{{>toc}}
4
5
Child pages:
6
{{child_pages}}
7
8 3 Alexis Jeandet
"Win32 setup(Experimental)":https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/234/SocExplorer_win32_setup_r31.exe
9 1 Alexis Jeandet
"Source code":https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer
10
11
h2. General description
12
13 4 Alexis Jeandet
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":https://hephaistos.lpp.polytechnique.fr/redmine/projects/solar-orbiter-lfr (LFR) for the Solar Orbiter mission. This instrument is based on an "actel FPGA":http://www.microsemi.com/products/fpga-soc/fpga-and-soc hosting a "LEON3FT":http://www.gaisler.com/index.php/products/processors 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":http://pythonqt.sourceforge.net/ to allow user to automate some tasks such as loading some plugins, configuring them and talking with his device. 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.
14 1 Alexis Jeandet
15
h2. To install it
16
17
* If you are running windows you can directly download the setup "here":https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/172/SocExplorer_win32_setup.exe.
18
_Please note that if you are running Windows you will have some limitations, we spend much less effort on windows support than linux._
19
* If you are running Linux you can follow theses [[Linux_setup|steps]].
20
_We have never tried any other Unix like Os such as Mach or BSD, it could compile since it rely on Qt but the installation would break and some plugins won't compile._
21
22
23
h2. Use cases
24
25
h3. Use case 1
26
27
In this case, the [[AHBUARTplugin|AHBUARTplugin]] and the [[Memctrlplugin|memctrlplugin]] are loaded. The ahbuartplugin is called a root plugin because it is at the top of the plugin hierarchy, it makes the connection between SocExplorer and the AMBA bus. Talking through the root plugin, the memctrlplugin allows you to test some memory space at a given address. 
28
!{width: 80%}SocExplorerUseCase1.png(SocExplorer use case 1)!
29
30
h3. Use case 2
31
32
In this use case, the root plugin is the [[RMAPplugin|rmapplugin]], this plugin allows you to talk through either the "GRESB":http://www.gaisler.com/index.php/products/systems/gresb or the stardundee "SpaceWire-USB Brick":http://star-dundee.com/products/spacewire-usb-brick. The second loaded plugin is the [[Genericrwplugin|genericrwplugin]]. This plugin is a simple hexadecimal editor, you can use it to view or edit any space of the SOC memory, see below in the SocExplorer screenshot. 
33
!{width: 80%}SocExplorerUseCase2.png(SocExplorer use case 2)!
34
35 5 Alexis Jeandet
h1. Videos
36
37
{{video(ftp://ftp.lpp.polytechnique.fr/jeandet/keep/SocExplorer_Overview.webm[,80%,])}}
38 1 Alexis Jeandet
39
h1. Screenshots
40
41
!{width: 100%}SocExplorer1.png(SocExplorer running on Linux)!
42
43
{{lastupdated_at}} by {{lastupdated_by}}