mobile-nixos icon indicating copy to clipboard operation
mobile-nixos copied to clipboard

Results 183 mobile-nixos issues
Sort by recently updated
recently updated
newest added

I intend to work on PinePhone Pro support, which will involve at least: * figuring out how much to reuse from the PinePhone support * bootloader: existing u-boot support for...

1. device: pinephone/pro

This way `normalize` will automatically empty the value. (Or the version validation will fail before...)

Based off of #361. I have only setup the PostMarket OS mainline kernel. I have a device up and booted with `example/hello` and a custom phosh config. I have hardware...

type: port
device: sdm845 mainline

Should *in some way* provide a framebuffer and serial console. Should be configured as close as possible to the postmarketOS ones. * * * This depends on cross-compiling (#5).

I'm on 85557dca93 . It seems that ssh is not started despite the efforts to configure it seen in the [configuration.nix](https://github.com/NixOS/mobile-nixos/blob/85557dca93ae574eaa7dc7b1877edf681a280d35/examples/demo/configuration.nix#L136). The pinephone image just doesn't include such a service...

A minimal build of `examples/demo` via cross-compilation (with binfmt) seems to require that `local.nix` look something like: ``` { lib, pkgs, ... }: { imports = [ ./examples/demo/configuration.nix ]; nixpkgs.system...

Pre-composed gadgets would likely require a complete kernel rebuild, which is somewhat annoying, but much less than acquiring actual UART! But we can't enable pre-composed gadgets wholesale. (I think.) Another...

in order to integrate mobile-nixos into my nixfiles i would need to pass specialArgs into it so i can build images and deploy to mobile-nixos supported devices

I've been having a failure in bringing-up TDM for a device, and the `/dev` and `/sys` mounts were shown as unmet dependencies in the error applet, while in reality they...