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
13 Jun 2013, 04:00
Forum: Announcements
Topic: Summer campaign!
Replies: 7
Views: 19432

Re: Summer campaign!

Just ordered my first B3 !! Thanks a lot, my B2 will feel less lonely ...
by MouettE
19 Dec 2012, 11:03
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

Are you the one that wrote the Wiki "Install_Bubba_on_RAID-1_volumes"? First of all: great job you've done, really helpfull and clear from start to bottom! That's me indeed ! thanks a lot, it's always nice to know your work is useful to others ;-) As for the u-boot stuff, I suggest you du...
by MouettE
01 Dec 2012, 04:46
Forum: B2 & B3 Support
Topic: List of installed packages
Replies: 2
Views: 3830

Re: List of installed packages

Hi

The dpkg selection is stored in file /var/lib/dpkg/status. The simplest is to extract it from the install image and read it. A small awk script should be able to filter the package list ;-). I joined the status file to this post.

Regards,
by MouettE
13 Aug 2012, 06:46
Forum: B2 & B3 Support
Topic: Having trouble connecting to on-board serial port
Replies: 7
Views: 12110

Re: Having trouble connecting to on-board serial port

Hello,

The PL2303 is a converter between USB and standard RS232 serial port. It is not compatible with the TTL 3.3V console port on the B3. You need to use another adapter, such as the FTDI TTL-232RG-VREG3V3-WE, available in sereral online shops.
by MouettE
17 Nov 2011, 11:37
Forum: B2 & B3 Feature Requests
Topic: Decent iptables script
Replies: 31
Views: 39798

Re: Decent iptables script

I think a simpler way is to use iptables-restore in /etc/network/interfaces with the up keyword under eth0 or eth1. Besides that's the method debian guys recommend.
by MouettE
11 Nov 2011, 21:51
Forum: Howtos
Topic: Howto install bubba on RAID-1 array (system and data)
Replies: 3
Views: 13797

Howto install bubba on RAID-1 array (system and data)

Hello everyone, I writed a first version of my experience in installing a bubba 2 software on RAID-1 arrays. The page is on the wiki at Install_Bubba_2_on_RAID-1_volumes . Feel free to check it out and correct/improve things ! Although it is possible to do the install without a serial console access...
by MouettE
11 Nov 2011, 15:41
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

It works, wooo ! Thanks a lot I was nowhere near that. Now I can start writing the howto.
by MouettE
11 Nov 2011, 14:27
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

Well I'm making progress ; after carefully looking into flash, and reading the u-boot docs, I managed to get fw_printenv working with this configuration : # MTD device name Device offset Env. size Flash sector size /dev/mtd0 0x050000 0x002000 0x002000 /dev/mtd0 0x060000 0x002000 0x002000 But fw_sete...
by MouettE
11 Nov 2011, 10:20
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

Yes I did indeed :

Code: Select all

root@bubba:~# fw_printenv 
Warning: Bad CRC, using default environment
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ipm
bootdelay=5
baudrate=115200
by MouettE
11 Nov 2011, 09:19
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

I did notice the 0x50000 area in the flash content and tried to write the fw_env.config this way : # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd0 0x050000 0x010000 0x010000 However it doesn't work. I think that either the configuration is incorrect or the set...
by MouettE
09 Nov 2011, 14:57
Forum: Development
Topic: Accessing u-boot variables from linux
Replies: 21
Views: 58401

Re: Accessing u-boot variables from linux

Does anyone know how to get this to work on the bubba two ? I just managed to make my bubba boot on a raid-1 device, and I would like to write an howto about it ; However it requires a change in the u-boot environment, and it would be nice to avoid the serial cable prerequisite :wink: . So far I ins...
by MouettE
08 Nov 2011, 08:32
Forum: B2 & B3 Support
Topic: B2 won't accept DHCP Offer in rescue mode
Replies: 18
Views: 29315

Re: B2 won't accept DHCP Offer in rescue mode

So I started trying to diagnose this issue with my brand new serial console access :P. Here is my test environment : - A Bubba 2 with the 2.4RC1 image on a FAT32 usb disk, DO_INSTALL=0 in bubba.cfg - A laptop with debian squeeze with static IP adress 192.168.1.1/24 on eth0, without firewall - busybo...
by MouettE
08 Nov 2011, 07:34
Forum: B2 & B3 Support
Topic: ip rule kernel support
Replies: 5
Views: 12026

Re: ip rule kernel support

I recompiled the kernel to enable this feature too, but it would be nice to have it in the official kernel also. The option is IP_ADVANCED_ROUTER.
by MouettE
07 Nov 2011, 10:05
Forum: B2 & B3 Support
Topic: B2 rev RD serial access
Replies: 21
Views: 64169

Re: B2 rev RD serial access

I just received my new FTDI cable. After a quick test, I soldered it to the board, and it works fine. Awesome !
by MouettE
24 Oct 2011, 02:52
Forum: B2 & B3 Support
Topic: B2 rev RD serial access
Replies: 21
Views: 64169

Re: B2 rev RD serial access

After a contact with FTDI, they suggested a very simple test I didn't think about : contact the TX and the RX wires together on the cable, open a console and see if sent characters echo back. Which didn't work so I sent back the cable for an exchange. I shall keep you posted when I'll receive the ne...