start uboot and launch Kernel on RPI3
TG-07 #closed.
This commit is contained in:
@@ -1,26 +1,6 @@
|
||||
# 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
|
||||
|
||||
kernel=u-boot.bin
|
||||
|
||||
# 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
|
||||
|
||||
# Enable audio (loads snd_bcm2835)
|
||||
dtparam=audio=on
|
||||
|
||||
# fixes rpi3 ttyAMA0 serial console
|
||||
enable_uart=1
|
||||
device_tree_address=0x100
|
||||
device_tree=bcm2837-rpi-3-b.dtb
|
||||
dtoverlay=pi3-miniuart-bt
|
||||
dtparam=audio=on
|
||||
|
||||
Reference in New Issue
Block a user