Reach m+ install node package

  1. firmware image / ReachView Version
root@reach:/# cat /etc/issue
Poky Neutis (Emlid Neutis Linux Distro) 0.1.4-dev \n \l

Simple system report
app version: 2.16.2-r0
'wifi_status, interface: wlan0':
- wifi_mode: infrastructure
- ip: 192.168.43.127
  is_added: true
  is_connected: true
  is_visible: false
  mac_address: AC:83:F3:1F:0D:ED
  security: wpa-psk
  ssid: MaproomAP
  uuid: e8784288-c34b-47e4-9104-ae9569a9c560
base mode:
  base coordinates:
    accumulation: '2'
    antenna offset:
      east: '0'
      north: '0'
      up: '0'
    coordinates:
    - '0'
    - '0'
    - '0'
    format: llh
    mode: single-and-hold
  output:
    enabled: true
    format: rtcm3
    path: tcpsvr://:9002#rtcm3
    type: tcpsvr
  rtcm3 messages:
    '1002':
      enabled: true
      frequency: '1'
    '1006':
      enabled: true
      frequency: '0.1'
    '1010':
      enabled: true
      frequency: '1'
    '1097':
      enabled: false
      frequency: '1'
    '1107':
      enabled: false
      frequency: '1'
    '1117':
      enabled: false
      frequency: '1'
    '1127':
      enabled: false
      frequency: '1'
bluetooth:
  discoverable: false
  enabled: false
  pin: '***'
camera:
  duty cycle: 20
  enable: false
  period: 2
  polarity: true
correction input:
  input2:
    enabled: true
    format: rtcm3
    path: ttyMFD2:38400:8:n:1:off
    send position to base: 'off'
    type: serial
  input3:
    enabled: false
    format: rtcm3
    path: :9028
    type: tcpsvr
logging:
  base:
    format: RTCM3
    started: true
    version: null
  correction:
    format: RTCM3
    started: true
    version: null
  interval: 24
  overwrite: true
  raw:
    format: UBX
    started: true
    version: null
  solution:
    format: LLH
    started: true
    version: null
lora:
  air rate: 2.6000000000000001
  frequency: 868000
  output power: 20
position output:
  output1:
    enabled: true
    format: erb
    path: ttyMFD2:38400:8:n:1:off
    type: serial
  output2:
    enabled: true
    format: nmea
    path: :9000
    type: tcpsvr
  output3:
    enabled: true
    format: llh
    path: :2014
    type: tcpsvr
  output4:
    enabled: true
    format: llh_ext
    path: :2015
    type: tcpsvr
rtk settings:
  elevation mask angle: '15'
  glonass ar mode: 'off'
  gps ar mode: fix-and-hold
  max horizontal acceleration: '1'
  max vertical acceleration: '1'
  positioning mode: kinematic
  positioning systems:
    compass: false
    galileo: false
    glonass: true
    gps: true
    qzss: true
    sbas: false
  snr mask: '35'
  update rate: '5'
  1. problem description

I’m trying to install nodejs via opkg:

root@reach:/# opkg install nodejs
Collected errors:
 * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'nodejs'.

Trying to update opkg sources yields the same results:

root@reach:/# opkg update
Downloading http://files.emlid.com/reach-plus/stable-repo/neutis_n5/Packages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
Downloading http://files.emlid.com/reach-plus/stable-repo/aarch64/Packages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
Downloading http://files.emlid.com/reach-plus/stable-repo/all/Packages.gz.
wget: server returned error: HTTP/1.1 404 Not Found
Collected errors:
 * opkg_download_backend: Failed to download http://files.emlid.com/reach-plus/stable-repo/neutis_n5/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://files.emlid.com/reach-plus/stable-repo/aarch64/Packages.gz, wget returned 1.
 * opkg_download_backend: Failed to download http://files.emlid.com/reach-plus/stable-repo/all/Packages.gz, wget returned 1.

Not sure how to proceed, please advise

I don’t know if there is a mirror to download random binary packages from. You may have to build your own.

You could set up a build machine and build your own nodejs with it. I’m not saying the versions will be compatible, but this is a place to start:

https://docs.neutis.io/yocto/tutorial/

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.