• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 2 3 [4] 5 6 ... 33
46  Linux Stuff / Kernel / Re: sheeva/dream 3.2.5 new kernel available on: February 14, 2012, 04:14:24 PM
root@debian:~# bash -x ./README-PLUG-UPDATE.sh 3.2.6 --nandkernel
+ set -e
+ set -u
+ ProgName=./README-PLUG-UPDATE.sh
+ KVer=
+ ERROR=0
++ which flash_eraseall
+ FLASH_ERASEALL=

this i get

OK, good.  What happened was "which" returned non-zero when it couldn't find flash_eraseall, which caused the script to apport because of the "set -e".  I updated the script to move the "set -e" below the "which flash_eraseall".  The new version should work as intended.
47  Linux Stuff / Kernel / Re: sheeva/dream 3.2.5 new kernel available on: February 14, 2012, 12:31:48 PM
Hi, i'm trying to install this kernel but i can't i have downloaded the README file but when i introduce the command to start the update sudo ./README-PLUG-UPDATE.sh 3.2.5 --nandkernel
nothing happens just the prompt again and also no errors just nothing.
what am i doing wrong?

Try enabling bash debug mode, it prints status of the command as it runs.

 sudo bash -x ./README-PLUG-UPDATE.sh 3.2.5 --nandkernel
48  Linux Stuff / Kernel / sheeva/dream 3.2.6 new kernel available on: February 13, 2012, 09:21:30 PM
3.2.6 is now available.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.2.6 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.2.6 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.2.6 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is available on the plugapps mirror (it syncs once a day, so it may be up to 24 hours late).
49  Linux Stuff / Kernel / Re: Dreamplug 3.3 on: February 08, 2012, 05:56:06 PM
Upcoming 3.3 Dreamplug kernel.

In 3.3-rc2 the Dreamplug finally gets a machine ID of its own (3550).
This presents an interesting dilemma for the arcnumber that will go into Dreamplugs, e.g. 3550 for 3.3+ and 2559 for 3.2-. Or is it better to patch the DP for 2559?


Attached is the simple Dreamplug patch that I have been using for 3.* kernels, it seems ok on 3.3-rc2. It adds support for SPI flash access and Dreamplug leds. It assumess that MACH_DREAMPLUG is defined (whatever the value might be).
The patch is in http://www.spinifex.com.au/plugs/downloads/dreamplug/kernel/dreamplug-3.2.4.tar.xz


In my opinion it'd be better to transition to the new arc number.  I try not to patch the original kernel when possible.
50  Linux Stuff / Kernel / Re: sheeva/dream 3.2.4 new kernel available on: February 07, 2012, 02:15:46 PM
The *.config files (which were present in your previous kennel builds) are not there.
They are.
Yes - they are there now.
But they aren't there for 3.2.5.

Well, you got me on that one. Smiley but they are now.
51  Linux Stuff / Kernel / sheeva/dream 3.2.5 new kernel available on: February 07, 2012, 12:47:33 PM
3.2.5 is now available.

This version should have no problems booting on any of the Sheeva or Dream computers.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.2.5 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.2.5 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.2.5 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is available on the plugapps mirror (it syncs once a day, so it may be up to 24 hours late).
52  Linux Stuff / Kernel / Re: sheeva/dream 3.2.4 new kernel available on: February 06, 2012, 05:13:00 PM
The *.config files (which were present in your previous kennel builds) are not there.

They are.
53  Linux Stuff / Kernel / Re: sheeva/dream 3.2.4 new kernel available on: February 06, 2012, 10:44:59 AM
It certainly boots now but it doesn't seem to be loading any modules.





Maybe you need to do a depmod -a.  The README should do that automatically.
54  Linux Stuff / Kernel / Re: sheeva/dream 3.2.4 new kernel available on: February 06, 2012, 07:36:37 AM
3.2.4 version 2 is available.  It should fix the no boot problem on dreamplugs.
55  Linux Stuff / Kernel / sheeva/dream 3.2.4 new kernel available on: February 03, 2012, 04:22:34 PM
3.2.4 is now available.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.2.4 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.2.4 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.2.4 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is available on the plugapps mirror (it syncs once a day, so it may be up to 24 hours late).
56  Linux Stuff / Kernel / D2Plug 2.6.32.55 new kernel available on: February 02, 2012, 04:59:22 PM
D2Plug 2.6.32.55 is now available.

sudo ./README-D2PLUG-UPDATE.sh 2.6.32.55 (installs to /boot)

Disclaimer:  I don't have a D2Plug so I can't test this myself.  I do have a CuBox and I have tested the very similar code on a CuBox.  Maybe Marvell would be so kind as to send me a couple of D2Plugs for testing.

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features CIFS, FUSE.  Other features can be added by request.

The kernel source is here, for those of you who need to compile custom modules.  It's no longer necessary for me to use dropbox for the kernel source, since you can access it on the plugapps mirror.
57  Linux Stuff / Kernel / 3.2.2 new kernel available on: January 26, 2012, 05:17:42 AM
3.2.2 is now available.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.2.2 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.2.2 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.2.2 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is here, for those of you who need to compile custom modules.  It's no longer necessary for me to use dropbox for the kernel source, since you can access it on the plugapps mirror.
58  Linux Stuff / Kernel / 3.1.10 new kernel available on: January 20, 2012, 11:05:13 AM
3.1.10 is now available.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.1.10 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.1.10 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.1.10 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is here, for those of you who need to compile custom modules.  It's no longer necessary for me to use dropbox for the kernel source, since you can access it on the plugapps mirror.
59  Linux Stuff / Kernel / Re: 3.2 new kernel available on: January 20, 2012, 11:03:55 AM
Can I get someone the boot problem with 3.2.x to try out my latest 3.2.1 please?

I rebuilt it with a different (older) toolchain and turned on DEBUG_LL.

I was having a no-boot problem on my new cubox kernel until I reverted back to an older compiler.  So, if we're lucky the same fix will take care of the Dreamplug no-boot.
60  Linux Stuff / Kernel / 3.1.9 new kernel available on: January 17, 2012, 05:40:50 PM
3.1.9 is now available.

For everything besides Dreamplugs:
sudo ./README-PLUG-UPDATE.sh 3.1.9 --nandkernel (installs to nand)
or:
sudo ./README-PLUG-UPDATE.sh 3.1.9 --rootkernel (installs to /boot)

For Dreamplugs:
sudo ./README-DREAM-UPDATE.sh 3.1.9 (installs to /boot)

Kernel and modules are available from the following locations:

http://www.plugapps.com/mirror/with-linux/
http://www.xilka.com/sheeva/

Features systemd, e-sata, dmcrypt, IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), UBIFS, usb-serial, uvcvideo, iptables, appletalk, bluetooth, v4l and ppp.

The kernel source is here, for those of you who need to compile custom modules.  It's no longer necessary for me to use dropbox for the kernel source, since you can access it on the plugapps mirror.
Pages: 1 2 3 [4] 5 6 ... 33