| 3 Sep 2021 |
kranzes | it gets stuck on the (xiaomi) Redmi screen | 17:20:39 |
kranzes | then it reboots | 17:20:42 |
kranzes | and tried again | 17:20:45 |
kranzes | and gets stuck there too | 17:20:47 |
kranzes | I have the last_kmsg logs from it | 17:21:06 |
kranzes | but i dont understand them | 17:21:12 |
kranzes | Download last_kmsg.log | 17:21:25 |
kranzes | https://pastebin.com/LXwMdcdW | 17:21:47 |
kranzes | Redacted or Malformed Event | 17:24:04 |
kranzes | {
description = "A basic robotnix configuration";
inputs.robotnix.url = "github:Kranzes/robotnix-forklineageos";
outputs = { self, robotnix }: {
# "dailydriver" is an arbitrary user-chosen name for this particular
# configuration. Change it to something meaningful for you, perhaps just
# the device name if you only have one of this kind of device.
robotnixConfigurations."miatoll" = robotnix.lib.robotnixSystem ({ config, pkgs, ... }: {
device = "miatoll";
flavor = "lineageos";
androidVersion = 11;
signing.enable = true;
signing.keyStorePath = "/home/1TB-HDD/Android/robotnix/keys";
envVars.TARGET_FLOS = "true";
source.dirs = {
"device/xiaomi/miatoll".src = pkgs.fetchFromGitHub {
owner = "sairam1411";
repo = "device_xiaomi_miatoll";
rev = "54a1f71a9e1854f3fe75124db268c0a182198849";
sha256 = "1yzrz9yn45crssbbjfv0v1bnnv1ccgrpk7hchdgbfsqkwyxp9mm8";
};
"device/xiaomi/sm6250-common".src = pkgs.fetchFromGitHub {
owner = "sairam1411";
repo = "device_xiaomi_sm6250-common";
rev = "be93d911a1ccc175e39ff752be41ab8272749447";
sha256 = "0ddffm6dlcpm365kp9b1ahhjrsv74x0dxv3fx12jvnwzh21208h1";
};
"vendor/xiaomi/miatoll".src = pkgs.fetchFromGitHub {
owner = "sairam1411";
repo = "vendor_xiaomi_miatoll";
rev = "4b9d12e74e1b3fa63948ef27021b1eadd1e531db";
sha256 = "0z89i6fwnpfhkhbkjnp5ffxfvhv1askiwl8hq8izs06ymqr4pkjj";
};
"vendor/xiaomi/sm6250-common".src = pkgs.fetchFromGitHub {
owner = "sairam1411";
repo = "vendor_xiaomi_sm6250-common";
rev = "621b61432703ae34700196519e592a9b7b0da0ef";
sha256 = "0l9qrdhbp8p3dhm2fikqjk0b49w94jad3nlmkvl7i0m90gmadw7j";
};
"kernel/xiaomi/sm6250".src = pkgs.fetchFromGitHub {
owner = "sairam1411";
repo = "kernel_xiaomi_sm6250";
rev = "45da20e15e638aabb4d59e8827f521f25542ef7f";
sha256 = "0laamiz4g8kaqr9jjnb7qrqwbqhpmjf9yrcsqqp89l4ja3c55h9d";
};
};
});
# This provides a convenient output which allows you to build the image by
# simply running "nix build" on this flake.
# Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota"
defaultPackage.x86_64-linux = self.robotnixConfigurations."miatoll".ota;
};
}
| 17:24:42 |
kranzes | I asked the maintainer/dev of this Rom/device and he said that these are the correct device/vendor/kernel trees | 17:25:35 |
kranzes | And this https://github.com/Kranzes/robotnix-forklineageos/commit/931a08d604b6b706e7a74aae764bb55fb876172c | 17:25:56 |
kranzes | Which is what i used to change the repo.json of LineageOS in robotnix to the ForkLineageOS one | 17:26:18 |
kranzes |  Download image.png | 17:26:49 |
samueldr |
reboot: Restarting system with command 'bor)ngsql-self-check-failed'
| 17:52:03 |
samueldr | kernel build is likely correct | 17:52:07 |
samueldr | it reboots with something-self-check-failed | 17:52:28 |
kranzes | BoringSSL | 17:52:33 |
kranzes | it says | 17:52:36 |
kranzes | look at the pastebin | 17:52:40 |
samueldr | I tried, their site is broken and the pastebin doesn't show | 17:52:54 |
kranzes | disable ublock origin | 17:53:05 |
kranzes | their site gets bugged with UBO atm | 17:53:18 |
samueldr | well... I won't disable the frontline against attacks on the web on one of the shady websites that could be at the frontline of attacking | 17:53:43 |
kranzes | let me send it here then | 17:54:18 |
samueldr | anyway, the kernel is (likely) just fine | 17:54:28 |
kranzes | Seems like element did not like me sending the log here | 17:55:28 |
kranzes | as a chunk | 17:55:31 |
kranzes | Download kernel.log | 17:55:57 |
samueldr | sending more than a hundred lines in text is causing element to lag, so yeah, attaching is a good idea | 17:56:03 |