erik_dykema <> [2010-10-24 21:35:56]:
> Hello Petr- Thanks for your help & contribution. I tested your kernel +
> filesystem on a TS-7260 and it works great out of the box! One question if
> you have a moment to respond: I'm interested in building or finding a
> root-filesystem which has some other things ( mainly, python + wifi drivers
> ). Do you have any suggestions or references to instructions for
> rolling-your-own root filesystems?
Hi,
thank you for testing. Now it's not that easy, but in the future you should be
able to just do:
$ opkg update
$ opkg install python-numeric
For now, you'll need to take a look at[1] and [2], and do something like this:
$ git clone git://gitorious.org/angstrom/angstrom-setup-scripts.git
$ sh oebb.sh config ts72xx
$ sh oebb.sh update
$ source ~/.oe/environment
$ bitbake minimal-image
Please remember, that it builds almost everything from scratch, so it will
download a lot of stuff from the web and also will take some space(don't know
exactly how much, but it's something about 2-5GB) and time to build it.
1. http://www.angstrom-distribution.org/simplified-development-setup
2. http://www.angstrom-distribution.org/building-angstrom
-- ynezz
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|