Openflex Boardview: New boardview software (linux, windows and OSX)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inflex
    Badcaps Veteran
    • Aug 2012
    • 544
    • Australia

    #61
    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

    Originally posted by angel-boy
    so where is the downloads link for 7 x64 or 10
    The Win 7 x86/32-bit binary is the one for all the above. Since it's a small app and CPU demands/complexity isn't brutal there's no compelling reason to try multi builds for Windows.
    YouTube Repair Videos - https://www.youtube.com/user/19PLD73
    FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

    Comment

    • highpulse
      i hate HP
      • May 2013
      • 1488
      • portugal

      #62
      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

      file ..... openboardview.exe !!!
      darwin for OSX ,
      debian for unix user ,
      .exe for windows users ..so donwload the .exe file


      thk piernov and inflex , you guys rock

      Comment

      • inflex
        Badcaps Veteran
        • Aug 2012
        • 544
        • Australia

        #63
        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

        Getting close to my next release. Just waiting on a bit of information from piernov.

        Attached is the light and dark theme of the same screen. Colours are all adjustable, the themes are just 'base defaults'.
        Attached Files
        YouTube Repair Videos - https://www.youtube.com/user/19PLD73
        FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

        Comment

        • inflex
          Badcaps Veteran
          • Aug 2012
          • 544
          • Australia

          #64
          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

          RELEASE 7 is now available.
          https://github.com/inflex/OpenBoardView/releases/tag/R7

          Win / linux (deb) / OSX binaries available, and of course the source.

          This is a fairly decent feature upgrade from R6.

          • Pin/net searching and highlighting has been cleaned up
          • Light and Dark themes improved, less 'busy'
          • Info-Panel now available on right-side of screen, adjustable width by mouse click-drag ( toggle with 'i' key)
          • Parts and pin-networks selectable on info-panel making for easier tracing of faults
          • Selected parts/pins are now auto-zoomed to facilitate in easier viewing
          • Selected pin, and others on network are now "oversized" when zoomed out to help locate them on the board
          • Improved FZ handling, including non-encrypted, and comma-decimal variants
          • FZ file extra data for parts now displayed
          • Small performance improvements
          • Search facility now offers substring, prefix, and whole-string matching
          • Search quicklists changed from buttons to actual lists


          RECOMMENDED: Remove the existing obv.conf file and let the new version generate a fresh one. If you have a FZ key already installed then copy that before removing the file.
          YouTube Repair Videos - https://www.youtube.com/user/19PLD73
          FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

          Comment

          • inflex
            Badcaps Veteran
            • Aug 2012
            • 544
            • Australia

            #65
            Re: Openflex Boardview: New boardview software (linux, windows and OSX)

            Already have made some minor tweaks from R7, made it so that the part-zoom ratio (usually 2.5x but it's a user-adjustable parameter) applies to all search result type zoom operations (netwebs, part/net searches, info panel selections).
            YouTube Repair Videos - https://www.youtube.com/user/19PLD73
            FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

            Comment

            • inflex
              Badcaps Veteran
              • Aug 2012
              • 544
              • Australia

              #66
              Re: Openflex Boardview: New boardview software (linux, windows and OSX)

              Release 7.1 has been pushed out. It's only two minor changes but they do help with general consistency in terms of the user-interface.

              https://github.com/inflex/OpenBoardV...eases/tag/R7.1
              YouTube Repair Videos - https://www.youtube.com/user/19PLD73
              FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

              Comment

              • inflex
                Badcaps Veteran
                • Aug 2012
                • 544
                • Australia

                #67
                Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                Release 7.2 is now out.

                There's also now a YouTube video detailing some of the features of Openflex Boardview.

                YouTube Video : https://www.youtube.com/watch?v=6CrNRo1UP5g

                All the downloads : https://github.com/inflex/OpenBoardV...eases/tag/R7.2
                YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                Comment

                • highpulse
                  i hate HP
                  • May 2013
                  • 1488
                  • portugal

                  #68
                  Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                  donwloading

                  Comment

                  • inflex
                    Badcaps Veteran
                    • Aug 2012
                    • 544
                    • Australia

                    #69
                    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                    If you have bug reports or feature requests, please submit them via the github issues page.

                    https://github.com/inflex/OpenBoardView/issues
                    YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                    FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                    Comment

                    • northpoint
                      Member
                      • Dec 2012
                      • 41
                      • United States

                      #70
                      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                      Originally posted by inflex
                      Release 7.2 is now out.

                      There's also now a YouTube video detailing some of the features of Openflex Boardview.

                      YouTube Video : https://www.youtube.com/watch?v=6CrNRo1UP5g

                      All the downloads : https://github.com/inflex/OpenBoardV...eases/tag/R7.2
                      Getting compile error on Linux Mint 17.2 so, I guess I have to upgrade to 18 for the newer gcc. Ill do that tonight probably

                      GCC version needs to be >= 4.9

                      Im excited to try this out thank you.

                      Comment

                      • piernov
                        Super Moderator
                        • Jan 2016
                        • 4435
                        • France

                        #71
                        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                        Yep, we are using various C++11 features which requires at least GCC 4.9 (though it was mostly developed using the 5.x branch). Ubuntu 14.04 has GCC 4.8 and so does Linux Mint 17. You could add the ubuntu-toolchain-r/test PPA but I can't guarantee that it will work.
                        OpenBoardView — https://github.com/OpenBoardView/OpenBoardView

                        Comment

                        • inflex
                          Badcaps Veteran
                          • Aug 2012
                          • 544
                          • Australia

                          #72
                          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                          bump.
                          YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                          FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                          Comment

                          • inflex
                            Badcaps Veteran
                            • Aug 2012
                            • 544
                            • Australia

                            #73
                            Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                            The Openflex fork has now been merged back in to OpenBoardView, and we've released R7.3 ( and now also have rpm packages )

                            http://openboardview.org
                            YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                            FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                            Comment

                            • highpulse
                              i hate HP
                              • May 2013
                              • 1488
                              • portugal

                              #74
                              Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                              well its oficial , i cant live without it kkkkk

                              inflex mate and piernov , remeber what i told about when pressing a component for it can display the info , like if its n channel and what code number it is ? well on FZ after that released you gave me it work nice , but for outher kinds its wont display info , for ex BDV files :P any future release fixing this issue :P thk in advance

                              Comment

                              • inflex
                                Badcaps Veteran
                                • Aug 2012
                                • 544
                                • Australia

                                #75
                                Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                CST/CAST format support added in the master-source. Will be in the next binary release too.
                                YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                                FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                                Comment

                                • rtra
                                  RuiAlmeida
                                  • Apr 2015
                                  • 16
                                  • Portugal

                                  #76
                                  Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                  Hi guys,

                                  I found a key in one paste bin that starts with 0x25d8d248 and ends with 0xdacf7668. But in the obv.conf file they ask for a 44 sets of 32bits but my key only have 36 sets, is this the reason why i can't open the files. I'am using the lastest release with w7x64.
                                  Thank you..

                                  Comment

                                  • Argolin
                                    Member
                                    • Dec 2016
                                    • 17
                                    • Italy

                                    #77
                                    Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                    What a beauty, wonderful software you created..can say goodbye to T-link eventually, thank you so much and congratulations.
                                    Running it on a MBP a1297, os 10.11.6, seems to be running smooth and nicely. If I get across any misbehaviour or bug I'll be happy to report it.
                                    Thanks again !!

                                    Comment

                                    • inflex
                                      Badcaps Veteran
                                      • Aug 2012
                                      • 544
                                      • Australia

                                      #78
                                      Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                      Originally posted by Argolin
                                      If I get across any misbehaviour or bug I'll be happy to report it.
                                      Thanks again !!
                                      Thanks Agrolin, you can post any issues on the github issues page if you like; easiest way then to ensure that all the developers see it.

                                      Right now we're working on adding more file formats, particularly wanting to get the PADs pcb format decoded ( some manner of structured binary blob, probably in-house custom *sigh* ).
                                      YouTube Repair Videos - https://www.youtube.com/user/19PLD73
                                      FlexBV BoardView software - Linux/OSX/Windows - http://pldaniels.com/flexbv

                                      Comment

                                      • jasko_jacker
                                        Badcaps Legend
                                        • Oct 2014
                                        • 1137
                                        • italy

                                        #79
                                        Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                        I am interested to compile the source on Windows, I installed cMake 3.7.1 and I set MinGW as compiler but probably I have to set a toolchain file ...
                                        I downloaded this source: OpenBoardView-R7.3.zip
                                        Attached Files

                                        Comment

                                        • piernov
                                          Super Moderator
                                          • Jan 2016
                                          • 4435
                                          • France

                                          #80
                                          Re: Openflex Boardview: New boardview software (linux, windows and OSX)

                                          Looks like CMake cannot find the MinGW toolchain. Anyway, compiling under Windows isn't really supported anymore, you can still try using the Visual Studio solution (under src/vcpp) though.
                                          Windows binary is built automatically under Linux using the cross-compiling MinGW-W64 toolchain. I'm not sure if it can be installed under Windows, but if it is you can try to use it and set the CMake toolchain file to Toolchain-mingw64.cmake.

                                          Otherwise, you can grab them openboardview.org instead of trying to build it on your own.
                                          OpenBoardView — https://github.com/OpenBoardView/OpenBoardView

                                          Comment

                                          Related Topics

                                          Collapse

                                          • inflex
                                            FlexBV FREE Edition - Modern Boardview software for Win, macOS and Linux
                                            by inflex
                                            Now available, FlexBV Free edition is a slimmed down product of the full licenced version.

                                            https://pldaniels.com/flexbv5 ( available on the downloads page or most of the way down on the main page )

                                            If you're looking for a modern alternative to existing boardview programs that's also cross platform then consider giving FlexBV Free a go.

                                            So what's missing?
                                            * Schematic/PDF coupling
                                            * Butterfly view
                                            * Donor board part searcher
                                            * Jobs
                                            * Annotations

                                            What's new/improved compared to others?
                                            * OBData...
                                            10-10-2023, 12:29 AM
                                          • ivtec
                                            install Linux on Windows 10 | Install Ubuntu on Windows 10 using Virtualbox ?
                                            by ivtec
                                            Has anybody installed Linux on Windows 10 using Virtualbox? and since my old PC will have support after oct 25 and won't update to 11 , i just want to use win 10 for Music notation program and use Progdvb iptv player .

                                            01-17-2025, 12:54 PM
                                          • Topcat
                                            The 2025 Operating System Thread
                                            by Topcat
                                            What OS are you running these days? I am down to 3 Windows workstations and one Windows Server on my LAN, everything that doesn't have a windows-specific need has been moved to Linux. Printing abilities with my large document centers are Linux's kryptonite; the reason for 2 of the Windows machines. The third machine still has Win7 on it, and isn't connected to the outside world. It has tons of software on it I use for diagnostics and updating various hardwares. My main rig is still Win10 Enterprise, so I had to vote Win10 in the poll...but I have overwhelmingly more linux machines than windows...
                                            Windows 11
                                            30.00%
                                            15
                                            Windows 10
                                            24.00%
                                            12
                                            Windows 8/8.1 or 7
                                            14.00%
                                            7
                                            Windows Vista (I'm a glutton)
                                            0%
                                            0
                                            Windows XP (I just can't let go!)
                                            4.00%
                                            2
                                            Windows 2000 / ME / 9x (Ok, this one is a funny, maybe!!)
                                            0%
                                            0
                                            Some flavor of Linux (brag on your distro in a post)
                                            24.00%
                                            12
                                            MacOS - OSX (Poor diluted souls!!)
                                            4.00%
                                            2
                                            Google Chrome/chromebox/chromebook
                                            0%
                                            0
                                            What's a PC? (The option for those with a phone stuck in their faces)
                                            0%
                                            0
                                            01-01-2025, 10:19 AM
                                          • obelix24
                                            Boardview software for Ipad OS
                                            by obelix24
                                            As in the title is there any usable boardview software for ipadOS ?
                                            Something like flexbv or boardview ?
                                            I was not able to find anything
                                            11-06-2024, 03:25 AM
                                          • japlytic
                                            DRIVER_PNP_WATCHDOG error re. old drivers in Windows 11 install image
                                            by japlytic
                                            In a Beelink GTR mini PC, mine has an Intel AX200NGW WLAN module.

                                            Tried (only with keyboard/mouse connected):
                                            • BIOS + database update
                                            • Using latest Windows 11 image built with official image creation tool
                                            • Previous setup version for Windows 11 installer
                                            • Replacing SSD without a slow block (the previous SSD had a slow block with access time > 500 mS)
                                            • TPM reset (worked to the point where DRIVER_PNP_WATCHDOG error message is displayed briefly after the point of stalling)
                                            • Disabling power to WLAN and LAN modules in BIOS (Advanced > AMD PBS > PCI Express Configuration)
                                            ...
                                            06-19-2025, 04:59 PM
                                          • Loading...
                                          • No more items.
                                          Working...