Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 16, 2015 06:59AM |
Registered: 9 years ago Posts: 50 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 16, 2015 10:01AM |
Registered: 9 years ago Posts: 33 |
root@pogo01:~# ps ax|grep ntp 2053 pts/0 S+ 0:00 grep ntp
Jan 1 01:00:41 pogo01 daemon.notice ntpd[1898]: ntpd 4.2.6p5@1.2349-o Sat Dec 20 18:42:15 UTC 2014 (1) Jan 1 01:00:41 pogo01 daemon.notice ntpd[1899]: proto: precision = 2.130 usec Jan 1 01:00:41 pogo01 daemon.err ntpd[1899]: unable to bind to wildcard address 0.0.0.0 - another process may be running - EXITING
nekitip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 16, 2015 04:27PM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 16, 2015 04:35PM |
Registered: 12 years ago Posts: 115 |
nekitip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 17, 2015 02:46AM |
setenv boot_usb 'usb reset; fatload usb 0 0x800000 /uImage; bootm 0x800000' setenv boot_hdd 'ide reset; fatload ide 0 0x800000 /uImage; bootm 0x800000' setenv bootcmd 'run boot_usb; run boot_hdd'Having this saved, once you have a new kernel, just put it on usb and reset your nas.
setenv bootargs 'console=ttyS0,115200 root=/dev/sda4'
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 17, 2015 10:01AM |
Admin Registered: 13 years ago Posts: 19,106 |
nekitip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 18, 2015 10:29AM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 18, 2015 12:01PM |
Admin Registered: 13 years ago Posts: 19,106 |
nekitip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 18, 2015 03:44PM |
In fact, I already have!Quote
bodhi
You could try my basic rootfs 3.17 as an experiment...
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 18, 2015 11:26PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
question: is it possible to install system on HDD (or some fast usb external disk), and then, when system is done - just copy system (select all the files on ext2) to standard, slow usb? (and change if needed /dev/sdx to /dev/sdy)
Quote
-not being able to boot SDB1 USB from uboot: it is in fact SDA if there is no HDD
-not being able to boot from ext2 usb from marvell uboot: on my uboot, only FAT (first) was willing to perform, so system was put on usb 0:2 and boot files to 0:1
Quote
Btw, why do you have custom rootfs, and also initrd? Because, I have tried using my old uImage and just point to your rootfs (on usb) and it booted (initrd seemed unimportant). Am I lucky or I'm missing some idea here?
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 19, 2015 02:30AM |
Registered: 9 years ago Posts: 44 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 19, 2015 04:41AM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 24, 2015 10:34AM |
Registered: 9 years ago Posts: 44 |
setenv arcNumber 4495 setenv mainlineLinux yes setenv bootargs 'console=ttyS0,115200 root=/dev/sda1 rootdelay=5' setenv bootcmd 'usb start;ext3load usb 0:1 0x800000 /uImage; bootm 0x800000' saveenv reset
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 24, 2015 10:55AM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 27, 2015 08:26AM |
Registered: 10 years ago Posts: 17 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 28, 2015 10:55AM |
Registered: 11 years ago Posts: 87 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 28, 2015 11:15AM |
Admin Registered: 13 years ago Posts: 19,106 |
wtip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 28, 2015 03:00PM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 28, 2015 04:17PM |
Admin Registered: 13 years ago Posts: 19,106 |
wtip
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 28, 2015 04:55PM |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 29, 2015 09:34PM |
Registered: 9 years ago Posts: 429 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 29, 2015 11:24PM |
Admin Registered: 13 years ago Posts: 19,106 |
dmesg | grep -i machine
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 30, 2015 12:21AM |
Registered: 9 years ago Posts: 429 |
cd /media/sdb1/boot cp -a zImage-3.17.0-kirkwood-tld-1 zImage.fdt cat dts/kirkwood-goflexnet.dtb >> zImage.fdt mv uImage uImage.orig mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-3.17.0-kirkwood-tld-1 -d /media/sdb1/boot/zImage.fdt /media/sdb1/boot/uImage sync
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 30, 2015 01:52AM |
Registered: 13 years ago Posts: 9 |
Uncompressing Linux... done, booting the kernel.
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 30, 2015 03:52AM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 30, 2015 04:26AM |
Admin Registered: 13 years ago Posts: 19,106 |
> Uncompressing Linux... done, booting the kernel. >>
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 30, 2015 01:16PM |
Registered: 13 years ago Posts: 9 |
U-Boot 2010.09 (Oct 23 2010 - 11:53:10) Marvell-GoflexNet by Jeff Doozan, Peter Carmichaeland working with arcNumber 3089 (golfexNet). But tried with the goflexhome image. after generating a Image with for goflexnet my goflexhome device boots correctly.
Re: Linux Kernel 3.17 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs January 31, 2015 06:20AM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Linux Kernel 3.18 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs February 08, 2015 02:06AM |
Admin Registered: 13 years ago Posts: 19,106 |
echo usb-host > /sys/class/leds/nsa325\:green\:usb/trigger
cat /sys/class/leds/nsa325\:green\:usb/trigger none nand-disk usb-gadget [usb-host] timer oneshot ide-disk1 ide-disk2 heartbeat gpio default-on
echo usb-host > /sys/class/leds/usb1\:blue/trigger
cat /sys/class/leds/usb1\:blue/trigger none nand-disk usb-gadget [usb-host] timer oneshot ide-disk1 ide-disk2 heartbeat gpio default-on rfkill0 phy0rx phy0tx phy0assoc phy0radio
Re: Linux Kernel 3.18 (FDT) and 3.16 (non-FDT) Kirkwood package and rootfs February 11, 2015 11:55AM |
Registered: 9 years ago Posts: 19 |