Skip to content

Instantly share code, notes, and snippets.

View marcusmueller's full-sized avatar

Marcus Müller marcusmueller

View GitHub Profile
@marcusmueller
marcusmueller / config.txt
Last active August 29, 2015 14:26
Kernel config from E310 release 3 image
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.14.2 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_MIGHT_HAVE_PCI=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_NO_IOPORT=y
CONFIG_STACKTRACE_SUPPORT=y
@marcusmueller
marcusmueller / actual_output_spec.png
Last active August 29, 2015 14:27
Spectrum: Resampling
actual_output_spec.png
@marcusmueller
marcusmueller / 080-rad10.rules
Last active August 29, 2015 14:27
080-rad1o.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6089", MODE:="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="cc15", MODE:="0666"
@marcusmueller
marcusmueller / bitbake.log
Created September 22, 2015 16:57
bitbake fail
marcus@workhorse  ~/src/e300-oe-build/build  bitbake gnuradio-dev-image  ✓  10091  17:55:08
WARNING: Unable to get checksum for u-boot-e300 SRC_URI entry uEnv.txt: file could not be found | ETA: --:--:--
Parsing recipes: 100% |######################################################################################################################################################| Time: 00:00:41
Parsing of 1588 .bb files complete (0 cached, 1588 parsed). 2052 targets, 97 skipped, 0 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_ettus-e100 '^/home/marcus/src/e300-oe-build/oe-core/../meta-ettus/e100-bsp/'
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available fo
@marcusmueller
marcusmueller / gist:f2e13be4753829d9d8eb
Created September 22, 2015 17:13
repo init -u git://github.com/balister/oe-gnuradio-manifest.git -b fido
marcus@workhorse  ~/src/e300-oe-build  TEMPLATECONF=`pwd`/meta-sdr/conf source ./oe-core/oe-init-build-env ./build ./bitbake  1 ↵  10174  19:11:30
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to use a
different MACHINE (target hardware) or enable parallel build options to take
advantage of multiple cores for example. See the file for more information as
common configuration options are commented.
You had no conf/bblayers.conf file. The configuration file has been created for
you with some default values. To add additional metadata layers into your
configuration please add entries to this file.
ERROR: Command Error: exit status: 1 Output:
Applying patch libX11-Add-missing-NULL-check.patch
patching file src/xlibi18n/ICWrap.c
Hunk #2 FAILED at 185.
Hunk #4 FAILED at 212.
Hunk #6 FAILED at 244.
3 out of 6 hunks FAILED -- rejects in file src/xlibi18n/ICWrap.c
Patch libX11-Add-missing-NULL-check.patch does not apply (enforce with -f)
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/marcus/src/e300-oe-build-old/build/tmp-glibc/work/armv7ahf-vfp-neon-oe-linux-gnueabi/libx11/1_1.6.3-r0/temp/log.do_patch.23918
@marcusmueller
marcusmueller / test_fft_fir.grc
Last active October 4, 2015 07:13
Filters in GNU Radio
<?xml version='1.0' encoding='utf-8'?>
<?grc format='1' created='3.7.9'?>
<flow_graph>
<timestamp>Sun Oct 4 09:03:29 2015</timestamp>
<block>
<key>options</key>
<param>
<key>author</key>
<value></value>
</param>
@marcusmueller
marcusmueller / automount.sh
Last active October 24, 2015 10:11
Mounting images
#!/bin/bash
if [ "$#" -ne 1 -o "$1" == "--help" -o "$1" == "-h" ]; then
echo """
Usage:
$0 image-file
creates the loopback device for the image file, lets the kernel detect partitions inside, tries to mount every single partition.
Doesn't work on unpartitioned devices
"""
exit -1
@marcusmueller
marcusmueller / buildlog
Created November 21, 2015 00:35
cmake ..; make
marcus@workhorse  ~/src/NextNav/timed_transceivers/build   master  cmake ..  ✓  10097  01:34:28
-- The C compiler identification is GNU 5.1.1
-- The CXX compiler identification is GNU 5.1.1
-- Check for working C compiler: /usr/lib64/ccache/cc
-- Check for working C compiler: /usr/lib64/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
@marcusmueller
marcusmueller / tag_debug.py
Last active December 6, 2015 12:25
Minimal test for delay tagging
#!/usr/bin/env python2
##################################################
# GNU Radio Python Flow Graph
# Title: Tag Debug
# Generated: Sun Dec 6 13:07:15 2015
##################################################
from gnuradio import blocks
from gnuradio import eng_notation
from gnuradio import gr