<div dir="ltr"><div>Hi,</div><div><br></div><div>I am currently trying to check whether my device tree overlay has applied correctly.</div><div>For this purpose I am using rtems-fdt-shell.h.</div><div><br></div><div>The used sources can be found here:</div><div><a href="https://github.com/nilhoel1/rtems-pru/tree/pruss-shell">https://github.com/nilhoel1/rtems-pru/tree/pruss-shell</a></div><div><br></div><div>Now I have two things to ask/mention.</div><div>1.The kernel crashes with the following output after using "fdt ls /".<br></div><div>"""</div><div>SHLL [/] # fdt ls /         <br><br>*** FATAL ***<br>fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)<br><br>R0   = 0x80546558 R8  = 0x00000002<br>R1   = 0x8025056c R9  = 0x80250568<br>R2   = 0x00000000 R10 = 0x806ccba8<br>R3   = 0x00000000 R11 = 0x00000000<br>R4   = 0x802d6d78 R12 = 0x00808080<br>R5   = 0x8054f2af SP  = 0x806cca00<br>R6   = 0x00000000 LR  = 0x801f52b4<br>R7   = 0x00000000 PC  = 0x80213138<br>CPSR = 0x60000113 VEC = 0x00000004<br>RTEMS version: 5.0.0.54ac94576471db82668e5d3e703d6b7a93ee4fd8-modified<br>RTEMS tools: 7.4.1 20190514 (RTEMS 5, RSB af4d435101b763c361b9c7d0a648c2b3779eed04-modified, Newlib 5c2a3661c)<br>executing thread ID: 0x08a010018<br>executing thread name: SHLL</div><div>"""</div><div><br></div><div>2. Is "/" the correct path for the device tree?</div><div><br></div><div>Best regards,</div><div>Nils Hölscher<br></div></div>