Re: [Ipmitool-devel] ipmitool cross compile

2010-01-05 Thread Johnny Hung
> 1. If you don't have multiple ppc architectures, you can make symbolic links > (powerpc-e300c3-linux-gcc -> ppc-linux-gcc etc.) > > 2. If you do have multiple ppc compilers, then you must tune the file > config.sub Thank you. I think make symbolic links is a good idea. I will try it. BRs, H. J

Re: [Ipmitool-devel] ipmitool cross compile

2010-01-04 Thread Johnny Hung
2010/1/4 Ciprian Badescu : > Hi, > > I did this some time ago, I remember usual cross-compile procedure was > working for me: > > ./configure --host=ppc-linux The compile I used for ppc is powerpc-e300c3-linux-gcc, powerpc-e300c3-linux-ld, etc... so how to pass the as, ld, gcc, ar, etc...? Should

[Ipmitool-devel] ipmitool cross compile

2010-01-04 Thread Johnny Hung
Hi All, Does anyone know how to cross compile ipmitool for powerpc arch or non-x86 arch? For example, pass CC or modify configure file? Thanks in advanced. BRs, H. Johnny -- This SF.Net email is sponsored by the Verizon D

Re: [Ipmitool-devel] upgrade firmware using ipmitool

2009-10-15 Thread Johnny Hung
For upgrade HPM.1 firmware using lan interface, try to use: ipmitool -I lan -H ShMM_ip_addr -b channel -t targer_address hpm upgrade hpm1_upgrade_filw activate ex, ipmitool -I lan -H 172.16.13.209 -b 0 -t 0x82 hpm upgrade hpm1fw.ing activate BRs, H. Johnny 2009/9/25 sashi : > Hi, > > Am very new