Dear Linaro,
I am looking at using the ALIP filesystem on a Cortex-A8 based RTSM model (Fast Model). My question is whether the base filesystem can be used without the HWPACK? In other words, can I use the "http://releases.linaro.org/platform/linaro-n/alip/11.08/alip-n-tar-20110823-..." as an NFS root filesystem standalone?
Regards, Fred
****************************************************************** Frederik Lotter, Application Engineer at ARM Ltd. UK Support Team....: +44 (0)1223 400600 US Support Team....: +1 512 381 2928 110 Direct Dial........: +44 (0)1223 400549 Email..............: Frederik.Lotter@arm.com ******************************************************************
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Yes you should be able do something like that. You'll need to care of installation of modules (if any) that your kernel might need as well as any other kernel oriented setup you would need.
On Wed, Sep 14, 2011 at 10:29 AM, Frederik Lotter Frederik.Lotter@arm.com wrote:
Dear Linaro,
I am looking at using the ALIP filesystem on a Cortex-A8 based RTSM model (Fast Model). My question is whether the base filesystem can be used without the HWPACK? In other words, can I use the "http://releases.linaro.org/platform/linaro-n/alip/11.08/alip-n-tar-20110823-..." as an NFS root filesystem standalone?
Regards, Fred
Frederik Lotter, Application Engineer at ARM Ltd. UK Support Team....: +44 (0)1223 400600 US Support Team....: +1 512 381 2928 110 Direct Dial........: +44 (0)1223 400549 Email..............: Frederik.Lotter@arm.com
<snip>
Hi,
I am using the ALIP filesystem with my own kernel and kernel modules (2.6.35).
The startup seems to encounter 3 errors after which it does not proceed any further. If I am moving outside of an area you can help with I understand. If you can give me a tip on what could possibly be happening here that would be a bonus.
----
VFS: Mounted root (nfs filesystem) on device 0:11. Freeing init memory: 140K init: ureadahead main process (454) terminated with status 5 mount.nfs: remote share not in 'host:dir' format mountall: mount / [460] terminated with status 32
----
Regards, Fred
-----Original Message----- From: Tom Gall [mailto:tom.gall@linaro.org] Sent: 14 September 2011 16:36 To: Frederik Lotter Cc: Linaro Dev Subject: Re: ALIP filesystem
Yes you should be able do something like that. You'll need to care of installation of modules (if any) that your kernel might need as well as any other kernel oriented setup you would need.
On Wed, Sep 14, 2011 at 10:29 AM, Frederik Lotter Frederik.Lotter@arm.com wrote:
Dear Linaro,
I am looking at using the ALIP filesystem on a Cortex-A8 based RTSM model (Fast Model). My question is whether the base filesystem can be used without the HWPACK? In other words, can I use the "http://releases.linaro.org/platform/linaro-n/alip/11.08/alip-n-tar-20110823-..." as an NFS root filesystem standalone?
Regards, Fred
Frederik Lotter, Application Engineer at ARM Ltd. UK Support Team....: +44 (0)1223 400600 US Support Team....: +1 512 381 2928 110 Direct Dial........: +44 (0)1223 400549 Email..............: Frederik.Lotter@arm.com
<snip>
-- Regards, Tom
"We want great men who, when fortune frowns will not be discouraged." - Colonel Henry Knox Linaro.org │ Open source software for ARM SoCs w) tom.gall att linaro.org w) tom_gall att vnet.ibm.com h) tom_gall att mac.com
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
On Thu, Sep 15, 2011 at 10:05:59AM +0100, Frederik Lotter wrote:
The startup seems to encounter 3 errors after which it does not proceed any further. If I am moving outside of an area you can help with I understand. If you can give me a tip on what could possibly be happening here that would be a bonus.
VFS: Mounted root (nfs filesystem) on device 0:11. Freeing init memory: 140K init: ureadahead main process (454) terminated with status 5 mount.nfs: remote share not in 'host:dir' format mountall: mount / [460] terminated with status 32
What does your fstab look like? This normally happens when you've got an entry there with type "nfs" but a non-NFS-style (foo:/bar) path.