1 version 03.00.00.05 PSP, a bunch of errors, according to the default configuration, no matter whether the EVM or Beagle, are not compiled, either the driver or the struct is not defined;
2. For version 03.0000001.06 (the latest version), the compilation is successful by default. The EVM can be used and the Beagle can be used;
3. the kernel of devkit8000 is compiled by default;
4 U-boot Compilation:
It is better to change cross_compile in makefile to U-boot, which is officially downloaded; otherwise, you need to configure arch and so on;
The uboot 1.3.3 that comes with devkit8000 is incorrect according to the default description. Note:-March does not know armv7a. I will check the official uboot and change it to armv5, but the start. s compilation will fail.
Google:
Linux-2.6-omap.git: 2.6.28-omap1_zoom: changed armv7a to armv7...-[Translate this page]
Current commit: changed armv7a to armv7-a and added bsp_1_61 extra version to Kernel
....The g3ipl expects the value at RAM address 0xa020b020 to be exactly 1
.....Called flags without declaring is a bad idea, fix this by declaring it.
...Also reorganized the Board config switch to assign number of digital
.
In the original, find the CPU/omap3/config. mk: Change armv7a to armv7-a compilation can pass. 5 x-load also has the same problem during uboot compilation, the same modification method.