LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web Browser in RT Linux

Solved!
Go to solution

Hi,

 

how can I install a small Web Browser in LabVIEW RT? I'm using a cRIO-9040. I want to see the web interface of another network device.

I found the other post, where firefox was proposed. But after unpacking the archive, I can't start firefox.

Can anyone help me?

 

Thanks

0 Kudos
Message 1 of 8
(2,787 Views)

There is a really nice forum post describing every step of google chrome installation on  NI Linux RT. 

You might want to open NI MAX and enable Embedded UI in your cRIO section and be aware that when you open the shell on the cRIO you are not logged in as an admin for that you should enter the following command (su –l admin).

0 Kudos
Message 2 of 8
(2,717 Views)

Thank you for your replay.

I tried to install Firefox like discribed in the post, but I can't start the programm.

My try to install Chrome failed, because the package links in the post couldn't be found. Is there a discribtion more up to date?

0 Kudos
Message 3 of 8
(2,677 Views)
Solution
Accepted by topic author volleymar

You can try this simple command  opkg install epiphany and then to access it simply type epiphany in the terminal. Epiphany is a low-maintenance and a light-weight browser.

0 Kudos
Message 4 of 8
(2,675 Views)

Thanks, works fine.

0 Kudos
Message 5 of 8
(2,665 Views)

Hello there,

I know this post is a few years old.

I tried to install "epiphany" but it couldn't be found... am I missing something, or is it no longer supported ?
RobTheX_0-1764224445175.png


Thanks

0 Kudos
Message 6 of 8
(91 Views)

Apparently it was removed from the feeds from 8.11 to 9.0 (https://github.com/ni/nilrt/blob/nilrt/24.0/kirkstone/docs/feed-changelog.md)

 

(The feed changelog was introduced here https://github.com/ni/nilrt/pull/164 and removed here https://github.com/ni/nilrt/pull/274)

 

You can try to search for an alternative in your feed using

 

opkg find *browser*

0 Kudos
Message 7 of 8
(80 Views)

Thanks a lot for the quick response and analysis 👍

Unfortunately "opkg find *browser*doesn't find anything useful (neither does *web* or *web*browser* or *ephiph*), but now I managed to get Firefox to run 👌
Not so much lightweight though, but at least its running 🙂

Thanks anyway.

0 Kudos
Message 8 of 8
(54 Views)