[U-Boot] Problem booting linux with device tree table

Hi all
I am trying to boot mpc8313erdb with linux-2.6.35.4, i am using the last verion of u-boot from denx
i use dtc compiler with following command: dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts
Booting process gives following error and reset the board. WARNING: could not create /chosen FDT_ERR_NOSPACE. ERROR: /chosen node create failed - must RESET the board to recover.
somebody advises me to add a chosen node in my DTS file,but The issue is not solved.
Regards.

Dear =?UTF-8?B?5byg5oms?=,
In message AANLkTinVniNBre--k=a+J_P8yJrr8jvAHOmjT7fy=gsj@mail.gmail.com you wrote:
i use dtc compiler with following command: dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts
Booting process gives following error and reset the board. WARNING: could not create /chosen FDT_ERR_NOSPACE.
Well, this is a pretty descriptive message, isn;t it? You don;t reserve enough space i your device tree.
somebody advises me to add a chosen node in my DTS file, but The issue is not solved.
Instead of yousing your custom dtc command, you should use the kernel's default rule which should work better.
Now you've posted the same question 3 times. I hope this is enough.
Best regards,
Wolfgang Denk

2011/1/12 Wolfgang Denk wd@denx.de:
Dear =?UTF-8?B?5byg5oms?=,
In message AANLkTinVniNBre--k=a+J_P8yJrr8jvAHOmjT7fy=gsj@mail.gmail.com you wrote:
i use dtc compiler with following command: dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts
Booting process gives following error and reset the board. WARNING: could not create /chosen FDT_ERR_NOSPACE.
Well, this is a pretty descriptive message, isn;t it? You don;t reserve enough space i your device tree.
somebody advises me to add a chosen node in my DTS file, but The issue is not solved.
Instead of yousing your custom dtc command, you should use the kernel's default rule which should work better.
Now you've posted the same question 3 times. I hope this is enough. sorry, :-( i firstly use the maillist. I will be carefull next time
thanks again for your time replaying to the e-mail
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de The use of anthropomorphic terminology when dealing with computing systems is a symptom of professional immaturity. -- Edsger Dijkstra
participants (2)
-
Wolfgang Denk
-
张扬