I'm looking for a link to the previous Linux kernel releases by TI for the AM335x, specifically:
linux-3.2.0-psp04.06.00.10
Is there a permalink where I can download this base software version?
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.
I'm looking for a link to the previous Linux kernel releases by TI for the AM335x, specifically:
linux-3.2.0-psp04.06.00.10
Is there a permalink where I can download this base software version?
You can get that PSP here:
http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/index.html
Here's a link to the previous SDK (6.00) as well:
http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/06_00_00_00/index_FDS.html
I was having trouble finding earlier revisions! Hopefully this has you covered.
Brad, thanks for the links. Looks like at the first one I can get:
![]() |
am335x-evm-sdk-src-06.00.00.00.tar.gz | AM335x SDK PSP Source Code |
372344K |
Which contains 04.06.00.11, one newer than what I was hoping for, and the second one seems to have everything just shy of what I needed:
| AM335x Linux PSP - 04.06 | |
| AM335x Linux PSP - 04.06.00.02 | TSPA-licensed PSP for AM335x BeagleBone board |
| AM335x Linux PSP - 04.06.00.03 | TSPA-licensed PSP for AM335x BeagleBone and EVM boards |
| AM335x Linux PSP - 04.06.00.06 | TSPA-licensed PSP for AM335x BeagleBone and EVM boards |
| AM335x Linux PSP - 04.06.00.07 | TSPA-licensed PSP for AM335x BeagleBone and EVM boards |
| AM335x Linux PSP - 04.06.00.08 | TSPA-licensed PSP for AM335x BeagleBone, EVM-SK and EVM boards |
They go all the way up to 04.06.00.08, but didn't quite make it to the elusive 04.06.00.10 that I was looking for.
It is much closer than what I had, but not exactly there. I don't suppose you've found anything else that hits the mark? I'm still searching for exactly the same version.
Back in SDK 5.07 when we shipped that particular version we were still hosting the Linux kernel at arago-project.org:
http://arago-project.org/git/projects/linux-am33x.git
My suggestion would be:
If you're looking for the corresponding u-boot that would be on git.ti.com. We use gitorious there so I can give you a nice easy link to download a tarball in that case:
http://git.ti.com/ti-u-boot/ti-u-boot/archive-tarball/ti-u-boot-2013.01.01-amsdk-05.07.00.00
Of course it's generally better to actually do the full clone so that you can have access to all the commit logs, etc.