2f511fe312
Introducing a package to install pre-built binaries for the bootloader and the GPU firmware for the RaspberryPi board. [Peter: rename to rpi-firmware, add link to http://elinux.org/RPiconfig] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
549 B
Plaintext
15 lines
549 B
Plaintext
# 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
|
|
disable_overscan=1
|
|
gpu_mem_256=100
|
|
gpu_mem_512=100
|
|
sdram_freq=400
|
|
over_voltage=0
|
|
cmdline="dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
|