Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    PC Engines apu2 experiences

    Scheduled Pinned Locked Moved Hardware
    711 Posts 73 Posters 899.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      blimpyboy
      last edited by

      Ah, well spotted Veldkornet, the BIOS naming makes sense after all!  Thanks for your reply, and also to Jailer.  Jailer, I fully understand your 'if it aint broke…' sentiment, very wise if you have had systems running for some time with no issues.  However, I don't have any run-time behind me with any APU2 BIOS so I'm going to assume that PCEngines know what they are doing and flash my two new boards with 4.0.7.

      Right... now I need to work out how to get pfSense onto a 16GB mSATA SSD!  I've always used CF cards with nanobsd images - I just pop a fresh card into a CF card reader connected to my Windows laptop and use physdiskwrite to push the image onto the 4GB CF card.  I then pop the CF card into the Alix board and I'm ready to configure pfSense.  My problem now is that I don't have an mSATA slot in anything but the new APU2 board - can you get a USB adapter with an mSATA slot?  I think the PCEngines support site has instructions on how to use the APU2 to burn the image to mSATA, have you guys done that for your systems at all?

      Also, I've always used nanobsd images which have worked just great out in the field - about 30 pfSense systems with nanobsd on CF for up to six years and not a single issue!  The CF cards were mostly cheap Kingston units (I now use Sandisk btw) so nanobsd made sense to avoid burning out the read/write cycle limit.  I now have the PCEngines 16GB mSATA for the APU2 which should, I presume, have wear leveling so might not need to worry about wear and can finally install full version.  I know I can still use nanobsd on the mSATA drives, but just wondered what other people have been doing.  The one big advantage I see with a full/normal (non-nanobsd) install is that it opens up the world of installed packages at a future date.

      Thanks again
      Ian

      1 Reply Last reply Reply Quote 0
      • VeldkornetV
        Veldkornet
        last edited by

        I have a 256GB M2 SSD. I just used rufus to create a USB installer, booted from the USB with a console cable and installed.

        Is this what you were asking?

        1 Reply Last reply Reply Quote 0
        • D
          doktornotor Banned
          last edited by

          @Veldkornet:

          @Jailer:

          Mine still says PC Engines APU2 after the update to 2.3.4.

          Yeah, mine did too. I more meant after the latest firmware update.

          Can you post the output of

          
          /bin/kenv -q smbios.system.product
          /bin/kenv -q smbios.system.maker
          
          

          with the 4.0.7 FW.

          1 Reply Last reply Reply Quote 0
          • B
            blimpyboy
            last edited by

            For my APU2C2 board with v4.0.7 BIOS:

            /bin/kenv -q smbios.system.product : APU2
            /bin/kenv -q smbios.system.maker : PC Engines

            1 Reply Last reply Reply Quote 0
            • VeldkornetV
              Veldkornet
              last edited by

              @blimpyboy:

              For my APU2C2 board with v4.0.7 BIOS:

              /bin/kenv -q smbios.system.product : APU2
              /bin/kenv -q smbios.system.maker : PC Engines

              Same for me

              1 Reply Last reply Reply Quote 0
              • D
                doktornotor Banned
                last edited by

                OK, used to be lowercase. Easy fix. https://github.com/pfsense/pfsense/pull/3724

                1 Reply Last reply Reply Quote 0
                • VeldkornetV
                  Veldkornet
                  last edited by

                  @doktornotor:

                  OK, used to be lowercase. Easy fix. https://github.com/pfsense/pfsense/pull/3724

                  Cool, thanks!  8)

                  1 Reply Last reply Reply Quote 1
                  • JailerJ
                    Jailer
                    last edited by

                    @blimpyboy:

                    Right… now I need to work out how to get pfSense onto a 16GB mSATA SSD!

                    Create a bootable USB drive and install to SATA drive. It really is that simple.

                    1 Reply Last reply Reply Quote 0
                    • K
                      kevindd992002
                      last edited by

                      For my APU2C4 board with v4.0.7 BIOS:

                      /bin/kenv -q smbios.system.product : APU2
                      /bin/kenv -q smbios.system.maker : PC Engines

                      1 Reply Last reply Reply Quote 0
                      • D
                        dugeem
                        last edited by

                        Have recently upgraded my apu2b4 to 2.4 RC.

                        Prior to the upgrade I used the flashrom utility to upgrade BIOS to v4.0.7.

                        For my configuration (LAN, WLAN + dual WAN) it was a smooth upgrade - kudos to pfSense team!

                        Some updated OpenSSL benchmarks, showing GCM performance improvement (ready for OpenVPN 2.4):

                         openssl speed -elapsed -evp aes-128-cbc
                        type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
                        aes-128-cbc     121916.58k   174865.28k   214507.52k   226282.50k   230230.70k
                        
                        openssl speed -elapsed -evp aes-128-gcm
                        type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
                        aes-128-gcm      43423.18k   113562.28k   276355.50k   358399.32k   431721.13k
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • valnarV
                          valnar
                          last edited by

                          Hi.  I'm coming late to the party and bought an APU2C4 board, running the latest 2.40RC based on FreeBSD 11.1. I'm using the full install on an mSATA board.  BIOS v4.0.7

                          I read every post in the thread… How many of these tweaks (from the defaults) are still needed on the latest pfSense?

                          • Temperature probe changes
                          • PowerD
                          • Trim support
                          • Hardware TCP & large receive offload changes
                          • AES-NI changes

                          Also, do you recommend the 32-bit or 64-bit version for this platform?

                          Thanks!

                          1 Reply Last reply Reply Quote 0
                          • ?
                            Guest
                            last edited by

                            @valnar:

                            Hi.  I'm coming late to the party and bought an APU2C4 board, running the latest 2.40RC based on FreeBSD 11.1. I'm using the full install on an mSATA board.  BIOS v4.0.7

                            I read every post in the thread… How many of these tweaks (from the defaults) are still needed on the latest pfSense?

                            • Temperature probe changes
                            • PowerD
                            • Trim support
                            • Hardware TCP & large receive offload changes
                            • AES-NI changes

                            Also, do you recommend the 32-bit or 64-bit version for this platform?

                            Thanks!

                            It;s a 64 bit processor, so what do you think?  :)

                            1 Reply Last reply Reply Quote 0
                            • valnarV
                              valnar
                              last edited by

                              Not sure.  It only has 4GB RAM, and some 32-bit operating systems are faster.

                              How about those other things?

                              1 Reply Last reply Reply Quote 0
                              • ?
                                Guest
                                last edited by

                                I'm using the full install on an mSATA board.  BIOS v4.0.7

                                Would be also my personal choice and is also highly recommended from netgate in their Version 2.4.0 blog.
                                _A few noteworthy items about running or upgrading to 2.4:

                                • 32-bit x86 and NanoBSD have been deprecated and are not supported on 2.4. Hardware capable of
                                  running 64-bit images should be reinstalled with a 64-bit version.

                                • NanoBSD installs on 64-bit hardware should be reinstalled as a full installation.

                                • 32-bit x86 hardware can continue to run pfSense software version 2.3.x, which will
                                  receive security updates for at least a year after 2.4.0-RELEASE._

                                I read every post in the thread… How many of these tweaks (from the defaults) are still needed on the latest pfSense?

                                You don´t need to setup tune or organize something, but you cold do so and that is more a additional option for the
                                admins and nothing you must be pressed to do.

                                • Temperature probe changes

                                Do you need the temperature sensor?

                                • PowerD

                                Is the cpu scaling from the lowest bottom to the highest top as needed by default?

                                • Trim support

                                Is this a mSATA or SSD that supports TRIM?

                                • Hardware TCP & large receive offload changes

                                Is all running fine without any issues, like you was imagine it?

                                • AES-NI changes

                                Are you using the OpenVPN or IPSec VPN method?

                                Some need it, some want it and some are aware of doing something in that direction!

                                Also, do you recommend the 32-bit or 64-bit version for this platform?

                                Since version 2.4.0 there will be only the amd64Bit version and ARM images only!!!

                                • no NanoBSD
                                • no 32Bit OS image
                                • AES-NI support in the CPU is a must be since version 2.5.0

                                Not sure.  It only has 4GB RAM, and some 32-bit operating systems are faster.

                                Today this information is really outdated, it was due to the changing between 32Bit and 64Bit hardware
                                where 64Bit hardware were brand new on the marked, but today you may better of using the 64Bit image
                                if you have real 64Bit hardware, due to many differences likes;

                                • drivers will be not even ported back to 32Bit hardware (due to the lag of time and from the hardware side)
                                • nearly any new hardware will be 64Bit and is more capable as the older 32Bit technic
                                • since the ARM support other things are gone, or we all must waiting a longer time to get updates/upgrades

                                How about those other things?

                                pfSense 2.4.0 blog
                                _A few noteworthy items about running or upgrading to 2.4:

                                • 32-bit x86 and NanoBSD have been deprecated and are not supported on 2.4.
                                  Hardware capable of running 64-bit images should be reinstalled with a 64-bit version.

                                • NanoBSD installs on 64-bit hardware should be reinstalled as a full installation.

                                • 32-bit x86 hardware can continue to run pfSense software version 2.3.x, which will
                                  receive security updates for at least a year after 2.4.0-RELEASE._

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  Guest
                                  last edited by

                                  @valnar:

                                  Not sure.  It only has 4GB RAM, and some 32-bit operating systems are faster.

                                  How about those other things?

                                  It uses very little RAM. As my tag says APU2C4. I've never seen RAM  usage over 30% and  I use pfBlocker too, run my own web and mail servers too. 2Gb would probably be sufficient.

                                  It works perfectly well with a default install. With the fact it supports AES you can enable that… or not, it's optional but enable it anyway.

                                  As has been said already 32bit is deprecated anyway.

                                  It's a really good device and takes only minutes to install and set up pfSense from scratch.

                                  1 Reply Last reply Reply Quote 0
                                  • valnarV
                                    valnar
                                    last edited by

                                    Do you need the temperature sensor?

                                    Yep

                                    Is the cpu scaling from the lowest bottom to the highest top as needed by default?

                                    Not sure.  It was talked about in this thread.  Do I?

                                    Is this a mSATA or SSD that supports TRIM?

                                    Of course.

                                    • Hardware TCP & large receive offload changes

                                    Is all running fine without any issues, like you was imagine it?

                                    Of course, but maybe it can run better, which is obviously why I asked.

                                    • AES-NI changes

                                    Are you using the OpenVPN or IPSec VPN method?

                                    Of course, that's why I asked.

                                    1 Reply Last reply Reply Quote 0
                                    • VeldkornetV
                                      Veldkornet
                                      last edited by

                                      I noticed today that the APU2 makes a quick short beep every time I login via the GUI.

                                      Have I just never noticed this or is it new in 2.4.0?

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        JasonAU
                                        last edited by

                                        @Veldkornet:

                                        I noticed today that the APU2 makes a quick short beep every time I login via the GUI.

                                        Have I just never noticed this or is it new in 2.4.0?

                                        Mine always did this from SSH via the speaker on the computer running putty but it's new for me the speaker of the apu2 device now beeps kind-a cool really

                                        Brisbane Queensland Australia

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          kevindd992002
                                          last edited by

                                          I have to ask this but which is better between the two BIOS series releases for the APU2? 4.0.x or 4.5.x/4.6.x?

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            Guest
                                            last edited by

                                            Never had issues with either of them.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.