New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 349 matches

by MouettE
04 May 2015, 14:19
Forum: Development
Topic: ZFS on B3?
Replies: 17
Views: 101213

Re: ZFS on B3?

stasheck wrote:Hm, I was asking because after a few years I started to discover some bit-rot on my photo archive. ZFS offers quite nice protection against that, LVM is just a container system..
Wouldn't backups be a good answer here ?
by MouettE
04 May 2015, 00:29
Forum: Development
Topic: ZFS on B3?
Replies: 17
Views: 101213

Re: ZFS on B3?

I'm not familiar with ZFS on Linux, but on Solaris it requires an great amount of RAM to run properly (at the very least a few gigs). I would not use it on the B3 given the low RAM amount and limited CPU power. Maybe btrfs would be better choice, or stick with lvm.
by MouettE
20 Apr 2015, 16:40
Forum: B2 & B3 Support
Topic: B2 Building a Custom kernel - menuconfig issue
Replies: 20
Views: 25916

Re: B2 Building a Custom kernel - menuconfig issue

paulchany wrote:How can I run 'make' on crtsavres?
Did you try :

Code: Select all

make arch/powerpc/lib/crtsavres.o
by MouettE
19 Apr 2015, 23:20
Forum: B2 & B3 Support
Topic: B2 Building a Custom kernel - menuconfig issue
Replies: 20
Views: 25916

Re: B2 Building a Custom kernel - menuconfig issue

What I don't understand here is the sentence 'I suggest you remove the kernel package' If your custom kernel works as expected you should remove the kernel package because it conflicts with your files (the /boot/uImage file). That's my advice but it's not necessary ; however it will prevent some pa...
by MouettE
18 Apr 2015, 22:44
Forum: B2 & B3 Support
Topic: B2 Building a Custom kernel - menuconfig issue
Replies: 20
Views: 25916

Re: B2 Building a Custom kernel - menuconfig issue

If you build directly on your b2 (or your b3) do not define the ARCH and CROSS_COMPILE environment variables. The steps are very similar between the b2 and the b3 ; the configuration file is obviously different and the uImage will be inside arch/arm/boot for the b3 and arch/powerpc/boot for the b2. ...
by MouettE
17 Apr 2015, 17:20
Forum: B2 & B3 Support
Topic: B2 Building a Custom kernel - menuconfig issue
Replies: 20
Views: 25916

Re: B2 Building a Custom kernel - menuconfig issue

You don't need to load an alternate config file ; just follow the steps in my post above and forget about the wiki page (except the part 'Installing the compilation tools' to install necessary tools).
by MouettE
15 Apr 2015, 10:10
Forum: B2 & B3 Support
Topic: B2 Building a Custom kernel - menuconfig issue
Replies: 20
Views: 25916

Re: B2 Building a Custom kernel - menuconfig issue

Hi, As Gordon said the package is meant to be built with debian tools. Besides the wiki page needs a serious refresh. Here are some detailed instructions for quickly rebuilding the kernel : The instructions provided below applies only to this specific version (3.2.62-1). I will update the wiki page ...
by MouettE
05 Mar 2015, 09:31
Forum: Development
Topic: Kernel 3.2 for B2/B3
Replies: 36
Views: 102508

Re: Kernel 3.2 for B2/B3

You shouldn't try to build the kernel from master branches in git because the repositories are probably broken for now. You should download the 3.2.62-1 tagged source from here : community-b3-kernel-debian-1-3.2.62-1.tar.gz untar and then follow the instruction on the wiki from 'Customizing the kern...
by MouettE
16 Feb 2015, 11:43
Forum: B2 & B3 Support
Topic: Easyfind: what is the road map for this service?
Replies: 64
Views: 193652

Re: Easyfind: what is the road map for this service?

I cannot answer on the technical side but Rodeus intends to maintain the easyfind service for the b3. We are still in the transition process though.
by MouettE
30 Jan 2015, 21:34
Forum: Announcements
Topic: New Mybubba.org servers
Replies: 30
Views: 70232

Re: New Mybubba.org servers

We are working on bringing the hotfix server back online (it has been shut down on 15th december due to the bankruptcy). Hopefully it should be back online next week. It took a little bit longer than expected but the original excito hotfix server is finally back online. I didn't have time to test i...
by MouettE
30 Jan 2015, 08:47
Forum: B2 & B3 Support
Topic: Update UBOOT from OS
Replies: 38
Views: 73875

Re: Update UBOOT from OS

Is there something, that shows that a write to flash has happend. Or is the output the same as for me, just that my flash is never written to? The write operations are silent. Can you try a manual flash from u-boot ? This is the content of such a session : U-Boot 2010.06 (Jun 10 2011 - 09:06:51) BU...
by MouettE
29 Jan 2015, 16:22
Forum: Development
Topic: Ancient Firebird on B3
Replies: 16
Views: 25914

Re: Ancient Firebird on B3

Well after a few hours I didn't manage to compile gcc3 on the b3. I think it would be simplier to change firebird source to compile with modern gcc.
by MouettE
28 Jan 2015, 15:26
Forum: B2 & B3 Support
Topic: Update UBOOT from OS
Replies: 38
Views: 73875

Re: Update UBOOT from OS

Just did the test on my b3 and indeed it just sits here because the configuration does not reset the board after the flash procedure. Just type reset and see wether the flash was successful or not.
by MouettE
28 Jan 2015, 15:20
Forum: Development
Topic: Ancient Firebird on B3
Replies: 16
Views: 25914

Re: Ancient Firebird on B3

stasheck wrote:Yeah, it took few dozen minutes to reach this stage. If you need, I have full logs?
I have mine now so it's OK !
by MouettE
28 Jan 2015, 11:53
Forum: Development
Topic: Ancient Firebird on B3
Replies: 16
Views: 25914

Re: Ancient Firebird on B3

I'm looking into it right now directly on a b3, but compilation times are soooo sllooooww ...