Forum Discussion
Altera_Forum
Honored Contributor
8 years agoTurns out it's the export of the
.hps_0_f2h_cold_reset_req_reset_n ( ~hps_cold_reset ), // In : .hps_0_f2h_debug_reset_req_reset_n ( ~hps_debug_reset ), // In : .hps_0_f2h_warm_reset_req_reset_n ( ~hps_warm_reset ), // In : lines in the HPS. If I unexport them, U-Boot stays alive. I'm now struggling getting a working devicetree for my 4.0 Kernel. Oh my the sopc2dts sucks for 4.xx Kernels. Any hints on a start? The GHRD tree crashes later in the boot process as there is only the lightweight bridge and not the other stuff. How would the handoff in uboot look like for only enabling this very bridge? Markus