Re: [fedora-arm] How do I enable mounting /usr as a separate (read-only) partition on Fedora 17?

2013-11-21 Thread Alex Villací­s Lasso
- *From*: Alex Villací­s Lasso mailto:alex%20%3d%3fiso-8859-1%3fq%3fvillac%3ded%3dads%3f%3d%20lasso%20%3ca_villa...@palosanto.com%3e>> *To*: arm@lists.fedoraproject.org <mailto:arm@lists.fedoraproject.org> *Subject*: [fedora-arm] How do I enable mounting /usr as a separate (read-only)

[fedora-arm] How do I enable mounting /usr as a separate (read-only) partition on Fedora 17?

2013-11-20 Thread Alex Villací­s Lasso
I have this ARM project for which I have installed Fedora 17 armv5tel on a SD card. The installation is one small FAT partition where the kernel and initramfs files can be placed, and one EXT3 partition where the root filesystem lives. This mode of operation boots correctly. Now I want to move t

Re: [fedora-arm] How to debug: Initramfs unpacking failed: junk in compressed archive

2013-10-24 Thread Alex Villací­s Lasso
El 24/10/13 12:17, Richard W.M. Jones escribió: On Wed, Oct 23, 2013 at 12:11:57PM -0500, Alex Villací­s Lasso wrote: How do I peek into the initramfs memory from within the Linux system, in order to check the actual contents to see where the corruption is? Is there any block device to check

Re: [fedora-arm] How to debug: Initramfs unpacking failed: junk in compressed archive

2013-10-23 Thread Alex Villací­s Lasso
El 22/10/13 18:41, Jon escribió: Here is how I generate the ramdisk mkimage -A arm -O linux -T ramdisk -C none -a 0x -e 0x -n "ramdisk" -d /boot/initramfs-X.YY.Z-foo.fcNN.armv5.img /tmp/uImage Note the address and entry point are zeros. On your board's u-boot environment just r

Re: [fedora-arm] How to debug: Initramfs unpacking failed: junk in compressed archive

2013-10-23 Thread Alex Villací­s Lasso
it will be the ramdisk that is corrupted, not the kernel memory. Regards, -Jon Disnard On Tue, Oct 22, 2013 at 4:06 PM, Alex Villací­s Lasso wrote: I am working on this davinci-based ARMv5 board. This board runs Fedora 15 armv5tel with a kernel package I compiled myself for the board. The boot SD con

[fedora-arm] How to debug: Initramfs unpacking failed: junk in compressed archive

2013-10-22 Thread Alex Villací­s Lasso
I am working on this davinci-based ARMv5 board. This board runs Fedora 15 armv5tel with a kernel package I compiled myself for the board. The boot SD contains a FAT partition with the uImage kernel, and a ext4 filesystem that contains the root filesystem. Up to now, I can run the kernel and boot t

[fedora-arm] Can an armv5tel CPU with vfp flag boot an armv7l userspace?

2013-08-05 Thread Alex Villací­s Lasso
I have read that Fedora 18 will be the last Fedora distribution that will support the armv5tel userspace. I am a bit worried because I have built a project using the distribution on an armv5tel CPU with custom-built kernels. From reading https://fedoraproject.org/wiki/Architectures/ARM/Secret_Deco

Re: [fedora-arm] Kernel 3.7.9-101.fc17.armv7l cannot boot correctly under qemu

2013-04-04 Thread Alex Villací­s Lasso
El 04/04/13 10:56, Peter Robinson escribió: On Thu, Apr 4, 2013 at 4:41 PM, Alex Villací­s Lasso mailto:a_villa...@palosanto.com>> wrote: El 27/03/13 12:32, Peter Robinson escribió: Known issue. Use 3.8.3 and higher with qemu 1.4+. There's a known issue with qemu 1.3

Re: [fedora-arm] Kernel 3.7.9-101.fc17.armv7l cannot boot correctly under qemu

2013-04-04 Thread Alex Villací­s Lasso
El 27/03/13 12:32, Peter Robinson escribió: Known issue. Use 3.8.3 and higher with qemu 1.4+. There's a known issue with qemu 1.3 with newer kernels (>3.7). Peter On 27 Mar 2013 17:27, "Alex Villací­s Lasso" mailto:a_villa...@palosanto.com>> wrote: > > Last kerne

[fedora-arm] Kernel 3.7.9-101.fc17.armv7l cannot boot correctly under qemu

2013-03-27 Thread Alex Villací­s Lasso
Last kernel I could boot correctly under qemu is 3.7.6-102.fc17.armv7l. When I try 3.7.9-101.fc17.armv7l, I get this under qemu-1.4.0 : [ OK ] Started /etc/rc.d/rc.local Compatibility. Starting Wait for Plymouth Boot Screen to Quit... Starting Terminate Plymouth Boot Screen..

Re: [fedora-arm] Help configuring a serial port on an ARM device running Fedora 17

2013-03-26 Thread Alex Villací­s Lasso
El 26/03/13 17:00, Brendan Conoboy escribió: On 03/26/2013 02:57 PM, Alex Villací­s Lasso wrote: So I am at a loss about why ttyS2 works and ttyS1 does not. As far as I can tell with strace, both instances receive the username and the password correctly. What can I do to diagnose this further

[fedora-arm] Help configuring a serial port on an ARM device running Fedora 17

2013-03-26 Thread Alex Villací­s Lasso
Sorry if this is off-topic, but I have searched in Google and I cannot find an answer to this issue, or a hint to diagnose it further. I have compiled a 3.5.6-1 kernel for a MCUZONE (www.mcuzone.com) board with a Fedora 17 armv5tel userspace. This particular board has two physical serial ports,

Re: [fedora-arm] Yum offers kernel-3.7.3-101.fc17.armv7l.rpm for armv5tel F17 install, does not boot on qemu vexpress-a9

2013-02-15 Thread Alex Villací­s Lasso
El 15/02/13 04:30, Peter Robinson escribió: [root@rpmbuild-arm var]# rpm -ql kernel-3.7.3-101.fc17.armv7l | grep boot /boot/.vmlinuz-3.7.3-101.fc17.armv7l.hmac /boot/System.map-3.7.3-101.fc17.armv7l /boot/config-3.7.3-101.fc17.armv7l /boot/initramfs-3.7.3-101.fc17.armv7l.img /boot/vmlinuz-3.7.3-1

Re: [fedora-arm] Yum offers kernel-3.7.3-101.fc17.armv7l.rpm for armv5tel F17 install, does not boot on qemu vexpress-a9

2013-02-14 Thread Alex Villací­s Lasso
El 09/02/13 06:23, Peter Robinson escribió: On Fri, Feb 8, 2013 at 8:09 PM, Brendan Conoboy wrote: On 02/08/2013 12:00 PM, Alex Villací­s Lasso wrote: [root@rpmbuild-arm var]# rpm -ql kernel-3.7.3-101.fc17.armv7l | grep boot /boot/.vmlinuz-3.7.3-101.fc17.armv7l.hmac /boot/System.map-3.7.3-101

Re: [fedora-arm] Yum offers kernel-3.7.3-101.fc17.armv7l.rpm for armv5tel F17 install, does not boot on qemu vexpress-a9

2013-02-08 Thread Alex Villací­s Lasso
El 08/02/13 13:47, Brendan Conoboy escribió: On 02/08/2013 10:19 AM, Alex Villací­s Lasso wrote: A few days ago, I updated my qemu virtual machine, which runs F17 with -M vexpress-a9. The yum update installed kernel-3.7.3-101.fc17.armv7l.rpm . Today I got around to rebooting the machine with

[fedora-arm] Yum offers kernel-3.7.3-101.fc17.armv7l.rpm for armv5tel F17 install, does not boot on qemu vexpress-a9

2013-02-08 Thread Alex Villací­s Lasso
A few days ago, I updated my qemu virtual machine, which runs F17 with -M vexpress-a9. The yum update installed kernel-3.7.3-101.fc17.armv7l.rpm . Today I got around to rebooting the machine with the provided vmlinuz and initramfs. However, the boot process stalls with no messages. Not even "Uncom

[fedora-arm] /usr/src/kernels/$KERNELVER/arch/arm/mach-$WHATEVER/include/ not included in self-compiled kernel-devel - is this my bug or upstream?

2013-01-24 Thread Alex Villací­s Lasso
I am compiling my own kernel RPMS by adding patches to the upstream kernel SRPM, for subarchitectures other than the supported ones. I have noticed that the resulting kernel-devel RPM for the selected ARM architecture does not include the corresponding /usr/src/kernels/$KERNELVER/arch/arm/mach-$MY

Re: [fedora-arm] perl-CGI failed dependencies

2013-01-21 Thread Alex Villací­s Lasso
El 09/01/13 10:57, Alex Villací­s Lasso escribió: Today I tried a yum update on my FC17 qemu system and got the following: Loaded plugins: presto Resolving Dependencies --> Running transaction check ---> Package perl-CGI.noarch 0:3.52-215.fc17 will be updated ---> Package perl-CGI.noar

[fedora-arm] perl-CGI failed dependencies

2013-01-09 Thread Alex Villací­s Lasso
Today I tried a yum update on my FC17 qemu system and got the following: Loaded plugins: presto Resolving Dependencies --> Running transaction check ---> Package perl-CGI.noarch 0:3.52-215.fc17 will be updated ---> Package perl-CGI.noarch 0:3.52-218.fc17 will be an update --> Processing Dependenc

Re: [fedora-arm] kernel BUG at drivers/mtd/maps/physmap.c:158!

2012-06-15 Thread Alex Villací­s Lasso
El 15/06/12 16:00, Jon Masters escribió: On 06/15/2012 04:17 PM, Brendan Conoboy wrote: On 06/15/2012 10:06 AM, Alex Villací­s Lasso wrote: Still present in 3.4.2-3.fc17.armv5tel: Jon Masters tracked this down. For the time being add the following to the kernel command line (IE, the append

Re: [fedora-arm] kernel BUG at drivers/mtd/maps/physmap.c:158!

2012-06-15 Thread Alex Villací­s Lasso
El 13/06/12 23:50, Brendan Conoboy escribió: On 06/13/2012 11:19 AM, Alex Villací­s Lasso wrote: I am getting the following BUG when trying to boot 3.4.1-1.fc17.armv5tel with qemu-system-arm -M vexpress-a9 , and then boot hangs. I could previously successfully boot with 3.3.6-3.fc17.armv5tel

[fedora-arm] kernel BUG at drivers/mtd/maps/physmap.c:158!

2012-06-13 Thread Alex Villací­s Lasso
I am getting the following BUG when trying to boot 3.4.1-1.fc17.armv5tel with qemu-system-arm -M vexpress-a9 , and then boot hangs. I could previously successfully boot with 3.3.6-3.fc17.armv5tel. [ 31.890940] input: AT Raw Set 2 keyboard as /devices/mb:kmi0/serio0/input/input0 [ 32.097675

Re: [fedora-arm] Unable to boot 3.3.6-3.fc17.armv5tel with qemu-system-arm

2012-05-22 Thread Alex Villací­s Lasso
El 22/05/12 15:15, Dennis Gilmore escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 May 2012 14:54:59 -0500 Alex Villací­s Lasso wrote: I am currently able to boot kernel-3.3.4-3.fc17.armv5tel with the following qemu commandline: [palosanto@virthost fedora-17]$ KERNELVER

[fedora-arm] Unable to boot 3.3.6-3.fc17.armv5tel with qemu-system-arm

2012-05-22 Thread Alex Villací­s Lasso
I am currently able to boot kernel-3.3.4-3.fc17.armv5tel with the following qemu commandline: [palosanto@virthost fedora-17]$ KERNELVER=3.3.4-3.fc17.armv5tel [palosanto@virthost fedora-17]$ /home/palosanto/programa/qemu-build/arm-softmmu/qemu-system-arm -nographic -m 256 -M versatilepb -kernel

[fedora-arm] Unable to boot 3.3.6-3.fc17.armv5tel with qemu-system-arm

2012-05-22 Thread Alex Villací­s Lasso
I am currently able to boot kernel-3.3.4-3.fc17.armv5tel with the following qemu commandline: [palosanto@virthost fedora-17]$ KERNELVER=3.3.4-3.fc17.armv5tel [palosanto@virthost fedora-17]$ /home/palosanto/programa/qemu-build/arm-softmmu/qemu-system-arm -nographic -m 256 -M versatilepb -kernel

[fedora-arm] Kernel issues with fedora-17+qemu not completely fixed

2012-04-17 Thread Alex Villací­s Lasso
I noticed that package kernel-3.3.2-2.fc17.armv5tel was available for update, and I downloaded the package with yum, along with some other packages (under kernel 2.6.42.9-1.fc15.armv5tel). The good news is that this new kernel boots correctly with its initramfs with qemu. The bad news is that some

[fedora-arm] What exactly went wrong with kernel-3.3.0-0.rc4.git3.1.fc17.armv5tel ?

2012-04-03 Thread Alex Villací­s Lasso
When I tried to run a QEMU virtual machine for fedora-17 using kernel-3.3.0-0.rc4.git3.1.fc17.armv5tel, the kernel displayed the message: Uncompressing Linux... done, booting the kernel. [0.00] Booting Linux on physical CPU 0 [0.00] Initializing cgroup subsys cpuset [0.00

Re: [fedora-arm] Updated Fedora ARM qemu images?

2012-03-23 Thread Alex Villací­s Lasso
El 23/03/12 01:19, Richard W.M. Jones escribió: I cannot get qemu-system-arm to boot any of our F17 kernels, but here's what I did anyway. # Make a disk image: $ wget 'http://fedora.roving-it.com/rootfs-f17-hfp-alpha1.tar.bz2' $ bunzip2 rootfs-f17-hfp-alpha1.tar.bz2 $ virt-make-fs -s 2G -t ext3

Re: [fedora-arm] Custom compiled kernel hangs on spawning /sbin/init

2012-03-15 Thread Alex Villací­s Lasso
El 15/03/12 12:49, Alex Villací­s Lasso escribió: I am having trouble booting a Fedora-15 ARM userspace on a pico-SAM9G45 with a custom-compiled kernel. http://arm.mini-box.com/index.php?title=Main_Page I am able to cross-compile a vendor-supplied kernel source with support for fbcon to see

[fedora-arm] Unable to boot from rootfs-f15-sfp-alpha1.tar.bz2 with qemu-system-arm

2012-02-28 Thread Alex Villací­s Lasso
I am trying to start a project involving ARM and Fedora. I read the page http://fedoraproject.org/wiki/Architectures/ARM, and downloaded the file http://fedora.roving-it.com/rootfs-f15-sfp-alpha1.tar.bz2 which was labeled as "Fedora 15 Alpha 1 release for ARMv5tel