Commit fe4b6547c6f1d852074fd515d01ae1479ea5f4eb
1 parent
0be93f9955
Exists in
master
endpoint commit
Showing 3 changed files with 42 additions and 0 deletions Side-by-side Diff
ep_RPi4/README
1 | +root@192.168.1.168: root |
ep_RPi4/cmdline.txt
1 | +root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 |
ep_RPi4/config.txt
1 | +# Please note that this is only a sample, we recommend you to change it to fit | |
2 | +# your needs. | |
3 | +# You should override this file using a post-build script. | |
4 | +# See http://buildroot.org/manual.html#rootfs-custom | |
5 | +# and http://elinux.org/RPiconfig for a description of config.txt syntax | |
6 | + | |
7 | +# We always use the same names, the real used variant is selected by | |
8 | +# BR2_PACKAGE_RPI_FIRMWARE_{DEFAULT,X,CD} choice | |
9 | +start_file=start.elf | |
10 | +fixup_file=fixup.dat | |
11 | + | |
12 | +kernel=Image | |
13 | + | |
14 | +# To use an external initramfs file | |
15 | +#initramfs rootfs.cpio.gz | |
16 | + | |
17 | +# Disable overscan assuming the display supports displaying the full resolution | |
18 | +# If the text shown on the screen disappears off the edge, comment this out | |
19 | +disable_overscan=1 | |
20 | + | |
21 | +# How much memory in MB to assign to the GPU on Pi models having | |
22 | +# 256, 512 or 1024 MB total memory | |
23 | +gpu_mem_256=100 | |
24 | +gpu_mem_512=100 | |
25 | +gpu_mem_1024=100 | |
26 | + | |
27 | +# fixes rpi (3B, 3B+, 3A+, 4B and Zero W) ttyAMA0 serial console | |
28 | +dtoverlay=miniuart-bt | |
29 | + | |
30 | +# enable 64bits support | |
31 | +arm_64bit=1 | |
32 | + | |
33 | +dtparam=spi=on | |
34 | +# dtoverlay=spi0-1cs | |
35 | + | |
36 | +dtoverlay=i2c1 | |
37 | +dtparam=i2c_arm=on | |
38 | +dtparam=spi=on | |
39 | +dtparam=i2c1=on, dtparam=i2c_arm_baudrate=100000 |