Lexus
August 13, 2024, 1:00am
1
Which system do you use? Android, Ubuntu, OOWOW or others?
Ubuntu
Which version of system do you use? Please provide the version of the system here:
Compile by oneself
Please describe your issue below:
Post a console log of your issue below:
hi, Excuse me, how did you generate the file "CONFIG_ROCKCHIP_EARLY_DISTRO_DTB_PATH="/dtb.img" ? Can you explain the code?
@Lexus that is created from the device tree, the .dts gets compiled and linked to the .img file
1 Like
Lexus
August 13, 2024, 6:53am
3
@Electr1 nice , You solved my headache and confusion!! in addition,In khadas edge2 uboot, compared to Armbian, the uboot source code will also use this: “VNet ROCKCHIP_EARLY-DISTRO-DTB-PATH=”/dtb. img "??
@Lexus I have shared the linkage of dtb only in context of the fenix firmware, uboot has it’s own dts instance
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2023 Wesion Technology Co., Ltd
*
*/
/dts-v1/;
#include "rk3588.dtsi"
#include "rk3588-u-boot.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Khadas Edge2";
compatible = "khadas,edge2", "rockchip,rk3588";
adc-keys {
compatible = "adc-keys";
io-channels = <&saradc 1>;
io-channel-names = "buttons";
keyup-threshold-microvolt = <1800000>;
This file has been truncated. show original