| Summary: | Are AT91 patches supplied with Buildroot-2009.08 out of date? | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Steve <steven.tupper> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | buildroot |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Fedora 10 | Target: | AT91SAM9G20-EK |
| Build: | Buildroot-2009.08 | ||
|
Description
Steve
2009-10-29 12:01:26 UTC
(In reply to comment #0) > Trouble is, when it comes to applying the patches the build system falls over > with: > > Applying u-boot-2009.01-001-at91rm9200.patch using plaintext: > patching file include/asm-arm/arch-at91rm9200/at91_pio.h > patching file include/asm-arm/arch-at91rm9200/at91_pmc.h > patching file include/asm-arm/arch-at91rm9200/AT91RM9200.h > Hunk #1 FAILED at 28. It sounds like you have enabled BR2_TARGET_U_BOOT_2009_01_ARCH_AT91 (AT91 patches for u-boot-2009.01). Don't do that if you are not using the 2009.01 version of u-boot. I'll fix up kconfig so you won't be able to do so in the future. On a related note, you won't find support for the 9g20 in the ancient 1.2.0-atmel release, you better use the 2009.08 release instead. > So I suppose what I am saying is that i think that the AT91 patches supplied > with Buildroot-2009.08 are out of date or just wrong or i am doing something > stupid that i can't see (i find it hard to believe i am the only person with > this issue). The AT91 patches we have are indeed fairly old, but most AT91 stuff is in mainline nowadays, so you don't need (many) patches. Many thanks Peter, changing to the latest uboot option in the config and deselecting 'add patches' option allows the build to complete. Sadly none of my outputs actually work properly: * All atmel demo apps - works fine * my uboot (nandflash) + the atmel demo apps - gives me the CRC error * my kernel + the atmel demo apps - gives me kernel panic * my rootfs + the atmel demo apps - can't login to the kernel so you can see i still have my work cut out but i think this is all configuration related and so my problem and i will contact atmel for help with it and see if they have any patches. So thanks again Steve At the end of the bug report, there isn't really a precise report of a particular issue, except that the Buildroot user is going to contact Atmel for support. I'm therefore closing this bug, but Steve, if you're still having issues with Buildroot, feel free to reopen it, or to open other bugs with reports of the issues you're facing. |