This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Starter Kit Linux kernel source

Other Parts Discussed in Thread: WL1271

I'm trying to rebuild the supplied kernel myself (the microSD card I've got with my device has following caption: SDK 05.05.00.00). AFAIK the kernel tag/branch should be http://arago-project.org/git/projects/?p=linux-am33x.git;a=shortlog;h=refs/heads/AM335XPSP_04.06.00.08, but when I configure kernel via make "make am335x_evm_defconfig", there WLAN stack is not really selected and hence wl1271 is also not activated.

I've downloaded am335x-evm-sdk-src-05.06.00.00.tar.gz, as mentioned here http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/index_FDS.html, but it has the same kernel configuration. I can activate wl1271 myself, but the card won't be found during the boot process. The supplied 3.2.0 kernel has no problem detecting the card.

The dev board itself will be detected as:

[    0.983489] Board name: A335X_SK
[    0.986846] Board version: 1.2B
[    0.990112] The board is a AM335x Starter Kit.

Where do I get source and config, that will let me use wl1271 card?

Best regards,

Yegor