Skip to content
Snippets Groups Projects
  1. Nov 05, 2024
  2. Nov 04, 2024
  3. Oct 10, 2024
  4. Aug 31, 2024
  5. Jul 06, 2024
  6. Jul 01, 2024
  7. Jun 28, 2024
  8. Jun 27, 2024
    • Matthias Schiffer's avatar
      build: extend GLUON_DEBUG with values 0, 1 and 2 · d09cda05
      Matthias Schiffer authored
      Debugging binaries in images that are built with sstrip is extremely
      annoying, as not even objdump will work on them.
      
      Switching from sstrip to standard strip increases the ath79 image size
      (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB,
      or 1.3% of the rootfs size (~1% of the total image size), which is
      rarely worth the decreased debuggability.
      
      Extend GLUON_DEBUG to not only distinguish 0 and 1, such that:
      
      - 0 uses sstrip same as before
      - 1 switches to regular strip; this is the new default
      - 2 includes all debug info, like GLUON_DEBUG=1 did before
      d09cda05
  9. Jun 24, 2024
  10. Jun 09, 2024
  11. Jun 06, 2024
  12. May 14, 2024
  13. May 11, 2024
  14. May 03, 2024
  15. Apr 09, 2024
  16. Mar 23, 2024
  17. Mar 22, 2024
  18. Mar 12, 2024
  19. Mar 04, 2024
  20. Mar 01, 2024
  21. Feb 23, 2024
  22. Feb 21, 2024
  23. Feb 14, 2024
  24. Feb 10, 2024
  25. Feb 09, 2024
  26. Jan 11, 2024
  27. Jan 09, 2024
  28. Jan 05, 2024
  29. Dec 27, 2023
  30. Dec 23, 2023
  31. Dec 21, 2023
    • Simon Terzenbach's avatar
    • Linus Lüssing's avatar
      bcm27xx-bcm2711: add (broken) support for the Raspberry Pi 4 · dbea6f97
      Linus Lüssing authored
      
      Known issues:
      
      * 11s is not working
      * has no reset button, only SSH access, serial access or an external SD
        card update can return it to config mode at the moment
      * LED: generally the red sys LED is working, including boot and failsafe
        blink patters, but:
        * sometimes not lit after boot
        * not blinking in config mode; instead sometimes either persistently on
          and sometimes persistently off after booting into config mode
      
      Therefore adding it as broken.
      
      However, due to its CPU power and small size still interesting as a VPN
      offloader or WiFi rooftop core node (e.g. to Gluon'ify 5+60GHz devices).
      
      Manifest aliases are added for upgrades from unreleased Gluon builds
      and can be removed again at some point in the future.
      
      Tested on a Raspberry Pi 4 Model B Rev 1.1.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      dbea6f97
    • Linus Lüssing's avatar
      bcm27xx: switch from ext4 to squashfs · 7e5a2350
      Linus Lüssing authored
      
      Similar to x86 build images with a squashfs instead of ext4 filesystem
      on bcm27xx / for the Raspberry Pi. This allows to use sysupgrade
      properly and allows to use the firstboot command.
      
      Runtime tested on a Raspberry Pi 4. Build tested for the Pi 3 / bcm2710.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      7e5a2350
  32. Dec 19, 2023
    • Matthias Schiffer's avatar
      bcm27xx: update manifest aliases (#3110) · 20c2adae
      Matthias Schiffer authored
      As the boardname-based image name setting was broken for bcm27xx due to the
      target rename, we need to keep the model-based names updated for now.
      
      Add all model strings currently seen on the Multimeshviewer and update
      the comments accordingly.
      20c2adae
  33. Dec 13, 2023
Loading