You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/boards/odroidm1.conf
+50-6Lines changed: 50 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ IMAGE_PARTITION_TABLE="gpt"
11
11
FULL_DESKTOP="yes"
12
12
BOOT_LOGO="desktop"
13
13
14
-
BOOTBRANCH_BOARD="tag:v2024.04"
15
-
BOOTPATCHDIR="v2024.04"
14
+
BOOTBRANCH_BOARD="tag:v2024.07"
15
+
BOOTPATCHDIR="v2024.07"
16
16
17
17
BOOTCONFIG="odroid-m1-rk3568_defconfig"
18
18
BOOTDIR="u-boot-${BOARD}" # do not share u-boot directory
19
19
20
-
# The overlays for this board are prefixed by 'rockchip-rk3568-hk' (see for example patch/kernel/archive/rockchip64-6.x/overlay/rockchip-rk3328-i2c0.dts)
20
+
# The overlays for this board are prefixed by 'rockchip-rk3568-hk' (see for example patch/kernel/archive/rockchip64-6.6/overlay/rockchip-rk3568-hk-i2c0.dts)
unset uboot_custom_postprocess write_uboot_platform write_uboot_platform_mtd # disable stuff from rockchip64_common; we're using binman here which does all the work already
32
32
@@ -64,9 +64,8 @@ function post_family_tweaks__config_odroidm1_fwenv() {
64
64
# Addresses below come from
65
65
# - (we use mainline, not vendor, so this is only for reference)
# MTD on the SPI for the Odroid-M1; this requires the MTD partition table in the board kernel DTS
@@ -82,3 +81,48 @@ function post_family_tweaks__config_odroidm1_fwenv() {
82
81
EOF
83
82
84
83
}
84
+
85
+
# A better equivalent to patching a defconfig, do changes to .config via code.
86
+
# For UMS/RockUSB to work in u-boot, &usb_host0_xhci { dr_mode = "otg" } is required. See 0002-board-rockchip-ODROID-M1-override-kernel-DT-for-xhci-otg-dr_mode.patch
87
+
function post_config_uboot_target__extra_configs_for_nanopi-r5s() {
Copy file name to clipboardExpand all lines: patch/u-boot/v2024.04/board_odroidm1/0004-board-rockchip-ODROID-M1-use-env-in-SPI-use-HK-s-offset-size-for-SPI-env-enable-LED_GPIO-use-preboot-to-blink-all-leds-leave-red-one-on-clear-env-once.patch
Copy file name to clipboardExpand all lines: patch/u-boot/v2024.07/board_odroidm1/0002-board-rockchip-ODROID-M1-override-kernel-DT-for-xhci-otg-dr_mode.patch
0 commit comments