I'm working on getting my new build system up and running and with
13.10. Running any of our toolchain commands leads to "No such file or
directory". I'm guessing this has to with my system being x86_64 and
13.10 no longer including ia32_libs package, but could be incorrect.
If this is indeed the issue, my understanding is that I need to
manually install 32 bit versions of every library that's needed. Can
toolchain folks comment on this? Any possibility of getting 64 bit
native binaries or just having a repository that we can install from
and thus auto-pull the dependent 32 bit libraries?
Thanks,
~Deepak
--
Deepak Saxena - Kernel Working Group Lead
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
it works with Linaro Uboot (Samsung LT Uboot branch)
------- Original Message -------
Sender : Tushar Behera<tushar.behera(a)linaro.org>
Date : Nov 08, 2013 14:39 (GMT+05:30)
Title : Re: arndale ethernet not working on u-boot
On 8 November 2013 13:44, Daniel Lezcano <daniel.lezcano(a)linaro.org> wrote:
>
> Hi all,
>
> I have an arndale and I am trying to have the ethernet working in u-boot but
> without success.
>
> (Re)start USB...
> USB0: USB EHCI 1.00
> scanning bus 0 for devices... 2 USB Device(s) found
> scanning usb for storage devices... 0 Storage Device(s) found
> scanning usb for ethernet devices... 0 Ethernet Device(s) found
>
> I found different bugs in launchpad but without this solved.
>
> I tried different u-boot but without success.
>
> Did someone faced this issue and solved it ?
>
> Thanks
>
> -- Daniel
>
We have observed the issue with upstream u-boot, but haven't got any
solution to this problem yet.
--
Tushar Behera
<p> </p><p> </p>
Hi all,
I have an arndale and I am trying to have the ethernet working in u-boot
but without success.
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
scanning usb for ethernet devices... 0 Ethernet Device(s) found
I found different bugs in launchpad but without this solved.
I tried different u-boot but without success.
Did someone faced this issue and solved it ?
Thanks
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Hello,
I'm new to linaro. so this posting is also to ensure
my listserv access is allowing me to post.
What I was expecting is a matrix to allow new devs to quickly
glean features and decide which boards to purchase or recommend
to clients to purchase, for rapid prototyping.
Since Linaro is flapping loudly about Grub2, I should think
that support for the modern file systems on the 64 Bit arm
offerings would abound, such as ZFS, CEPH, GlusterFS, etc etc.
Anyone clustering arm dev boards into something big? Sharing knowledge?
I've been reading, but I have not found many different boards that are
supported. OK. Maybe folks are working on boards from TI, Freescale
and the other big vendors, but do not list the boards on Linaro? If
so, where would these repositories be located. For example here are a
few boards, built/offered by members of the Linaro alliance, yet I find
no embedded linux repositories for 64 bit systems and modern file
systems, clustering nor distributed applications ?
I did find Arndale 5250 support and a bunch of lesser processors
and NO SATA3 support:
https://wiki.linaro.org/Boards
Mote:
http://www.linaro.org/engineering/getting-started/low-cost-development-boar…
TI:
http://www.phytec.com/products/system-on-modules/phycore/omap5430/http://www.variscite.com/products/system-on-module-som/cortex-a15/var-som-o…http://www.ti.com/tool/omap5432-evm?DCMP=omap-5432evm-130521&HQS=omap-5432e…
You guys are kidding right? Or are the big vendors just here
for promotional (fluff) reasons?
curiously perplexed,
James
Hi,
What is a raw spin lock made by the call: DEFINE_RAW_SPINLOCK
When someone locks - it just keeps looping until it 0 & then set it to 1
and when someone unlocks it makes it 0.
is this how this works?
/Ryan