1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 19:23:01 +03:00
mobile-nixos/devices/google-walleye
Samuel Dionne-Riel bcda887e7a initrd-usb: ffs -> adb for ADB
It looks like it didn't matter for some device, but may be an issue for
`google-marlin`.

I'm not sure where the `ffs` feature name came from.
2020-02-03 16:19:10 -05:00
..
kernel google-walleye: kernel 4.4.201 => 4.4.208 2020-01-25 19:42:48 -05:00
default.nix initrd-usb: ffs -> adb for ADB 2020-02-03 16:19:10 -05:00
README.adoc google-walleye: Create README with notes 2020-01-25 19:42:48 -05:00

= Google Pixel 2
include::_support/common.inc[]

== Device-specific note

=== Serial access

Adding this to your configuration will make it so the shell in initrd will
be on `ttyMSM0`.

```
mobile.boot.stage-1.shell.console = "ttyMSM0";
```