yes,I am using SDK1.2 which supported p1023rds.Actually, my board is far from
P0123RDS, so I must build binary according to my designing. Now I ecounter this
problem and I don't know how to do next. So I need you help to boot linux. I
restate my board parameter as follows:uboot environment :XJTU=> pribaudrate=
115200bootargs=root=/dev/mtdblock2 console=ttyS0,115200,rootfstype=jffs2
rwbootcmd=bootm 0xedc00000 - 0xedee0000bootdelay=3bootfile=uImagegatewayip=192.
168.1.1hwconfig=usb1:dr_mode=host,phy_type=ulpiipaddr=192.168.1.22loadaddr=
1000000serverip=192.168.1.23stderr=serialstdin=serialstdout=serialEnvironment
size: 342/8188 bytes
when I bootm : XJTU=> bootmWrong Image Format for bootm commandERROR: can't
get kernel image!
when I boot:XJTU=> boot## Booting kernel from Legacy Image at edc00000 ...
Image Name: Linux-3.0.34-rt55 Image Type: PowerPC Linux Kernel Image (
gzip compressed) Data Size: 2352462 Bytes = 2.2 MiB Load Address:
00000000 Entry Point: 00000000 Verifying Checksum ... OK## Flattened
Device Tree blob at edee0000 Booting using the fdt blob at 0xedee0000
Uncompressing Kernel Image ... OK Loading Device Tree to 00fe9000, end
00fff66d ... OK And hung up!!!!! my BSP package: uboot:u-boot-2011.12-
powerpc uImage: linux-3.0.34 file system: jffs2 dtb: p1023rds.dtsattachment
includes: P1023rds.hdtscould you give me some advices??
a
body {
font-family: Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: 100%;
}
/* Webkit */
h1, h2, h3, h4, h5, h6, p, hr {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
.button td {
background-image: -moz-linear-gradient(top, #75B7E3 0%, #5498D6 50%, #408BD0
51%, #387AC8 100%) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(
0%,#75B7E3), color-stop(50%,#5498D6), color-stop(51%,#408BD0), color-stop(100%,#
387AC8)) !important;
-webkit-box-shadow: inset 0 1px 0 #74b9de, 0 1px 3px rgba(0,0,0,.3) !
important;
-moz-box-shadow: inset 0 1px 0 #74b9de, 0 1px 3px rgba(0,0,0,.3) !important;
}
alexander.yakovlev 写:
NXP Community
Re: about booting linux
reply from alexander.yakovlev in QorIQ Processing Platforms - View the full
discussion
We offer ready-to-use Linux "board support packages" for our processors.
For P1023 processor - this processor is supported by "Linux SDK for QorIQ
processors":
http://www.nxp.com/products/microcontrollers-and-processors/more-processors/
application-specific-mcus-mpus/c29x-family-of-crypto-coprocessors/linux-sdk-for-
qoriq-processors:SDKLINUX
Note P1023 is mature product and may be not supported in most recent version of
SDK.
Please look previous releases.
For example, SDK version 1.9 - file "QorIQ SDK V1.9 PPCE500V2 IMAGE.iso"
contains ready-to-use binaries for P1023-based "RDB" board (folder "p1023rdb").
If your custom board is very far from RDB, than please build binary for your
custom board from SDK sources.
Have a great day,
Alexander