[U-Boot-Users] OMAP5912 OSK - BDI2000 config file / flash instructions?

Hello,
has anybody a BDI2000 config file (with working configuration of the flash) and/or instructions how to flash an U-Boot image on an OMAP5912 OSK board?
Thanks in advance.
Best regards,
Wolfgang Denk

Hi Wolfgang,
Here is one that I have used. It worked well enough to program U-Boot into flash.
Best Regards, Chuck
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net]On Behalf Of Wolfgang Denk Sent: Wednesday, April 26, 2006 9:22 AM To: U-Boot Subject: [U-Boot-Users] OMAP5912 OSK - BDI2000 config file / flash instructions?
Hello,
has anybody a BDI2000 config file (with working configuration of the flash) and/or instructions how to flash an U-Boot image on an OMAP5912 OSK board?
Thanks in advance.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de In C we had to code our own bugs, in C++ we can inherit them.
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=k&kid%120709&bid&3057&da... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Hi Wolfgang,
Sorry, forgot to include the instructions in that msg. It has been a while since I flashed mine, so I am pretty sure these are correct. Let me know if they are not, and I can retry them here.
First, the standard ARM BDI2000 cable does not get used with this board. Use the 20-pin ARM/XScale BDI2000 cable for the osk5912.
Using the config file I sent, at the bdi2000 prompt type: unlock 0 2000 2 erase 0 prog 0 u-boot_omap5912_osk.bin binary
Then you can verify it: verify 0 u-boot_omap5912_osk.bin binary
Of course substitute your filename above as appropriate.
Best Regards, Chuck
-----Original Message----- From: Chuck Meade [mailto:chuckmeade@mindspring.com] Sent: Wednesday, April 26, 2006 9:46 AM To: Wolfgang Denk; U-Boot Cc: Chuck Meade (mindspring) Subject: RE: [U-Boot-Users] OMAP5912 OSK - BDI2000 config file / flash instructions?
Hi Wolfgang,
Here is one that I have used. It worked well enough to program U-Boot into flash.
Best Regards, Chuck
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net]On Behalf Of Wolfgang Denk Sent: Wednesday, April 26, 2006 9:22 AM To: U-Boot Subject: [U-Boot-Users] OMAP5912 OSK - BDI2000 config file / flash instructions?
Hello,
has anybody a BDI2000 config file (with working configuration of the flash) and/or instructions how to flash an U-Boot image on an OMAP5912 OSK board?
Thanks in advance.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de In C we had to code our own bugs, in C++ we can inherit them.
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=k&kid%120709&bid&3057&da... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Dear Chuck,
in message IIEEICKJLNEPBBDJICNGGEMCKLAA.chuckmeade@mindspring.com you wrote:
Sorry, forgot to include the instructions in that msg. It has been a while since I flashed mine, so I am pretty sure these are correct. Let me know if they are not, and I can retry them here.
First, the standard ARM BDI2000 cable does not get used with this board. Use the 20-pin ARM/XScale BDI2000 cable for the osk5912.
Using the config file I sent, at the bdi2000 prompt type: unlock 0 2000 2 erase 0 prog 0 u-boot_omap5912_osk.bin binary
Thanks for all the hints, which work fine.
In my case the BDI2000 config file needed more trickier tuning. I have noi idea why, but I had to remove the "WAKEUP" from the default config file and use the following commands instead (only available with latest firmware, as I understand):
SCANINIT r1:t1:w1000:t0:w1000: ;assert reset and toggle TRST SCANINIT r0:w30000 ;release reset and wait
Thanks goes once more to Ruedi Dummermuth from Abatron; without his help I'd still be searching.
Best regards,
Wolfgang Denk
participants (2)
-
Chuck Meade
-
Wolfgang Denk