Skip to main content

Questions tagged [device-tree]

A data structure for describing hardware. passed in boot time to kernel

0 votes
0 answers
44 views

Having mostly used Yocto to get stuff done, rather than learning it proper, I figure I'm coming at the task of configuring display settings all wrong. I have a custom board with a STM32MP157 and a ...
Heath Raftery's user avatar
2 votes
0 answers
153 views

I'm trying to bring up a WWAN modem on a Dell Latitude 7455 laptop running Linux. The modem is connected via PCIe domain 0005, but that PCIe controller is currently disabled in the default device tree....
Grant Curell's user avatar
0 votes
0 answers
56 views

I'm tyring to boot linux on an SoC (arm64 based) and seeing trap in early stage. Here is the boot message. Booting Linux on physical CPU 0x0000000002 [0x411fd401] Linux version 5.15.68 (etri@AB21-T07) ...
Chan Kim's user avatar
  • 459
3 votes
1 answer
250 views

Problem I am trying to add a Linux device tree alias for a network adapter, so U-Boot can assign a static MAC address to it. However, when compiling the kernel, it fails at the adjusted device tree ...
MichaIng's user avatar
  • 151
0 votes
0 answers
71 views

When setting USB3 in device tree, I've seen in dts of reference boards (for example DTS for zcu102-RevA) different parameters for setting PHY. there are two parameters in dts for USB: phys = <&...
lazba's user avatar
  • 1
1 vote
0 answers
51 views

I try access multiple ICs via I2C over the MCP23017 I/O Expander for a custom embedded board. I know ICs I2C adresses. How should I add the MCP23017 to the device-tree? I think I need to add the ICs ...
alpd4's user avatar
  • 35
0 votes
0 answers
27 views

I am working on an embedded Linux system (kernel-5.10.24), and now I want to setup a UART port (with RXD/TXD/RTS/CTS) from 2 GPIO groups. The DTS is setting as follows, &pinctrl { uart0_pin: ...
wangt13's user avatar
  • 651
1 vote
0 answers
307 views

I'm using Linux in an embedded environment. I want to use a particular GPIO pin as a PPS source to be used with gpsd. I think the pin is configured correctly because I can see high/low transitions ...
R Mason's user avatar
  • 11
0 votes
1 answer
130 views

I have connected an onboard hub to my microprocessor. The onboard hub is USB2514B and the microprocessor is a STM32MP1. I can specify the the connection to the onboard hub by using OHCI (Open Host ...
euraad's user avatar
  • 219
1 vote
1 answer
68 views

Introduktion: I having a HDMI PHY SII9022A. I want to enable audio on that PHY. Requriments: I need to create a proper device tree for the SII9022A. https://www.kernel.org/doc/Documentation/devicetree/...
euraad's user avatar
  • 219
0 votes
0 answers
89 views

For one of the projects that I’m following for my job I’m supposed to define the device tree of a custom embedded board. The problem is that the audio stream for the board is structured as follows: ...
MCT's user avatar
  • 1
0 votes
0 answers
123 views

Binary overlays that are applied while booting would probably best be stored in /boot/overlays or similar. However, what is the best location for binary device-tree overlay files that are intended to ...
Lukas's user avatar
  • 1
3 votes
0 answers
600 views

I would like to use a USB gadget device (phone) as a host via configfs. After setting up configfs, no gadget is being set up on the host peripheral (phone). The init script executes with the following ...
Bret Joseph's user avatar
0 votes
2 answers
412 views

What is the method to calculate these parameters in uboot ? : bootm_low=0 bootm_size=7ff00000 fdt_addr_r=0x40000000 fdt_high=0x100000 fdt_size_r=0x400000 fdtcontroladdr=7bc971c0 kernel_addr_r=...
rbe's user avatar
  • 61
0 votes
1 answer
449 views

I am trying to boot a Linux kernel on an A53 cpu (inside a ZU5 from xilinx). I have two hard. The first is a custom PCB with a ZU5. The second is the ZCU102 SDK with the zu9eg. Here the boot log : [ ...
rbe's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
10