Lurch
> --
> You received this because you are subscribed to the "Bifferboard" Google
> group - honest!
> To unsubscribe from this group, send email to
> bifferboard...@googlegroups.com
By some coincidence, 3 hours ago my init script fix seems to have been
applied:
https://dev.openwrt.org/browser/trunk/target/linux/rdc/base-files/lib/preinit
So try to hold back the disbelief, but the OpenWrt tarball build
actually works now, with kernel 2.6.30.10, however don't expect any of
the functionality I added to 2.6.30.5 to be there, but might be useful
if you want basic Samba NAS setup or whatever. I'm not saying it does
anything useful, but it should boot.
Oh yes, and you still need to follow my instructions above, because
you need console and NULL devices.
I have this setup running over ubifs on the on-board flash, but the
setup's far too complicated to document at the moment, but will do at
some point. I really want to know why I can't get JFFS working
though, still haven't figured that one out.
regards,
Biff.
On Feb 4, 12:25 pm, Andrew Scheller <ya...@loowis.durge.org> wrote:
> You don't say which version of OpenWRT you're using, but I wonder if
> you mean this? (which AFAIK is correct for bb-bin-1.4)http://sites.google.com/site/bifferboard/Home/howto/install-opkg-files
>
> Lurch
https://dev.openwrt.org/browser/trunk/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc#L18
Should line 18 be:
[ "$mac1" = "FF:FF:FF:FF:FF:FF" -o "$mac1" = "0:0:0:0:0:0" ] && unset mac1
(i.e. -o "$mac1" instead of -o "$mac0")
I'm not a OpenWRT developer, so wouldn't know who/how to contact!
> So try to hold back the disbelief, but the OpenWrt tarball build
> actually works now, with kernel 2.6.30.10,
Cool, you finally got there, congrats! :) Something else for me to
look at if I find time...
Lurch
I'd forward it, but devs only want patches, anything else tends to get
dropped on the floor (hint, hint)
Biff.
I can't create a patch, cos I don't have the source code on my
machine. But it's basically:
trunk/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc
- [ "$mac1" = "FF:FF:FF:FF:FF:FF" -o "$mac0" =
"0:0:0:0:0:0" ] && unset mac1
+ [ "$mac1" = "FF:FF:FF:FF:FF:FF" -o "$mac1" =
"0:0:0:0:0:0" ] && unset mac1
*If* I play around with openwrt-svn at the weekend, then I may create a patch.
Lurch
I'm sure he was perfectly aware. He can't possibly be that stupid and
still be developing OpenWrt, but there is a 10% chance you are right.
I understood it 100%. An oops is an oops, even if purely cosmetic.
You cannot live with that, if only because people will continually ask
you if it is actually a problem, and it looks like sh*t..
But if what you are saying is true, there's a great opportunity for the
developer to actually explain this to me, instead of just ignoring me.
I dunno, maybe I'm just different from other people, but when I see
someone making an effort ...
I was asking the guy who broke the code to back out his
change so the RDC kernel stopped oopsing, and even then, only for
RDC. I didn't think that was a big ask.
When you've got developers who won't back out their breakages until 12
months after they've been pointed out to them, it's time to fork. I
didn't want to, but I had little choice, either that or keep a set of
patches, on what is effectively a set of patches itself. Now that'll
make your head spin....
I'd completely forgotten about this, so I checked and the same error
is still in trunk! So I've now submitted it as
https://dev.openwrt.org/ticket/11166
No reply yet...
Lurch
No reply yet...Lurch
"We" or "Biff" ? ;-)
> OpenWrt is derived, which (although I didn't solve my problem) appears
> to have a different development structure, that might be more suited
> to the needs of the Bifferboard community:
I've no familiarity with Buildroot, but it seems much more geared
towards building minimal standalone "static images", whereas OpenWRT
seems much more focused on package-management and having lots of
available packages?
Which I guess kinda makes OpenWRT a middle-ground between Buildroot
and Slackware?
> http://lists.busybox.net/pipermail/buildroot/2012-March/050757.html
Interesting series of discussions, which I had no idea you were
working on. Thanks for posting the link :)
> This has the potential to support 1MB devices as well as 8MB ones with
> the same toolchain and rootfs preparation scripts, something OpenWrt
Is the proportion of 1MB boards sold/in-use enough to make that worth
worrying about? Given how little a brand new 8MB board costs...
> will never do, but the drawback is that we'd need to do some work to
> get the JFFS support for the Bifferboard into there (flash map and so
> on).
I guess that's something only you'd be able to do - doesn't seem to be
any other kernel hackers in the Bifferboard community.
i.e. it's up to you to judge if the effort is worth it.
> Still, I like not only the attitude of the developers, but also the
Yeah, I guess that's a BIG help :)
> way the code is structured. It's trying to do all the things I'd like
> to see (there is a check-box for RTAI support!), even if it's not
> succeeding all the time.
It certainly seems much easier to configure Buildroot than Openwrt...
The decision is obviously yours to make, but IMHO you ought to weigh
up if the advantages of switching to buildroot outweigh the
disadvantages of switching the "current development system" for
BifferBoard yet again...
Ideally both would be supported, but as you're only a
one-man-developer that's obviously not a reasonable expectation.
Lurch
I stand corrected! As I said I've never looked at buildroot before.
> than how many packages there are. There are people in the buildroot
> community *interested* in RTAI, whereas there's nobody interested from
> the OpenWrt camp.
Presumably that's a human-level decision though, rather than a
project/technology-level decision? (i.e. it's just bad luck that none
of the openwrt developers are interested in RTAI?)
And as it involves kernel-patches, isn't RTAI a bit more than "a package"?
>> Is the proportion of 1MB boards sold/in-use enough to make that worth
>> worrying about? Given how little a brand new 8MB board costs...
> - First, it's a fascination of mine which has nothing to do with
> commercial consideration.
[snip other reasons]
Fair enough ;)
> Oh, I won't be switching anytime soon. I'm just saying if someone
> were to solve the other problems and get a port up and running I'd be
> persuaded to contribute patches to that project, because I'd feel it
> worthwhile, but the inertia would have to come from someone else.
I see. Am I the only person wondering if the Bifferboard community is
starting to run out of inertia? There seems to be a fruit-themed Linux
board (which doesn't have any on-board flash) which has currently
taken everyone's attention... ;)
Lurch
I second that . A more powerful bifferboard would be great
--
To unsubscribe send email to bifferboard+unsubscribe@googlegroups.com
...but would come with the danger of giving Rilhas even more crazy ideas ;-D
Lurch
We could just concentrate on Buildroot, the base project from which
There seems to be a fruit-themed Linux
board (which doesn't have any on-board flash) which has currently
taken everyone's attention... ;)