Skip to content

Instantly share code, notes, and snippets.

View DieterReuter's full-sized avatar

Dieter Reuter DieterReuter

View GitHub Profile
@DieterReuter
DieterReuter / gist:78fb8d336a20c6ef44c593dec6d4ed98
Created April 5, 2019 19:20
NVIDIA Jetson Nano bootlog.txt
[0008.012] Marked DTB cacheable
[0008.014] Bootloader DTB loaded at 0x83000000
[0008.019] Marked DTB cacheable
[0008.022] Kernel DTB loaded at 0x83100000
[0008.026] DeviceTree Init done
[0008.038] Pinmux applied successfully
[0008.043] gicd_base: 0x50041000
[0008.046] gicc_base: 0x50042000
[0008.049] Interrupts Init done
[0008.053] Using base:0x60005090 & irq:208 for tick-timer
@DieterReuter
DieterReuter / gist:76331d497dbaf8d8b83ce653c4bfd74a
Created December 8, 2018 17:45
GL-AR750S Revert Firmware console logs
root@GL-AR750S:/#
root@GL-AR750S:/# # Revert Firmware
root@GL-AR750S:/# [ 468.800113] device wlan1 left promiscuous mode
[ 468.804799] br-lan: port 2(wlan1) entered disabled state
[ 468.824137] device wlan0 left promiscuous mode
[ 468.828854] br-lan: port 3(wlan0) entered disabled state
[ 468.834641] wlan-sta: deauthenticating from f0:9f:c2:fa:5b:1f by local choice (Reason: 3=DEAUTH_LEAVING)
[ 471.889852] Removing MTD device #5 (ubi) with use count 1
[ 471.895674] reboot: Restarting system
@DieterReuter
DieterReuter / serial-ar750s-boot.log
Created December 8, 2018 17:37
GL-AR750S Bootlog
U-Boot 1.1.4-ga35cd45d-dirty (Jun 22 2018 - 12:48:24)
ar750s - Dragonfly 1.0DRAM:
sri
ath_ddr_initial_config(278): (ddr2 init)
ath_sys_frequency: cpu 775 ddr 650 ahb 258
Tap values = (0x10, 0x10, 0x10, 0x10)
128 MB
@DieterReuter
DieterReuter / user-data-wifi.yml
Created October 31, 2017 11:08
HypriotOS cloud-init configuration for RPi3 WiFi Client
#cloud-config
# vim: syntax=yaml
#
# The current version of cloud-init in the Hypriot rpi-64 is 0.7.9
# When dealing with cloud-init, it is SUPER important to know the version
# I have wasted many hours creating servers to find out the module I was trying to use wasn't in the cloud-init version I had
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
@DieterReuter
DieterReuter / user-data-openfaas-1node.yml
Created October 30, 2017 17:41
Deploy HypriotOS/arm64 for RPi3 with OpenFaas the DevOps/Automation way
#cloud-config
# vim: syntax=yaml
#
# The current version of cloud-init in the Hypriot rpi-64 is 0.7.9
# When dealing with cloud-init, it is SUPER important to know the version
# I have wasted many hours creating servers to find out the module I was trying to use wasn't in the cloud-init version I had
# Documentation: http://cloudinit.readthedocs.io/en/0.7.9/index.html
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
@DieterReuter
DieterReuter / bootlog-serial.log
Created October 22, 2017 13:20
LinuxKit booting on RPi3
U-Boot 2017.09-dirty (Oct 13 2017 - 16:04:53 +0000)
DRAM: 948 MiB
RPI 3 Model B (0xa02082)
MMC: sdhci@7e300000: 0
reading uboot.env
In: serial
Out: vidconsole
Err: vidconsole
Net: No ethernet found.
@DieterReuter
DieterReuter / gist:805f121a3203f5b7311f4cd088c2997f
Created October 7, 2017 22:07
LinuxKit RPi3 using gettyInInitWithFirmwareModulesAndDhcpcd-initrd.img
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.13-bee42-v8 (root@b90b7cd7fee9) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP PREEMPT Fri Mar 3 16:42:37 UTC 2017
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 8 MiB at 0x000000003dc00000
[ 0.000000] percpu: Embedded 22 pages/cpu @ffffffc0fe583000 s52632 r8192 d29288 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 251496
@DieterReuter
DieterReuter / gist:15b00a4293e829644c52c86b2b5bcd06
Created October 7, 2017 19:58
LinuxKit, first boot ever on a Raspberry Pi 3 (on SD image from HypriotOS/arm64)
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.13-bee42-v8 (root@b90b7cd7fee9) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP PREEMPT Fri Mar 3 16:42:37 UTC 2017
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 8 MiB at 0x000000003dc00000
[ 0.000000] percpu: Embedded 22 pages/cpu @ffffffdafe583000 s52632 r8192 d29288 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 251496
@DieterReuter
DieterReuter / gist:78ba9aced87726a431c527d9049eae08
Created October 7, 2017 19:53
LinuxKit, first boot ever on a Raspberry Pi 3 (on SD image from HypriotOS/arm64)
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.13-bee42-v8 (root@b90b7cd7fee9) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP PREEMPT Fri Mar 3 16:42:37 UTC 2017
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 8 MiB at 0x000000003dc00000
[ 0.000000] percpu: Embedded 22 pages/cpu @ffffffddfe583000 s52632 r8192 d29288 u90112
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 251496
@DieterReuter
DieterReuter / boot-ubuntu.log
Created June 25, 2017 23:56
Espressobin Board: first boot with Armbian from Armbian_5.32_Espressobin_Ubuntu_xenial_default_4.4.73.img.gz
Welcome to Ubuntu 16.04.2 LTS!
[ 4.092596] systemd[1]: Set hostname to <espressobin>.
[ 4.134019] random: systemd: uninitialized urandom read (16 bytes read, 10 bits of entropy available)
[ 4.155766] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 4.167749] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 11 bits of entropy available)
[ 4.182752] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 12 bits of entropy available)
[ 4.187693] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 12 bits of entropy available)
[ 4.196087] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 12 bits of entropy available)
[ 4.203474] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 12 bits of entropy available)