Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: 258cb1acd0d6
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 6675a044d57e
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 18, 2020

  1. pine64-pinephone: Fix kernel build

    The kernel shouldn't be compressed for our current usage.
    
    Otherwise we need to do more work with U-Boot.
    samueldr committed Oct 18, 2020
    Copy the full SHA
    dced7ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    91cec80 View commit details
    Browse the repository at this point in the history
  3. pine64-pinephone: Re-configure based on megi's defconfig

    The following from megi's have to be disabled (not set) or else the
    console logo will not show up at boot (pre-init).
    
    > CONFIG_FRAMEBUFFER_CONSOLE_ROTATION
    > CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
    samueldr committed Oct 18, 2020
    Copy the full SHA
    e379e18 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    788b160 View commit details
    Browse the repository at this point in the history
  5. pine64-pinephone: Add modem firmware updater

    This has not been made "fancier" for easier use yet. It is unknown how
    useful updating the firmware is.
    
    Usage:
    
    ```
     $ NIXPKGS_ALLOW_UNFREE=1 nix-build --argstr device pine64-pinephone -A pkgs.pine64-pinephone.qfirehose
     $ sudo ./result/bin/QFirehose -l ./ -f ./newfw
    ```
    
    But maybe read more about whether you want to update or not beforehand?
    
    https://forum.pine64.org/showthread.php?tid=11815
    samueldr committed Oct 18, 2020
    Copy the full SHA
    0827701 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Merge pull request #231 from samueldr-wip/feature/pinephone/modem

    pine64-pinephone: Modem support improvements
    samueldr committed Oct 27, 2020
    Copy the full SHA
    6675a04 View commit details
    Browse the repository at this point in the history