ds2k5

Results 53 comments of ds2k5

Hello, did this build: ``` nix-shell crossShell.nix nix-build --argstr device oneplus-fajita -A outputs.default img2simg /nix/store/9d7x5dnzwpdm7360vjnarzzha32iy1fl-partition-NIXOS_SYSTEM/NIXOS_SYSTEM.img ~/mobile-nixos_oneplus-fajita.img cp /nix/store/gx1mylryl4bs21hlhzg6vzp8ck2j0c4z-mobile-nixos_oneplus-fajita_boot.img ~/mobile-nixos_oneplus-fajita_boot.img fastboot flash --slot=a boot mobile-nixos_oneplus-fajita_boot.img fastboot flash --slot=b boot mobile-nixos_oneplus-fajita_boot.img fastboot...

found something about apr if run like this: ` ./configure --host=aarch64-unknown-linux-gnu` got alter this error: checking for shmdt... yes checking for shmctl... yes checking for create_area... no checking for mprotect......

Hello samueldr, thank you for explain how can I crossCompile the phosh ? `nix-build examples/phosh --argstr device oneplus-fajita -A outputs.default ` beacuse this fail at apr compile Or how to...

Hi had build a aarch64 VM in qemu. Build there worked... but takes around: 9 hours ``` [user1@nixos:~/mobile-nixos/result]$ ls -la total 5216736 dr-xr-xr-x 2 root root 4096 Jan 1 1970...

Made a new build with this lines in mobile-nixos/examples/phosh/configuration.nix ``` services.openssh.forwardX11 = true; security.pam.services.sudo.sshAgentAuth = true; services.openssh.passwordAuthentication = true; mobile.boot.stage-1.ssh.enable = true; ``` But now it not work got GUI...

thank you! how to check the image before flash if the IMAGE is OK?

@tomfitzhenry Hi, can you help me please see https://github.com/NixOS/mobile-nixos/issues/512 got error when try to build phosh. thanks!

hi tom, did I understand right: nixos-mobile/release.nix ``` # } device).config.mobile.boot.stage-1.kernel.package } device).pkgs.callPackage ./kenel { } ``` run the build: `nix-build --system aarch64-linux examples/phosh --argstr device oneplus-fajita -A outputs.default `...

@chuangzhu how did you build the Image (phosh) for your Oneplus 6 / enchilada ? Did you use a aarch64 VM ?

thank you @chuangzhu where ( path/file )to add this line: ` boot.binfmt.emulatedSystems = [ "aarch64-linux" ];`