VMware W/S 9.0 – patched – with kernel 3.5.3..
Tested the vmmon patch for the new 9.0 version of VMware Workstation with 3.5.x linux kernels, and everything works fine. Now running kernel 3.5.3 with VMware 9.0 (patched..).. … Continue reading →
Tested the vmmon patch for the new 9.0 version of VMware Workstation with 3.5.x linux kernels, and everything works fine. Now running kernel 3.5.3 with VMware 9.0 (patched..).. … Continue reading →
Just completed some basic tests with the new VMware Workstation 9.0 on my ‘test’ system (x86_64, Fedora 17)… Initial results.. Compiles and runs OK on kernel 3.4.9. Compiles OK, but causes general protection fault (with tombstone..) on kernel 3.5.2. (scroll down for the fix..) ……………………. /dev/vmnet: port on hub 8 successfully opened /dev/vmnet: open called by PID … Continue reading →
The Raspberry Pi repository on GitHub now has kernel 3.2.27 available, so I updated that with the 3.2.27-28 incremental patch, from ftp://ftp.kernel.org/pub/linux/kernel/v3.0/incr/ Now, the Pi is running Fedora 17 with kernel 3.2.28.. Fedora release 17 (Beefy Miracle) Kernel 3.2.28 on an armv6l (ttyAMA0) rgpi login: xxxx Password: Last login: Thu Jan 1 01:01:03 on ttyAMA0 [xxxx@rgpi ~]# … Continue reading →
The ‘default’ Fedora 13 system for ARM mounts the root as nfs.. To change it to the (correct) ext3, modify /etc/fstab as follows: # cat /etc/fstab /dev/mmcblk0p2 / ext3 defaults 1 1 /dev/mmcblk0p1 /boot vfat defaults 1 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 proc /proc proc defaults 0 0 sysfs … Continue reading →
For Fedora 13 on the APC, the console on the usb/uart connection will ‘vanish’ on boot, after ………. Starting sshd: [ OK ] To get it back, and allow login as root, add the following to /etc/securetty: ttyS0 and modify /etc/sysconfig/init: from ACTIVE_CONSOLES=/dev/tty[1-6] to ACTIVE_CONSOLES=”/dev/tty[1-6] dev/ttyS0″ To stop the (re)login prompt from appearing over the console boot … Continue reading →
In a vain attempt to get the APC’s antique kernel to – at least – work with Fedora 14, I had been applying the series of ‘incremental’ 2.6.32.x patches available – amongst other places – at http://ftp.monash.edu.au/pub/linux/kernel/v2.6/incr/ The kernel.org ftp site didn’t seem to have the full set.. This brought me as far as 2.6.32.27, which still … Continue reading →
In the hope of getting a newer version of Fedora Linux running, I have ‘updated’ the 2.6.32.9 APC kernel to 2.6.32.27.. This was achieved by the labour-intensive method of applying all the incremental kernel patches in sequence, and manually fixing any code that ‘failed’ the patch… So.. I am now running Fedora 13 with kernel 2.6.32.27 on … Continue reading →
As the currently-available source for the APC kernel does not include the necessary drivers for video output to a monitor (amongst other things..) but does include network drivers (Via Velocity..) it seemed logical that I could adopt the same approach to a graphical interface that I use for the Dreamplug (which is a real ‘headless’ device!). So.. … Continue reading →
After excellent work done by Mike Thompson from the Raspbian project, there is now a set of patches and a config file available for the APC-supplied 2.6.32.9+ kernel source, which enables a working kernel to be compiled and run – although with limited functionality due to ‘missing’ device drivers.. More details at : http://www.raspbian.org/ApricotImages To use this, … Continue reading →
Just to finally confirm that the U-Boot parameters were not in any way affection the APC boot – and therefore that the problem was in the APC’s kernel configuration, probably with the CONFIG_CMDLINE parameter in the original kernel’s .config file – I removed all the U-Boot parameters, as follows: WMT # setenv wmt.display.logoaddr; setenv logocmd; setenv wmt.gpo.lcd; … Continue reading →