Home Forum Developers IP0x FX08

JRPassphrase Registration Control

In order to register on this site, you must first submit the passphrase below.

TODO list for each hardware target can be found as sticky topic in the corresponding forum


spiga
useravatar
User Info

FX08

Hi

trying to build image for fx08
i have this error:

===========================================
[root@localhost fx08]# make all
mkdir -p /root/ipbx/fx08/build_fx08/root
tar xjf /root/ipbx/fx08/dl/uClinux-dist-2009R1.1-RC4.tar.bz2 -C /root/ipbx/fx08/build_fx08;
patch -d /root/ipbx/fx08/build_fx08/uClinux-dist -p1 < package/uClinux-dist/ncpu.patch
patching file Makefile
patch -d /root/ipbx/fx08/build_fx08/uClinux-dist -p1 < package/uClinux-dist/curl.patch
patching file lib/libcurl/Makefile
patch -d /root/ipbx/fx08/build_fx08/uClinux-dist -p1 < package/uClinux-dist/vendors/SwitchVoice/FX08/pre_config/fx08.patch
patching file linux-2.6.x/arch/blackfin/Kconfig
Hunk #1 FAILED at 260.
Hunk #2 FAILED at 296.
Hunk #3 FAILED at 429.
Hunk #4 FAILED at 441.
Hunk #5 succeeded at 394 with fuzz 2 (offset -72 lines).
4 out of 5 hunks FAILED -- saving rejects to file linux-2.6.x/arch/blackfin/Kconfig.rej
patching file linux-2.6.x/arch/blackfin/mach-bf533/boards/Kconfig
Hunk #1 FAILED at 26.
1 out of 1 hunk FAILED -- saving rejects to file linux-2.6.x/arch/blackfin/mach-bf533/boards/Kconfig.rej
can't find file to patch at input line 87
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- uClinux-dist-2008R1-RC8-orig/linux-2.6.x/include/asm-blackfin/mach-bf533/mem_init.h        2007-05-17 20:27:29.000000000 +0930
|+++ uClinux-dist-2008R1-RC8/linux-2.6.x/include/asm-blackfin/mach-bf533/mem_init.h     2008-03-22 13:44:14.000000000 +1030
--------------------------
File to patch:
=================================

Any ideas?

Thanks



Edited By:  spiga
Jun-24-10 15:17:00

Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

Have you tried using the IP08 build the hardware should be the same.


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

IP08 have ADSP BF532 400Mhz

FX08 have DSP chip BF533SKBCZ 600MHZ

I'm not sure that ip08 image is good for FX08
but i'm not expert


Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

You should be able to change the processor in the kernel config by going
make menuconfig
select "Target Architecture configuration (custom kernel options)'
select custom kernel options

Save settings and run make you should then be presented with the kernel options where youo can change the processor type.

I can’t confirm if the image will work correctly but it could be worth a shot!!
--make sure you have your serial cable handy--

Let us know how you go!!


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

Now i'm able to compiling ip04 switchfin image but not for FX08

Can anyone try to select FX08 in menuconfig?

Thanks


Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

Hi Spiga

The FX08 configs are out of date and wont compile (old kernel configs and patches)
we will look into it for you!!


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

Thanks wink


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

I don't undestood

in fx08 i can upload atcom firmware and work fine but with switchfin/voice image ethernet port is not load and i can't acces to system.sad


Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

What atcom image did you use?


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

IP04-0.3.8-100706.md5


Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

Hi spiga

Sorry for the late reply, can u use the switchvoice IP02/04/08 firmware and using a  serial cable run ifconfig, I'm pritty sure the FX08 still uses the DM9000 network chipset.

Let me know if ifconfig shows anything other than the loopback


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

My log

root@ip0x:~> ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

root@ip0x:~> ifconfig eth0 192.168.0.100
SIOCSIFFLAGS: Cannot assign requested address
root@ip0x:~> ifconfig eth0 down
root@ip0x:~> ifconfig eth0 192.168.0.100
SIOCSIFFLAGS: Cannot assign requested address

root@ip0x:~> ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
                    Interrupt:48

eth1      Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
                    Interrupt:47

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

root@ip0x:~>


Administrator has disabled public posting
admin
useravatar
User Info

Re: FX08

Hi Spiga,

We still don't support FX08.
You can get partial support here but probably the best is to contact Edge PBX directly.

Best Regards
Dimitar


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

I'm trying to install switchfin image in FX08 :-)


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

No problem with uImage-ip02-ip08-ui2.19.img

Compliments for GUI 4.0 very cool.


Administrator has disabled public posting
admin
useravatar
User Info

Re: FX08

Hi Spiga,

Do you mean you have your FX08 fully working with uImage-ip02-ip08-ui2.19.img ?
This will be a great surprise to me smile

Best Regards
Dimitar


Administrator has disabled public posting
spiga
useravatar
User Info

Re: FX08

Yes Dimitar

Image is loaded and ok
All fxo fxs module are loaded
only one ethernet port is view
Setup from GUI is ok

Now i must test asterisk


Administrator has disabled public posting
Albi90
useravatar
User Info

Re: FX08

Oh this is great news
You probally won't be able to configure the digital hardware tho, but if that's the only issue it should be easy to enable, keep us informed on your testing!!

Thanks
Jason


Administrator has disabled public posting

Board Info

Board Stats:   Total Users: 2587  Total Topics: 299  Total Polls: 1  Total Posts: 1727  Dormant
User Info:   Newest User :  user2553   Members Online: 0   Guests Online: 198
Online  There are no members online
Topic
New
Locked
Topic
New
Locked
Sticky
Active
New/Active
Sticky
Active
New/Active
New/Closed
New Sticky
Closed/Active
New/Locked
New Sticky
Locked/Active
Active/Sticky
Sticky/Locked
Sticky Active Locked
Active/Sticky
Sticky/Locked
Sticky/Active/Locked