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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d23f0665303afa13e7e60c42dae8931fa93abe3
4
- data.tar.gz: 53e0c64c2a14c273fac39b100208e0bccfa7b21d
3
+ metadata.gz: db7ea0fac7e895ae29bfb7579283c1a3f1748e48
4
+ data.tar.gz: b5b6b76d5e4123a2bf10b44510c848dd383cdd9c
5
5
  SHA512:
6
- metadata.gz: 18d29362fa1d0c1ba23996f7a296342d712e89cfaf0aa321b0cf71f271bf0f8f33c6fa5e936576b8c0070d8bc6e36e152128abb1c0e23ba0686bf20941343356
7
- data.tar.gz: 96f5d51aef745dff7c49202d0df7bbd2760a32ba78a4fef99b3ee9ffb47c61d8dcafd50cd193fab19d8e3aa65d88d82d1ca6273999252b8e208579d91094cd1a
6
+ metadata.gz: 8c1f2bd7352ef63970c4515c646664c022f11b846b8768a2eed5a32a5fcd31f1d7195f9d778ff4d7e11c75f51a82abd69470ee4fb08bb2fdc3eed7d6dcbdeb05
7
+ data.tar.gz: cbfd03829eab1066a625356c9746beb92ac3125fd3d2bd4c157f0b222fd243acf54c9dd0be229b4d5d91010b9fd2362dc5a9ec6da520df257a3401dbb3485853
@@ -1,7 +1,7 @@
1
1
  module OrigenLink
2
2
  MAJOR = 0
3
3
  MINOR = 4
4
- BUGFIX = 0
4
+ BUGFIX = 1
5
5
  DEV = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
@@ -19,7 +19,7 @@ module OrigenLink
19
19
  include ConfigurationCommands
20
20
 
21
21
  # The number of cycles that fail
22
- attr_reader :fail_count
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
@@ -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.0
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-08-22 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: origen