Project

General

Profile

Wiki » History » Version 14

Alexis Jeandet, 17/09/2014 04:40 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 13 Alexis Jeandet
"RPM packages":http://copr.fedoraproject.org/coprs/ajeandet/SocExplorer
11 1 Alexis Jeandet
12
h2. General description
13
14 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.
15 1 Alexis Jeandet
16
h2. To install it
17
18 9 Alexis Jeandet
* If you are running windows you can directly download the setup "here":https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/234/SocExplorer_win32_setup_r31.exe.
19 1 Alexis Jeandet
_Please note that if you are running Windows you will have some limitations, we spend much less effort on windows support than linux._
20
* If you are running Linux you can follow theses [[Linux_setup|steps]].
21
_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._
22
23
24
h2. Use cases
25
26
h3. Use case 1
27
28
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. 
29
!{width: 80%}SocExplorerUseCase1.png(SocExplorer use case 1)!
30
31
h3. Use case 2
32
33
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. 
34
!{width: 80%}SocExplorerUseCase2.png(SocExplorer use case 2)!
35
36 5 Alexis Jeandet
h1. Videos
37
38 8 Alexis Jeandet
This video is quite outdated but gives a good overview of what SocExplorer is able to do.
39 14 Alexis Jeandet
>{{video(https://hephaistos.lpp.polytechnique.fr/data/SocExplorer_Overview.webm)}}
40 1 Alexis Jeandet
41 10 Alexis Jeandet
If the video doesn't load you can directly watch it from "here":ftp://ftp.lpp.polytechnique.fr/jeandet/keep/SocExplorer_Overview.webm
42
43 1 Alexis Jeandet
h1. Screenshots
44
45 12 Alexis Jeandet
table(noborder){width: 90%;text-align: center;}.
46 11 Alexis Jeandet
|!{width: 100%;padding:1em;}https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/221/SocExplorer1.png(SocExplorer running on Linux)!:https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/221/SocExplorer1.png|!{width: 100% ;padding:1em;}https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/353/SocExplorer2.png(SocExplorer loading code on LFR)!:https://hephaistos.lpp.polytechnique.fr/redmine/attachments/download/353/SocExplorer2.png|
47
48 1 Alexis Jeandet
{{lastupdated_at}} by {{lastupdated_by}}