Преглед на файлове

Add Dropbear, missing files.

Thomas Buck преди 8 години
родител
ревизия
4cd2397729
променени са 5 файла, в които са добавени 29 реда и са изтрити 0 реда
  1. 1
    0
      .gitignore
  2. 1
    0
      board/raspi/boot/cmdline.txt
  3. 21
    0
      board/raspi/boot/config.txt
  4. 5
    0
      board/raspi/post_image.sh
  5. 1
    0
      configs/raspi_defconfig

+ 1
- 0
.gitignore Целия файл

@@ -1,3 +1,4 @@
1 1
 .DS_Store
2 2
 /output
3 3
 /Makefile
4
+*~

+ 1
- 0
board/raspi/boot/cmdline.txt Целия файл

@@ -0,0 +1 @@
1
+console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootwait

+ 21
- 0
board/raspi/boot/config.txt Целия файл

@@ -0,0 +1,21 @@
1
+kernel=zImage
2
+
3
+# To use an external initramfs file
4
+#initramfs rootfs.cpio.gz
5
+
6
+# Disable overscan assuming the display supports displaying the full resolution
7
+# If the text shown on the screen disappears off the edge, comment this out
8
+disable_overscan=1
9
+
10
+# How much memory in MB to assign to the GPU on Pi models having
11
+# 256, 512 or 1024 MB total memory
12
+gpu_mem_256=100
13
+gpu_mem_512=100
14
+gpu_mem_1024=100
15
+
16
+# 0=NTSC, 2=PAL
17
+sdtv_mode=0
18
+
19
+# 1=4:3, 2=14:9, 3=16:9
20
+sdtv_aspect=3
21
+

+ 5
- 0
board/raspi/post_image.sh Целия файл

@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+cp $BR2_EXTERNAL/board/raspi/boot/cmdline.txt  $BINARIES_DIR/rpi-firmware/cmdline.txt
4
+cp $BR2_EXTERNAL/board/raspi/boot/config.txt  $BINARIES_DIR/rpi-firmware/config.txt
5
+

+ 1
- 0
configs/raspi_defconfig Целия файл

@@ -22,3 +22,4 @@ BR2_PACKAGE_FFMPEG=y
22 22
 BR2_PACKAGE_FFMPEG_SWSCALE=y
23 23
 BR2_PACKAGE_RPI_FIRMWARE=y
24 24
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
25
+BR2_PACKAGE_DROPBEAR=y

Loading…
Отказ
Запис