commit e87a399a7fdd05b8b2c09819259b8984b93f010c Author: Astro Date: Wed Sep 2 17:36:36 2015 +0200 backup diff --git a/bin/senmqd b/bin/senmqd new file mode 100755 index 000000000..cf209ee53 Binary files /dev/null and b/bin/senmqd differ diff --git a/boot/bootcode.bin b/boot/bootcode.bin new file mode 100755 index 000000000..f5428ac82 Binary files /dev/null and b/boot/bootcode.bin differ diff --git a/boot/cmdline.txt b/boot/cmdline.txt new file mode 100755 index 000000000..061e54b9e --- /dev/null +++ b/boot/cmdline.txt @@ -0,0 +1 @@ +dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootwait diff --git a/boot/config.txt b/boot/config.txt new file mode 100755 index 000000000..994972b0f --- /dev/null +++ b/boot/config.txt @@ -0,0 +1,14 @@ +# Please note that this is only a sample, we recommend you to change it to fit +# your needs. +# You should override this file using a post-build script. +# See http://buildroot.org/downloads/manual/manual.html#rootfs-custom +# and http://elinux.org/RPiconfig for a description of config.txt syntax + +arm_freq=700 +core_freq=250 +kernel=zImage +disable_overscan=1 +gpu_mem_256=100 +gpu_mem_512=100 +sdram_freq=400 +over_voltage=0 diff --git a/boot/fixup.dat b/boot/fixup.dat new file mode 100755 index 000000000..859232cb9 Binary files /dev/null and b/boot/fixup.dat differ diff --git a/boot/start.elf b/boot/start.elf new file mode 100755 index 000000000..0576a8e3e Binary files /dev/null and b/boot/start.elf differ diff --git a/boot/zImage b/boot/zImage new file mode 100755 index 000000000..4bb2ca5bd Binary files /dev/null and b/boot/zImage differ