2009-02-23 15:55:36 bluetechnix cm-bf561v2 linux booting problems
Alexander Heiland (GERMANY)
Message: 69770
Hi,
I compiled a new kernel for the Bluetechnix cm-bf561v2. I used all defaults, but when I try to boot the kernel I get the following:
CPU: ADSP BF561 Rev.: 0.14
Board: Bluetechnix CM-BF561v2 core module
Support: http://www.bluetechnix.at/
Clock: VCO: 550 MHz, Core: 550 MHz, System: 110 MHz
SDRAM: 64 MB
Device ID of the Flash is 89881a
Memory Map for the Flash
0x20000000 - 0x20800000 Single Flash Chip
Please type command flinfo for information on Sectors
FLASH: 8 MB
In: serial
Out: serial
Err: serial
ERROR: Can't find SMC91111 at address 28000300
Hit any key to stop autoboot: 0
CM-BF561v2> version
U-Boot-1.1.3-ADI-R06R2 (Jul 1 2008 - 20:10:33)
CM-BF561v2> loadb
## Ready for binary (kermit) download to 0x01000000 at 115200 bps...
U-Boot-1.1.3-ADI-R06R2 (Jul 1 2008 - 20:10:33)
CPU: ADSP BF561 Rev.: 0.14
Board: Bluetechnix CM-BF561v2 core module
Support: http://www.bluetechnix.at/
Clock: VCO: 550 MHz, Core: 550 MHz, System: 110 MHz
SDRAM: 64 MB
Device ID of the Flash is 89881a
Memory Map for the Flash
0x20000000 - 0x20800000 Single Flash Chip
Please type command flinfo for information on Sectors
FLASH: 8 MB
In: serial
Out: serial
Err: serial
ERROR: Can't find SMC91111 at address 28000300
Hit any key to stop autoboot: 0
CM-BF561v2> version
U-Boot-1.1.3-ADI-R06R2 (Jul 1 2008 - 20:10:33)
CM-BF561v2> loadb
## Ready for binary (kermit) download to 0x01000000 at 115200 bps...
CM-BF561v2> bootm 1000000
## Booting image at 01000000 ...
Image Name: uClinux Kernel and ext2
Image Type: Blackfin Linux Kernel Image (gzip compressed)
Data Size: 2078168 Bytes = 2 MB
Load Address: 00001000
Entry Point: 00144000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting Kernel at = 144000
����f~f����f�����x��x�x�������`��憘f�f�����~����f�����ff�����~�x��
Can anyone help me with this?
Best regards,
Alexander
config_kernel
TranslateQuoteReplyEditDelete
2009-02-23 16:04:49 Re: bluetechnix cm-bf561v2 linux booting problems
Mike Frysinger (UNITED STATES)
Message: 69771
most likely you didnt set the serial baud properly, so u-boot runs at 115200 but linux runs at 57600
also, that version of u-boot isnt supported here ... you should upgrade to 2008R1.5
QuoteReplyEditDelete
2009-02-25 16:52:42 Re: bluetechnix cm-bf561v2 linux booting problems
Alexander Heiland (GERMANY)
Message: 69915
thank you very much for your help.