Root/ub

Source at commit 1c331b3b5c91d51b1b5e1ea20bfca14e0204b8bc created 12 years 5 months ago.
By Werner Almesberger, m1rc3/norruption/2/Makefile: target "tar" to collect raw data files needed for further analysis
1#!/bin/sh
2#
3# ub - unbind anything that touches the Ben's 8:10 card slot
4#
5
6# MMC/SD/SDIO driver
7echo jz4740-mmc.0 >/sys/bus/platform/drivers/jz4740-mmc/unbind
8
9# AT86RF230 driver
10cd /sys/bus/spi/drivers/at86rf230
11echo spi*.0 >unbind
12

Archive Download this file

Branches:
master



interactive