Skip to content

Instantly share code, notes, and snippets.

View klardotsh's full-sized avatar
🌧️

Josh Klar klardotsh

🌧️
View GitHub Profile
@klardotsh
klardotsh / reform-recovery.log
Created June 14, 2022 23:15
MNT Reform - No Internal Display (but backlight, and also HDMI, work)
U-Boot SPL 2018.07 (Mar 30 2022 - 13:25:47 +0000)
Setting voltages
config to do 3200 1d training.
config to do 3200 2d training.
config to do 400 1d training.
ARM_PLL 1000 MHz
SYS_PLL1_800 799 MHz
SYS_PLL1_400 399 MHz
SYS_PLL1_266 266 MHz
SYS_PLL1_200 199 MHz
#!/usr/bin/env bash
die() { echo ""; exit; }
pidof cmus >/dev/null || die
statu=`cmus-remote -Q | grep status`
[ "${statu}" == "status playing" ] || die
(antarctica) ~ » traceroute bad.horse
traceroute to bad.horse (162.252.205.157), 30 hops max, 60 byte packets
1 pfSense.localdomain (192.168.0.1) 1.509 ms 1.566 ms 1.678 ms
2 * * *
3 68.85.145.73 (68.85.145.73) 16.201 ms 16.285 ms 16.324 ms
4 po-2-rur901.seattle.wa.seattle.comcast.net (69.139.161.157) 16.364 ms be-20-ar01.burien.wa.seattle.comcast.net (69.139.161.161) 17.384 ms po-2-rur901.seattle.wa.seattle.comcast.net (69.139.161.157) 16.395 ms
5 be-20-ar01.burien.wa.seattle.comcast.net (69.139.161.161) 17.405 ms lag-37.ear3.Seattle1.Level3.net (4.68.37.133) 17.492 ms 17.484 ms
6 lag-37.ear3.Seattle1.Level3.net (4.68.37.133) 17.427 ms 13.323 ms 13.141 ms
7 ae-0-11.bar4.Toronto1.Level3.net (4.69.218.50) 92.626 ms 80.992 ms level3-gw.core02.tor1.prioritycolo.com (4.16.51.30) 84.903 ms
8 level3-gw.core02.tor1.prioritycolo.com (4.16.51.30) 84.782 ms t02.toroc1.on.ca.sn11.net (162.252.204.3) 86.917 ms level3-gw.core02.tor1.prioritycolo.com (4.16.51.30) 84.838 ms
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x517f803c]
[ 0.000000] Linux version 5.3.8-gentoo (root@ubuntu) (gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1)) #1 SMP PREEMPT Tue Nov 5 01:26:38 PST 2019
[ 0.000000] Machine model: Lenovo Yoga C630
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xffffd000 ESRT=0xdc611d18 SMBIOS=0xffe09000 MEMATTR=0xdc1b0698 RNG=0xe291bc18 MEMRESERVE=0xbb3f7e98
[ 0.000000] efi: seeding entropy pool
[ 0.000000] efi: memattr: Unexpected EFI Memory Attributes table version -1347440721
[ 0.000000] esrt: Reserving ESRT space from 0x00000000dc611d18 to 0x00000000dc611d50.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x517f803c]
[ 0.000000] Linux version 5.3.0-rc6_2 (j@gravity) (gcc version 9.1.0 (GCC)) #1 SMP Wed Sep 4 06:09:46 UTC 2019
[ 0.000000] Machine model: Lenovo Yoga C630
[ 0.000000] earlycon: efifb0 at I/O port 0x0 (options '')
[ 0.000000] printk: bootconsole [efifb0] enabled
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xffffd000 ESRT=0xdc601e18 SMBIOS=0xffe09000 MEMATTR=0xdc5fe418 RNG=0xe291bc18 MEMRESERVE=0xbb3f7e98
[ 0.000000] efi: seeding entropy pool
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x517f803c]
[ 0.000000] Linux version 5.2.0-next-20190717_1 (j@gravity) (gcc version 9.1.0 (GCC)) #1 SMP Wed Sep 4 06:09:46 UTC 2019
[ 0.000000] Machine model: Lenovo Yoga C630
[ 0.000000] earlycon: efifb0 at I/O port 0x0 (options '')
[ 0.000000] printk: bootconsole [efifb0] enabled
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xffffd000 ESRT=0xdc60fb18 SMBIOS=0xffe09000 MEMATTR=0xdc606018 RNG=0xe291bc18 MEMRESERVE=0xbb3f7e98
[ 0.000000] efi: seeding entropy pool
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x517f803c]
[ 0.000000] Linux version 5.3.0-rc1_1 (j@gravity) (gcc version 9.1.0 (GCC)) #1 SMP Mon Sep 2 06:51:54 UTC 2019
[ 0.000000] Machine model: Lenovo Yoga C630
[ 0.000000] earlycon: efifb0 at I/O port 0x0 (options '')
[ 0.000000] printk: bootconsole [efifb0] enabled
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xffffd000 ESRT=0xdc612e18 SMBIOS=0xffe09000 MEMATTR=0xdc60f418 RNG=0xe291bc18 MEMRESERVE=0xbb3f7e98
[ 0.000000] efi: seeding entropy pool
[ 4.033983] msm ae00000.mdss: bound ae01000.mdp (ops dpu_ops [msm])
[ 4.034136] msm_dsi ae94000.dsi: ae94000.dsi supply gdsc not found, using dummy regulator
[ 4.034427] msm_dsi_host_set_src_pll: can't set parent to byte_clk_src. ret=-22
[ 4.034438] msm_dsi_manager_register: failed to register mipi dsi host for DSI 0
[ 4.034545] msm ae00000.mdss: failed to bind ae94000.dsi (ops dsi_ops [msm]): -22
[ 4.034650] msm ae00000.mdss: master bind failed: -22
[ 4.035607] msm: probe of ae00000.mdss failed with error -22
PID: 6867 (BitwigPluginHos)
UID: 1000 (j)
GID: 985 (users)
Signal: 6 (ABRT)
Timestamp: Tue 2019-07-16 22:55:52 PDT (17s ago)
Command Line: /opt/bitwig-studio/bin/BitwigPluginHost64 host Matt Tytel-Vital-2 96000 512 6544-2 16 not-dpi-aware 8 jack jack
Executable: /opt/bitwig-studio/bin/BitwigPluginHost64
Control Group: /user.slice/user-1000.slice/session-1.scope
Unit: session-1.scope
Slice: user-1000.slice
(gravity) kmk_firmware » topic-led-integration * » fd '\.py' -x sh -c 'mkdir -p mpy-out/{//} && ~/src/circuitpython/mpy-cross/mpy-cross {} -o mpy-out/{.}.mpy';
(gravity) kmk_firmware » topic-led-integration * » du -sh mpy-out && du -sh mpy-out/* && du -sh mpy-out/kmk/*
428K mpy-out
4.0K mpy-out/boot.mpy
256K mpy-out/kmk
36K mpy-out/tests
116K mpy-out/user_keymaps
12K mpy-out/util
116K mpy-out/kmk/boards