File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ --- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts 2025-04-28 00:13:06.880003668 +0200
2+ +++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts 2025-04-28 00:14:17.708941263 +0200
3+ @@ -14,6 +14,11 @@
4+ chosen {
5+ /* 8250 auxiliary UART instead of pl011 */
6+ stdout-path = "serial1:115200n8";
7+ +
8+ + infix {
9+ + /* Default admin user password: 'admin' */
10+ + factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A";
11+ + };
12+ };
13+
14+ cam1_reg: regulator-cam1 {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi4-64/post-image.sh"
2929BR2_LINUX_KERNEL=y
3030BR2_LINUX_KERNEL_CUSTOM_VERSION=y
3131BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30"
32+ BR2_LINUX_KERNEL_PATCH="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/rpi/bcm2711-rpi-4-b-dts.patch"
3233BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
3334BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/rpi/bcm2711_defconfig"
3435BR2_LINUX_KERNEL_DTS_SUPPORT=y
You can’t perform that action at this time.
0 commit comments