Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am vsergeev on github.
  • I am vsergeev (https://keybase.io/vsergeev) on keybase.
  • I have a public key whose fingerprint is 7AC0 E578 96E2 4052 0ACE 5537 95C4 7D25 969F 79B7

To claim this, I am signing this object:

---
-- Source a complex-valued signal from an RTL-SDR dongle. This source requires
-- the librtlsdr library.
--
-- @category Sources
-- @block RtlSdrSourceShm
-- @tparam number frequency Tuning frequency in Hz
-- @tparam number rate Sample rate in Hz
-- @tparam[opt={}] table options Additional options, specifying:
-- * `biastee` (bool, default false)

beaglenmt

Configure and build buildroot

Download the buildroot.config, linux.config, busybox.config, uclibc.config configuration files attached to this gist.

$ git clone git://git.buildroot.net/buildroot
$ cd buildroot
$ git checkout 2014.11
@vsergeev
vsergeev / beagle_elfs.md
Created April 15, 2012 09:45
Minimalist "Embedded Linux from Scratch" Beaglebone Distribution Build

Busybox "Embedded Linux from Scratch" Distribution for the Beaglebone

Prepare your Build Sandbox

$ mkdir -p beaglelfs/{sources,rootfs_install,boot_mnt,rootfs_mnt}

Acquire an ARM Toolchain

Download the latest i686 Binary TAR of the ARM GNU/Linux (glibc-based) Lite Toolchain: