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.2k 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.
    • QinnQ
      Qinn
      last edited by Qinn

      Upgraded pfS 2.5.2 CE to 2.6.0 took about 11 minutes, all went well, after upgrade had to update Avahi.

      Thnx Netgate!

      Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
      Firmware: Latest-stable-pfSense CE (amd64)
      Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

      DaddyGoD 1 Reply Last reply Reply Quote 0
      • DaddyGoD
        DaddyGo @Qinn
        last edited by DaddyGo

        @qinn said in PC Engines apu2 experiences:

        Thnx Netgate!

        same here on test apu4d4 / FW v4.15.0.2 👏

        11eb3823-191d-4276-8c0d-107b2dad2535-image.png

        ++++edit:

        and it also worked perfectly (let's see what it will show us).... 😉

        d3322619-b48b-47f2-b02a-93c524251ce4-image.png

        Cats bury it so they can't see it!
        (You know what I mean if you have a cat)

        V 1 Reply Last reply Reply Quote 0
        • V
          Vollans @DaddyGo
          last edited by

          I can confirm the apuled.ko driver that worked in 2.5.2 still works in 2.6

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

            What is the use of the apuled driver and how do you install it?

            fireodoF V 2 Replies Last reply Reply Quote 0
            • fireodoF
              fireodo @kevindd992002
              last edited by

              @kevindd992002 said in PC Engines apu2 experiences:

              What is the use of the apuled driver and how do you install it?

              A possible utilisation you can find here:
              Apuled

              Regards,
              fireodo

              Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
              SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
              pfsense 2.8.0 CE
              Packages: Apcupsd, Cron, Iftop, Iperf, LCDproc, Nmap, pfBlockerNG, RRD_Summary, Shellcmd, Snort, Speedtest, System_Patches.

              1 Reply Last reply Reply Quote 0
              • A
                alexouxou
                last edited by

                Hello,

                I'm running APU2 Legacy firmware v4.0.33 and would like to switch to the mainline firmware.
                When I bought my APU2 a few years ago I tried to do this update without success.

                Is there something specific to verify in order to switch from legacy to mainline firmware.

                I saw in this post that I just havec to connect via SSH to my APU2 and then execute these commands (adapted to the current release):

                pkg install flashrom
                
                (upload the firmware to /tmp with scp and run:)
                
                flashrom -w /tmp/apu2_v4.15.0.3.rom -p internal:boardmismatch=force
                Shutdown pfSense, pull the power for 10 seconds, then boot up.
                

                Is there something else to do or should it run without any error ?
                If there is an error, is it possible to rollback ?

                Thanks in advance,
                Alex

                D 1 Reply Last reply Reply Quote 0
                • V
                  Vollans @kevindd992002
                  last edited by

                  @kevindd992002 The apuled driver controls the three LEDs at the front of the box. I use it to provide a quick visual check of the box status.

                  I have a little script that runs every couple of minutes so that LED 1 shows me how hard the CPU is having to work, flashing at higher speeds as it works harder. LED 2 shows me that my main FTTN/VDSL connection is working, with solid being all ok, flashing being packet loss and no LED being connection dead. LED 3 shows me that my backup 4G connection is working and flashing the same way as my VDSL one does.

                  You can write a script to make the LEDs do whatever is useful to you. If you do a search for apuled.ko you'll find full instructions and a link to the driver.

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

                    @alexouxou

                    No longer any need to use boardmismatch=force since legacy v4.0.15 or mainline v4.6.7.

                    So just the command

                    flashrom -w /tmp/apu2_v4.15.0.3.rom -p internal
                    

                    (Source github.com/pcengines)

                    1 Reply Last reply Reply Quote 1
                    • D
                      daemonix
                      last edited by

                      Hello all!

                      What do you think is a better wifi antenna placement for an AP2 with both 2.4 and 5 PCIe cards from an RF point of view? 2 antenna each band. Any suggestions?

                      One side (let's say closer to COM) takes both 2.4G antennas and the other side, closer to USB, takes the 2 5G antennas.
                      OR
                      On the back panel (the one with all the IO) takes one 2.4 and one 5G and the second antennas are 'crossed', meaning that on the side closer to the first 2.4G we place a 5G and visa versa.

                      1 Reply Last reply Reply Quote 0
                      • QinnQ
                        Qinn
                        last edited by

                        If I may suggest something, when you need more WiFi range then instead of the APU's WiFi use a few Unifi nanoHD's (access points) as they have managed to create a good roaming WiFi network.

                        Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                        Firmware: Latest-stable-pfSense CE (amd64)
                        Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

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

                          @qinn I agree completely!
                          Just to be clear! I know the limitations but I have this setup as backup/testing.

                          so my question is more related to all your RF expertise in relation to this case/proportions.

                          1 Reply Last reply Reply Quote 0
                          • QinnQ
                            Qinn
                            last edited by Qinn

                            @alexouxou said in PC Engines apu2 experiences:

                            Hello,

                            I'm running APU2 Legacy firmware v4.0.33 and would like to switch to the mainline firmware.
                            When I bought my APU2 a few years ago I tried to do this update without success.

                            Is there something specific to verify in order to switch from legacy to mainline firmware.

                            I saw in this post that I just havec to connect via SSH to my APU2 and then execute these commands (adapted to the current release):

                            pkg install flashrom
                            
                            (upload the firmware to /tmp with scp and run:)
                            
                            flashrom -w /tmp/apu2_v4.15.0.3.rom -p internal:boardmismatch=force
                            Shutdown pfSense, pull the power for 10 seconds, then boot up.
                            

                            Is there something else to do or should it run without any error ?
                            If there is an error, is it possible to rollback ?

                            Thanks in advance,
                            Alex

                            This is what I just did

                            [2.6.0-RELEASE][root@pfSense.localdomain]/tmp: flashrom -p internal -w apu2_v4.15.0.3.rom --fmap -i COREBOOT
                            flashrom v1.2 on FreeBSD 12.3-STABLE (amd64)
                            flashrom is free software, get the source code at https://flashrom.org
                            
                            Using clock_gettime for delay loops (clk_id: 4, resolution: 2ns).
                            coreboot table found at 0xcfeba000.
                            Found chipset "AMD FCH".
                            Enabling flash write... OK.
                            Found Winbond flash chip "W25Q64.V" (8192 kB, SPI) mapped at physical address 0x00000000ff800000.
                            Using region: "COREBOOT".
                            Reading old flash chip contents... done.
                            Erasing and writing flash chip... Erase/write done.
                            Verifying flash... VERIFIED.
                            [2.6.0-RELEASE][root@pfSense.localdomain]/tmp:
                            
                            

                            Then halt the system from the GUI or do

                            [2.6.0-RELEASE][root@pfSense.localdomain]/tmp: /etc/rc.initial.halt
                            
                            pfSense will shutdown and halt system. This may take a few minutes, depending on your hardware.
                            Do you want to proceed [y|n]? y
                            
                            pfSense will shutdown and halt system now.
                             Stopping package Avahi...done.
                             Stopping /usr/local/etc/rc.d/pfb_dnsbl.sh...done.
                             Stopping /usr/local/etc/rc.d/pfb_filter.sh...done.
                            [2.6.0-RELEASE][root@pfSense.localdomain]/tmp:
                            *** FINAL System shutdown message from root@pfSense.localdomain ***
                            
                            System going down IMMEDIATELY
                            
                            

                            Then when you checked the APU is down, so all lights are out, pull the power cord and wait for 20 seconds and then plug it back in.

                            Hardeware: Intel(R) Celeron(R) J4125 CPU @ 2.00GHz 102 GB mSATA SSD (ZFS)
                            Firmware: Latest-stable-pfSense CE (amd64)
                            Packages: pfBlockerNG devel-beta (beta tester) - Avahi - Notes - Ntopng - PIMD/udpbroadcastrelay - Service Watchdog - System Patches

                            1 Reply Last reply Reply Quote 0
                            • L
                              logan5247
                              last edited by logan5247

                              I just saw that firmware v4.17.0.1 was released.

                              Interestingly, the notes say "Support for APU7 (APU3 variant with 2.5GbE i225 NICs)"

                              Are there specs on this board? Does it exist yet for sale? I thought the SoC on the APU couldn't go past 1Gbps?

                              EDIT: There is apparently an APU6 that has a 1Gb SFP slot.

                              S ? 2 Replies Last reply Reply Quote 0
                              • S
                                Stewart @logan5247
                                last edited by

                                @logan5247 said in PC Engines apu2 experiences:

                                Are there specs on this board? Does it exist yet for sale? I thought the SoC on the APU couldn't go past 1Gbps?

                                Yeah, even 1Gbps is really pushing it. I would love it if they came out with something that could push a 2.5Gbps connection but they just keep making derivations off of the same old Geode GX-412TC from 8 years ago. They'll need to come up with something, though. It goes EOL at the end of next year.

                                S ? 2 Replies Last reply Reply Quote 0
                                • S
                                  soder @Stewart
                                  last edited by

                                  @stewart I dont understand, why pcengines is unable to come up with a modern more recent embedded design. They literally built their company on 1 single product. This 1 Ghz board is too weak since many years.

                                  S ? 2 Replies Last reply Reply Quote 1
                                  • S
                                    Stewart @soder
                                    last edited by

                                    @soder said in PC Engines apu2 experiences:

                                    @stewart I dont understand, why pcengines is unable to come up with a modern more recent embedded design. They literally built their company on 1 single product. This 1 Ghz board is too weak since many years.

                                    While we are able to get near Gbit speeds out of it, we only use it up to 600Mbps if there's more than a few people using it. I sent them an email yesterday to see if they have plans for something new since the CPU goes EOL next year. Not sure if I'll ever hear back from them but it's at least worth checking out.

                                    1 Reply Last reply Reply Quote 1
                                    • ?
                                      A Former User @logan5247
                                      last edited by

                                      @logan5247

                                      I just saw that firmware v4.17.0.1 was released.

                                      It will be nice if the PC Engines company will be able
                                      to set up one or more new series, because if all peoples
                                      will be buying only protectly or Qotom stuff they might
                                      be not able to realize those projects any more!!!!

                                      Interestingly, the notes say "Support for APU7
                                      (APU3 variant with 2.5GbE i225 NICs)"

                                      Absolutely wrong, sorry for being rude in some eyes here.
                                      PC Engines is a verry small company, found up by an swiss
                                      engineer and on highest count there will be working at
                                      the maximum of up to 10 peoples. They have begun with
                                      the Alix series and now the APU series is up. Each series
                                      will be its total own series. It was starting with APU1 and reached actual now APU6B4.

                                      The board will be also namend to their state of technical art. As an example;
                                      APU - the board series
                                      APU1 - APU series number (generation)
                                      APU4D4 - APU series, 4 generation, distribution state with 4 GB of RAM

                                      A - alpha status (state) (not for us)
                                      B - beta status (state) (for technical enthusiasts)
                                      C - consumer ready state, ready to sell for the masses
                                      D - distribution state or level of the board, all is fine
                                      ready for distribution sellers with stock pile

                                      2 - 2 GB RAM
                                      4 - 4 GB RAM

                                      Are there specs on this board?

                                      Not available at this state as I am informed.

                                      Does it exist yet for sale?

                                      Please read above about what type (A-D) is for what technical state and for whom. If the APU6B4 is in beta state it must or should be reaching C or D state and on
                                      the other hand they will work on the next generation of
                                      the APU7.

                                      I thought the SoC on the APU couldn't go past 1Gbps?
                                      If they, I saied if they will be using Intel Atom C3000
                                      with 4 Cores, it might be that you will be able to see numbers witched and written by you here, again it might be able! Please don´t pin on that information.

                                      EDIT: There is apparently an APU6 that has a 1Gb
                                      SFP slot.

                                      May be good for me and other as I see it right!

                                      • Please think on Europe here, many ISPs are offering something like VDSL and VDSL2 and VDSL2+ so sfp
                                        VDSL modems are verry popular in Germany, Austria, and/or Suisse.
                                      1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User @Stewart
                                        last edited by

                                        @stewart
                                        May be it goes, but they will also being up with many more
                                        actual models APU4D4 and APU6B4 and for building up
                                        routers and firewalls it is one of the best options regarding
                                        to the European energy costs too! It runs often on;

                                        • MikroTik RouterOS
                                        • pfSense
                                        • IPFire
                                        • OPNSense
                                        • OpenWRT
                                        • DD-WRT (custom build)
                                        • fli4li & eisfair
                                        • small servers such CentOS, Ubuntu, Debian based
                                        • with OpenLDAP, OpenDNS, FreeRadius, IDS/IPS
                                          (sensors or servers) such Snort, Suricata and OSSec

                                        So you should not seeing it only from the pfSnese side
                                        and perhaps more wide open for other things too.

                                        1 Reply Last reply Reply Quote 0
                                        • ?
                                          A Former User @soder
                                          last edited by

                                          @soder
                                          Please don´t be worry a so small company is not able to
                                          set up many boards and/or series as Netgate or a greater
                                          one like Supermicro. They will be setting it up for a long
                                          time run action and a long time placement in the market
                                          that the entire cost coming out for them too and this is
                                          not verry often so easy as many clients will be accepting
                                          and/or thinking off. They try out to hit a real great maximum amount of use cases to match many of their clients. And this will be not very easy as saied above.

                                          Many clients will be on the need of more RAM, many
                                          will be seeing more CPU horse power and/or CPU cores,
                                          some want to make it sorted with a RAM slot for 2 - 16 GB
                                          of RAM that can be swapped over, and, and, and, and..........
                                          Fitting all there needs, matching many use cases and hold
                                          pay able (cheap) is not so easy that saied again.

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User
                                            last edited by A Former User

                                            I dont understand, why pcengines is unable to come up with a modern more recent embedded design. They literally built their company on 1 single product. This 1 Ghz board is too weak since many years.

                                            They are a very small company and this is their basis and
                                            absolutely nothing should be going wrong with one series
                                            so they will be perhaps broke. Please don´t forget this!

                                            While we are able to get near Gbit speeds out of it,
                                            we only use it up to 600Mbps if there's more than a few > people using it.

                                            In Europe it is at this time (2022) very often to see ISPs
                                            offering VDSL account with the maximum of 250/50 (down/up) so it is perhaps more clear to many other with
                                            1 GBit/s why it is so popular in the western European side.

                                            I sent them an email yesterday to see if they have
                                            plans for something new since the CPU goes EOL
                                            next year.

                                            This will be one think they are looking for more and/or other underlaying hardware, but also with an looking eye
                                            towards technically standards and customer wishes.

                                            4 Core CPUs
                                            10-100-1,0-2,5-5,0 GBit/s GBe ports
                                            Intel QAT
                                            AES-NI

                                            • mSATA / M.2 SSD slot
                                            • mSATA / M.2 LTE modem slot (with SIM)
                                            • mSATA / M.2 WiFi 5/6 (acx) cards option
                                            • Laptop RAM module option (2,4,8,16 GB ECC/nonECC)
                                              either you need it.

                                            Not sure if I'll ever hear back from them but it's
                                            at least worth checking out.

                                            Again many of the forum users here, have a look from the pfSense point to this or that hardware, for sure because it is the pfSense forum, but as I am informed this hardware
                                            will be be in any kind of usa case in game for many different things! And since Soekris was gone (broke), it
                                            was much more peoples that are buying and using this
                                            hardware from PC Engines.

                                            • programmers will be able to run their code on small
                                              servers to how it performs
                                            • snort, suricata and OSSec sensors and servers
                                            • OpenLDAP, OpenDNS, FreeRadius, DHCP and NTP Servers and/or small honeypots
                                            • smaller NAS servers
                                            • smaller LTE WiFi routers and/or Firewall for camping
                                              and outdoor usage
                                              Small OpenBSD, FreeBSD and NetBSD servers

                                            There are dual cases for two board at the varia store
                                            and also for one board with an added PCIe card to bring
                                            ports and/or connectors outside. Redundant routers firewalls load balancers and, and , and... so on.

                                            At Timberwolf you may be able to buy a case that is also nice looking inside of your living room, for APU2/3 boards.

                                            The entire use case is really high, and will be perhaps also
                                            scaling with another CPU and amount of ram (2-16 GB)
                                            than untangle, endian and ClearOS might be also interesting use cases for that piece of hardware for small
                                            company and/or home (SOHO) usage. But the main argument for the one or other way is in real the colling.
                                            Cooling this unit silent, and save over a longer time may
                                            be the most argument for them to go with this or another
                                            CPU. Who knows how it comes, but I for myself would wish
                                            the the best for the catual and upcomming time.

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