Hmm, I tried to follow the instructions at http://www.angstrom-distribution.org/building-ångström<http://www.angstrom-distribution.org/building-%C3%A5ngstr%C3%B6m>, but right in step 1 I get the error: git checkout origin/stable/2009 -b stable/2009 [m...@myhost openembedded]$ git checkout origin/stable/2009 -b stable/2009 error: pathspec '-b' did not match any file(s) known to git. error: pathspec 'stable/2009' did not match any file(s) known to git. Did you forget to 'git add'? [m...@myhost openembedded]$
What am I doing wrong? if I issue a command "git branch -a", I can this: * org.openembedded.dev origin/HEAD origin/fso/milestone5 origin/fso/milestone5.5 origin/holger/hash-style origin/holger/openmoko-merges origin/holger/random-fixes origin/hrw/poky-merge/add-rpm-packages-support origin/hrw/poky-rpm origin/ieee80215 origin/jan/master origin/john_lee/fastboot-devel origin/john_lee/openmoko-toolchain origin/kergoth/alternatives origin/kergoth/autotools origin/kergoth/master origin/koen/darwin-host-fixes origin/mickey/org.openembedded.dev origin/org.openembedded.angstrom-2007.12-stable origin/org.openembedded.dev origin/org.openembedded.documentation origin/org.openembedded.dreambox origin/org.openembedded.dreambox.release_25 origin/org.openembedded.oetest origin/org.openembedded.oz354fam083 origin/org.openembedded.oz354x origin/org.openembedded.packaged-staging origin/org.openembedded.slugos.5.3-beta origin/org.openembedded.stable origin/raster origin/robertschuster/amd64-target origin/shared/xorg-7.4-update origin/stable/2009 origin/stefan/eten-support origin/ulf/linux origin/woglinde/gettext origin/xora/angstrom-sqeeezy after that doing: git checkout origin/stable/2009 -b stable/2009 leads again to the error: error: pathspec '-b' did not match any file(s) known to git. error: pathspec 'stable/2009' did not match any file(s) known to git. Did you forget to 'git add'? 2009/4/6 Koen Kooi <[email protected]> > On 06-04-09 14:56, Maxim Podbereznyi wrote: > >> Hi all! >> >> I'm using Angstrom X11 demo at at91sam9263-ek compiled with instructions >> from Linux4Sam. My system boots with incredible long time (I use NOR >> flash) >> and the problem seems to appear in long udev functioning. My system has a >> restricted set of peripherals and consequently driver support in Linux. I >> want to speed up a bootup process by changing udev to static device tree. >> How can I do it? Should I change Angstrom etc-scripts or may be kernel? >> > > If you build using the instructions at > http://www.angstrom-distribution.org/building-ångström<http://www.angstrom-distribution.org/building-%C3%A5ngstr%C3%B6m>you > will get a static /dev tree after first boot. > > regards, > > Koen > > > _______________________________________________ > Angstrom-distro-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel > _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
