Skip to content
Snippets Groups Projects
  1. Aug 04, 2023
  2. May 13, 2022
  3. May 04, 2022
  4. Feb 18, 2022
    • Jonas Höppner's avatar
      fng-install: Add A-B installation from inside yocto · 6b088d53
      Jonas Höppner authored
      This allows executung fnginstall from a running yocto without
      booting into FNG System.
      It is enabled with --force-yocto parameter.
      The partition layout needs to have partitions for A-B booting already
      setup.
      
      BCS 746-000440
      6b088d53
  5. Feb 16, 2022
  6. Feb 14, 2022
  7. Dec 13, 2021
    • Jonas Höppner's avatar
      fngsystem:network:sharedconf: Set mac addresses in custom init script · 630a033b
      Jonas Höppner authored
      The imx8mPlus' dwmac is not able to change the mac on the fly, which
      lead to an error when hw_address is specified in network/interfaces.
      ifup is calls ip with the 'address' parameter always in this case,
      which makes the command fail completly.
      
      Now the mac address is applied early enough and removed from then
      network/interfaces config file.
      
      gf-network-conf now has a new option 'apply-mac' to set the interface's mac
      address using the ip link command. This is called by the init script for
      fng system.
      
      BCS 746-000504
      630a033b
  8. Nov 19, 2021
    • Jonas Höppner's avatar
      fngsystem:network:sharedconf: Reduce prio for route on static ip interfaces · 00f0f8b8
      Jonas Höppner authored
      Busybox ifup happens to setup a default route for interfaces with
      static ip adresses, also when no cable is connected. By default this
      route has higher priority then the route set by udhcp for an other
      interface, leading in a not working network setup.
      This reduces the prio ( sets a higher metric) for the static default
      route, so it is set, but overruled by a route set by udhcp.
      00f0f8b8
  9. Nov 18, 2021
  10. Nov 04, 2021
  11. Oct 29, 2021
  12. Oct 26, 2021
  13. Oct 20, 2021
  14. Oct 19, 2021
    • Jonas Höppner's avatar
      fng-install: Fix handling of missing partition table. · df67db67
      Jonas Höppner authored
      When the complete partition table was erased with dd, sfdisk -d failed
      and this lead to follow up errors making the update fail.
      
      Also fixes some problems with the version checks.
      
      Removes the install time call to sconfig init.
      
      BCS 746-000563
      df67db67
  15. Oct 18, 2021
    • Felix Gerking's avatar
      fnginstall:sconfig:xconfig skip xconfig calls if it does not exist · 24f9961c
      Felix Gerking authored
      On Dunfell guf-wayland there is no xconfig in /usr/bin. If sconfig init is
      called by the installation process this leads to an installation error message
      when an attempt is made to import the default wlan settings via xconfig.
      
      Added an additional query to skip xconfig calls if it does not exist.
      
      BCS 746-000470
      24f9961c
  16. Aug 16, 2021
    • Clemens Terasa's avatar
      rotation: Add rotation to psplash and fbcon · d5a1e4b0
      Clemens Terasa authored
      Add rotation to the fbcon and thus the kernel boot logo and the
      bootsplash program psplash.
      
      Refactor the G&F XML reading functions to the gf-functions shell script
      that can be sourced. This is also used in the gf-prepare-kernel.sh script
      during installation to get the rotation value of the display.
      
      Use the fbcon:rotate kernel parameter information to rotate the psplash
      screen using a psplash wrapper script.
      
      BCS 746-000418
      BCS 746-000419
      d5a1e4b0
  17. Aug 03, 2021
  18. Jul 29, 2021
  19. Jul 05, 2021
    • Jonas Höppner's avatar
      fngsystem: remove output from fbcon, cleanup bootlog · 4154c46f
      Jonas Höppner authored
      To have a clean bootlogo we normally don't want any output on the
      framebuffer console. Make sure the known output is send to the serial
      console.
      Disable getty on the fbcon.
      Cleanup the output a little.
      Stop bootlogd, as it prints the content to fbcon.
      
      BCS 746-000275
      4154c46f
  20. Jul 01, 2021
  21. Jun 29, 2021
  22. Jun 28, 2021
  23. Jun 25, 2021
Loading