Skip to content

Instantly share code, notes, and snippets.

View mcbridematt's full-sized avatar

Mathew McBride mcbridematt

View GitHub Profile
U-Boot SPL 2017.05-rc2-00075-gab77ba7bb2-dirty (Aug 24 2017 - 16:52:20)
Initializing DDR....
Trying to boot from NAND
U-Boot 2017.05-rc2-00075-gab77ba7bb2-dirty (Aug 24 2017 - 16:52:20 +1000)
SoC: LS1043AE Rev1.1 (0x87920011)
Clock Configuration:
CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz
@mcbridematt
mcbridematt / ls1043v-lede-boot.txt
Created August 31, 2017 01:50
LEDE boot on Traverse LS1043 board
U-Boot SPL 2017.05-rc2-00075-gab77ba7bb2-dirty (Aug 24 2017 - 16:52:20)
Initializing DDR....
Trying to boot from NAND
U-Boot 2017.05-rc2-00075-gab77ba7bb2-dirty (Aug 24 2017 - 16:52:20 +1000)
SoC: LS1043AE Rev1.1 (0x87920011)
Clock Configuration:
CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz
Results uploaded to: http://openbenchmarking.org/result/1708303-TR-1703199RI93
ls1043 ~ # phoronix-test-suite benchmark 1703199-RI-ARMYARM4104
Phoronix Test Suite v7.2.1
Installed: pts/fftw-1.1.0
Installed: pts/john-the-ripper-1.5.1
Installed: pts/c-ray-1.1.0
Installed: pts/smallpt-1.0.2
Welcome to GRUB!
error: can't find command `serial'.
error: terminal `serial' isn't found.
error: terminal `serial' isn't found.
GNU GRUB version 2.02
/----------------------------------------------------------------------------\
|*OpenWrt |
U-Boot 2018.01-rc2 (Dec 22 2017 - 03:58:34 +0000)
SoC: LS1043AE Rev1.1 (0x87920011)
Clock Configuration:
CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz
CPU3(A53):1600 MHz
Bus: 400 MHz DDR: 1600 MT/s FMAN: 500 MHz
Reset Configuration Word (RCW):
00000000: 08100010 0a000000 00000000 00000000
00000010: 14550002 00804012 e0025000 c1002000
Using kernel:
Linux ls1043 4.9.107 #0 SMP PREEMPT Thu Jun 14 09:47:49 2018 aarch64 GNU/Linux
name : rsa
driver : rsa-caam
module : kernel
priority : 3000
refcnt : 1
selftest : passed
internal : no
@mcbridematt
mcbridematt / arm64-build-npm-prune-failure.log
Created February 18, 2020 00:58
mozilla iot arm builds
4002 silly decomposeActions unbuild execa@0.10.0
4003 silly decomposeActions remove execa@0.10.0
4004 silly decomposeActions unbuild execa@0.10.0
4005 silly decomposeActions remove execa@0.10.0
4006 silly decomposeActions unbuild cross-spawn@5.1.0
4007 silly decomposeActions remove cross-spawn@5.1.0
4008 silly decomposeActions unbuild execa@0.7.0
4009 silly decomposeActions remove execa@0.7.0
4010 silly decomposeActions unbuild exec-buffer@3.2.0
4011 silly decomposeActions remove exec-buffer@3.2.0
#!/usr/bin/env python3
import requests
import os
import subprocess
import json
# Usage: This script will read the rockon-registry repo (must be located under "rockon-registry") and determines
# if each rockon has a published arm64 image.
# A working docker client is required (the Docker host being queried may be on another machine, using the usual
# DOCKER_HOST environment variable)
@mcbridematt
mcbridematt / freebsd-13-boot.txt
Created October 19, 2020 07:23
FreeBSD 13.0 snapshoot boot log on Ten64 (USB drive)
U-Boot 2020.07-rc1-00404-g175d0de361-dirty (Oct 05 2020 - 23:58:12 +0000)
SoC: LS1088AE Rev1.0 (0x87030010)
Clock Configuration:
CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz
CPU3(A53):1600 MHz CPU4(A53):1600 MHz CPU5(A53):1600 MHz
CPU6(A53):1600 MHz CPU7(A53):1600 MHz
Bus: 700 MHz DDR: 2100 MT/s
Reset Configuration Word (RCW):
@mcbridematt
mcbridematt / gist:373974faabcea64d913e191b0d0671ca
Created January 28, 2021 06:13
fix libcxxabi compile in openwrt sdk
diff --git a/package/libs/libcxxabi/Makefile b/package/libs/libcxxabi/Makefile
index 90547561b2..fe8bd0ed85 100644
--- a/package/libs/libcxxabi/Makefile
+++ b/package/libs/libcxxabi/Makefile
@@ -58,7 +58,7 @@ TARGET_CXXFLAGS += -flto
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
define Build/Prepare
- $(MAKE) -C $(TOPDIR)/package/libs/libcxx prepare
+ $(MAKE) -C $(TOPDIR)/package/feeds/base/libcxx prepare