ARMWorks / NanoPi-tasks

For tracking and triage of tasks
0 stars 0 forks source link

USB host does not work under nanoboot #4

Closed jkent closed 9 years ago

jkent commented 9 years ago

Works fine when using U-Boot. 18:06 < BusError> jkent, pinmux usualy, like the VBUS one... This should be handled in the kernel.

jkent commented 9 years ago

This is the missing initialization code: https://github.com/friendlyarm/uboot_nanopi/blob/70cdee12b9d024e010ffc9171022ce68c7b4b143/board/samsung/smdk2450/smdk2450.c#L61

Fixed in nanoboot (only clock initialization, PHY reset left out) with commit ARMWorks/NanoPi-nanoboot@28a08dfde1ca5ab5e2be409dc1923cae451890a7, This should put in the kernel once PLL/clock management is implemented.