[U-Boot] (no subject)

2012-06-22 Thread apple pie
http://www.spnb.com.my/better_in_June.php ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] how to make mkimage command work?

2012-05-18 Thread apple pie
Hi, Please correct me if I am wrong. From what I understand, u-boot itself is relocated to RAM by calling the procedure: relocate_code at the end of the procedure: board_init_f . There is a need for me to load an executable to a static address (say, 0x82xx_) in RAM such that control

[U-Boot] how to use u-boot to relocate an executeable to a static address in RAM?

2012-05-16 Thread apple pie
resend because of rebounce From: east...@hotmail.com To: u-boot@lists.denx.de Subject: how to use u-boot to relocate an executeable to a static address in RAM? Date: Wed, 16 May 2012 00:23:12 + Hi, Please correct me if I am wrong. From what I understand, u-boot itself is relocated

[U-Boot] how to use u-boot to relocate an executeable to a static address in RAM?

2012-05-15 Thread apple pie
Hi, Please correct me if I am wrong. From what I understand, u-boot itself is relocated to RAM by calling the procedure: relocate_code at the end of the procedure: board_init_f . There is a need for me to load an executable to a static address (say, 0x82xx_) in RAM such that control c

[U-Boot] procedure to down load u-boot to RAM

2012-04-09 Thread apple pie
Hi Wolfgang, I have a number of u-boot development questions that I would like to raise to you for answers: (1) Is it possible to install u-boot in a Windows XP environment? If it is, please tell me the steps to follow. Are they the same as those cut out for Linux? (2) Is it possible to use 'c

[U-Boot] confusion about running raw binary files

2012-03-10 Thread apple pie
Hi, All along, I have been thinking is: to run an u-boot binary on a board, two steps are required: (1) configure u-boot (2) cross-compile the source. I was a bit confused when I was told the followings: To run binary code, you do not need to create any specific images. Just load the raw bina