aloksinha2001 / Linux3188

Linux Source - RK3188 - PicUntu
Other
99 stars 98 forks source link

Lots of fixes/updates for rk30 and rk31 booting #3

Closed Galland closed 11 years ago

gen2thomas commented 11 years ago

The kernel didn't build until "CONFIG_RTL8188EU" (and prerequisites) was set. Further investigation show that the lack of definition is probably caused by the "board-rk3188-ds1006h-sdmmc-config.c" in line #71.

Background to test this: I want to make an headless picuntu system without wireless lan (K-R42).

Error message: arch/arm/mach-rk3188/../plat-rk/rk-sdmmc-wifi.c:102:31: Fehler: »RK30SDK_WIFI_GPIO_POWER_N« ist hier nicht deklariert (nicht in einer Funktion)

gen2thomas commented 11 years ago

The kernel didn't build without BT until "WL127X_RFKILL" (bluetooth power control driver) is unset.

Error messages: drivers/built-in.o: In function rda_bt_work_fun': :(.text+0x503fc): undefined reference tohci_dev_get' :(.text+0x50420): undefined reference to `hci_send_cmd'