diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-05-25 16:19:28 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-05-25 16:19:28 +0200 |
commit | 1821c1b2ad3366d5eabd52f7ba96d460d94fe7d3 (patch) | |
tree | 60cf038aa401b781db516a1231640ac987bb87c7 /board | |
parent | 6e497c22ea3302994c0a81cf54e67834d8e13d83 (diff) |
Switched to latest buildroot
Diffstat (limited to 'board')
-rw-r--r-- | board/config_0w.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/board/config_0w.txt b/board/config_0w.txt new file mode 100644 index 0000000..e56c611 --- /dev/null +++ b/board/config_0w.txt @@ -0,0 +1,34 @@ +# 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/manual.html#rootfs-custom +# and http://elinux.org/RPiconfig for a description of config.txt syntax + +# We always use the same names, the real used variant is selected by +# BR2_PACKAGE_RPI_FIRMWARE_{DEFAULT,X,CD} choice +start_file=start.elf +fixup_file=fixup.dat + +kernel=zImage + +# To use an external initramfs file +#initramfs rootfs.cpio.gz + +# Disable overscan assuming the display supports displaying the full resolution +# If the text shown on the screen disappears off the edge, comment this out +disable_overscan=1 + +# How much memory in MB to assign to the GPU on Pi models having +# 256, 512 or 1024 MB total memory +gpu_mem_256=100 +gpu_mem_512=100 +gpu_mem_1024=100 +boot_delay=0 +initial_turbo=10 +dtoverlay=dwc2 + +# https://github.com/raspberrypi/firmware/tree/master/boot/overlays +dtparam=krnbt=on +dtparam=i2c=on +dtparam=audio=on +dtoverlay=allo-boss-dac-pcm512x-audio |