2008-02-19 06:09:24 current trunk
Vitja Makarov (RUSSIAN FEDERATION)
Message: 51270 Hi!
What toolchain to use with current trunk kernel? I tried SVN-one,
kernel doesn't boot, I heared about 2008r1 toolchain but was unable to find it (
it says:
bf537> bootm
## Booting image at 01000000 ...
Image Name: uClinux Kernel and ext2
Created: 2008-02-19 11:06:14 UTC
Image Type: Blackfin Linux Kernel Image (gzip compressed)
Data Size: 2047016 Bytes = 2 MB
Load Address: 00001000
Entry Point: 00001000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting Kernel at = 1000
code=[0x24], stack frame=0x3f9b8c0, bad PC=0x3fc0158
Unhandled IRQ or exceptions!
Thank,
vitja.
QuoteReplyEditDelete
2008-02-19 07:05:17 Re: current trunk
Javier Herrero (SPAIN)
Message: 51272 Hello,
If you are using a custom board with custom vendor makefile, perhaps you must review the makefile, since somewhere from 2007R1 to svn the entry point is not longer 0x1000 as shown in your boot. We find the same problem in our BF532 board. You can compare your makefile with the BF537-STAMP makefile.
Regards,
Javier
QuoteReplyEditDelete
2008-02-19 15:30:22 Re: current trunk
Vitja Makarov (RUSSIAN FEDERATION)
Message: 51295 Thank you!
I used svn-trank uclinux-dist tree and it worked. For me but I has problem with host ld, when linking ld says that incorrect -rpath option is given. I found that ld from tools directory was called and rearranged path settings in makefile and that worked for me.
Also I found that isp1362-hcd is broken, I will submit patch soon.
vitja.