- 积分
- 27
贡献40
飞刀2 FD
注册时间2012-8-27
在线时间7 小时
扫一扫,手机访问本帖
|
我在烧写kernel的时候错误信息如下
+------------------------------------------------------------+
| FL2440 Bootloader VER-5.1 www.witech.com.cn |
|------------------------------------------------------------|
|------------------------------------------------------------|
|CPU ID is 0x32440001 |
|FCLK=400MHz,HCLK=100MHz,PCLK=50MHz, CPU is running at 400MHz|
|UPLL=96MHz, UCLK=48MHz |
|Serial port 0, Baud rate is 115200. |
|OS image stored in NAND Flash. |
|Autoboot delay is 0 seconds. |
+------------------------------------------------------------+
+------------------------------------------------------------+
| Select Menu |
+------------------------------------------------------------+
| [0] Download & Run |
| [1] Download to flash |
| [2] Download From UART |
| [3] Boot My Application |
| [4] Boot Linux |
| [5] Boot Wince |
| [6] Erase Flash Partition |
| [7] Config parameters |
+------------------------------------------------------------+
NAND ID is 0xecda
Please select which region to write : Esc to abort
0 : offset 0x00000000, size 0x00020000 [boot]
1 : offset 0x00020000, size 0x00060000 [bootParam]
2 : offset 0x00080000, size 0x00100000 [pic]
3 : offset 0x00180000, size 0x00380000 [MyApp]
4 : offset 0x00500000, size 0x00300000 [kernel]
5 : offset 0x00800000, size 0x03c00000 [fs_yaffs]
6 : offset 0x04400000, size 0x00080000 [eboot]
7 : offset 0x04480000, size 0x03b80000 [wince]
Now download and write nand flash part [ kernel ]
press [USB Port-->transmit] to choose the file
Now, Downloading [ADDRESS:c000000h,TOTAL:1708398]
RECEIVED FILE SIZE: 1708398
(818.8KB/S,2.1S)
Now, Checksum calculation
Checksum Error!!! MEM:3c46 DN:4
Now write nand flash page 0xa00 from ram address 0xc000000, filesize = 1708398
.Check data at page 0xa00, offset 0x0 fail
.Check data at page 0xa40, offset 0x0 fail
.Check data at page 0xa80, offset 0x0 fail
.Check data at page 0xac0, offset 0x1 fail
.Check data at page 0xb00, offset 0x0 fail
.Check data at page 0xb40, offset 0x0 fail
.Check data at page 0xb80, offset 0x0 fail
.Check data at page 0xbc0, offset 0x0 fail
.Check data at page 0xc00, offset 0x0 fail
.Check data at page 0xc40, offset 0x0 fail
.Check data at page 0xc80, offset 0x0 fail
Program nand flash fail |
|