origen_link 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/version.rb +1 -1
- data/lib/origen_link/vector_based.rb +1 -1
- data/templates/web/index.md.erb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db7ea0fac7e895ae29bfb7579283c1a3f1748e48
|
|
4
|
+
data.tar.gz: b5b6b76d5e4123a2bf10b44510c848dd383cdd9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c1f2bd7352ef63970c4515c646664c022f11b846b8768a2eed5a32a5fcd31f1d7195f9d778ff4d7e11c75f51a82abd69470ee4fb08bb2fdc3eed7d6dcbdeb05
|
|
7
|
+
data.tar.gz: cbfd03829eab1066a625356c9746beb92ac3125fd3d2bd4c157f0b222fd243acf54c9dd0be229b4d5d91010b9fd2362dc5a9ec6da520df257a3401dbb3485853
|
data/config/version.rb
CHANGED
|
@@ -19,7 +19,7 @@ module OrigenLink
|
|
|
19
19
|
include ConfigurationCommands
|
|
20
20
|
|
|
21
21
|
# The number of cycles that fail
|
|
22
|
-
|
|
22
|
+
attr_accessor :fail_count
|
|
23
23
|
# The number of vector cycles generated
|
|
24
24
|
attr_reader :vector_count
|
|
25
25
|
# The accumulated total time spent communicating with the server
|
data/templates/web/index.md.erb
CHANGED
|
@@ -310,7 +310,7 @@ menu -> preferences -> Udoo web configuration -> Advanced settings
|
|
|
310
310
|
** Option 1 (I want the gem): You need to install ruby 2.2.
|
|
311
311
|
|
|
312
312
|
~~~
|
|
313
|
-
prompt$> sudo apt-get ruby22
|
|
313
|
+
prompt$> sudo apt-get install ruby22
|
|
314
314
|
~~~
|
|
315
315
|
|
|
316
316
|
** Option 2 (I'm fine using git to pull down the server code)
|
|
@@ -318,7 +318,7 @@ prompt$> sudo apt-get ruby22
|
|
|
318
318
|
~~~
|
|
319
319
|
# of course you're still welcomed to install a newer ruby version
|
|
320
320
|
# the server will run just fine
|
|
321
|
-
prompt$> sudo apt-get ruby
|
|
321
|
+
prompt$> sudo apt-get install ruby
|
|
322
322
|
~~~
|
|
323
323
|
|
|
324
324
|
##### Install the OrigenLink server.
|
|
@@ -356,6 +356,12 @@ If you chose to clone the OrigenLink project from github, navigate to the Origen
|
|
|
356
356
|
|
|
357
357
|
The server is now running
|
|
358
358
|
|
|
359
|
+
To have the server started automatically when the UDOO boots add the following line to the end of ~/.profile (note replace the path with your path):
|
|
360
|
+
|
|
361
|
+
~~~
|
|
362
|
+
lxterminal -e "/home/udooer/RubyCode/OrigenLink/bin/start_link_server"
|
|
363
|
+
~~~
|
|
364
|
+
|
|
359
365
|
## Physical Interconnect
|
|
360
366
|
|
|
361
367
|
Keep the following things in mind when connecting the IO's of your UDOO Neo to a DUT
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen_link
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Derouen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: origen
|