Re: Debian on Synology RS816 (Armada 385) January 24, 2022 08:26PM |
Admin Registered: 12 years ago Posts: 17,118 |
usb reset
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 12:28PM |
Registered: 1 year ago Posts: 10 |
Quote
bodhi
Ok so connect serial console and plug in Ext3
formatted USB. And
usb reset
Marvell>> usb reet USB is stopped. Please issue 'usb start' first.
Marvell>> usb start (Re)start USB... USB: Active port: 1 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found
Marvell>> ext2ls usb 0:1 <DIR> 4096 . <DIR> 4096 .. <DIR> 16384 lost+found <DIR> 4096 etc <DIR> 4096 mnt <DIR> 4096 sbin <DIR> 4096 root <DIR> 4096 dev <DIR> 4096 usr <DIR> 4096 srv <DIR> 4096 boot <DIR> 4096 media <DIR> 4096 proc <DIR> 4096 var <DIR> 4096 run <DIR> 4096 bin <DIR> 4096 opt <DIR> 4096 tmp <DIR> 4096 lib <DIR> 4096 home <DIR> 4096 sys 1073741824 swapfile1 <DIR> 4096 @tmp <DIR> 4096 @eaDir
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 01:41PM |
Registered: 1 year ago Posts: 10 |
setenv ipaddr 192.168.1.19 setenv serverip 192.168.1.42 setenv load_initrd_addr 0x3000000 setenv load_image_addr 0x02000000 setenv usb_setup 'usb start' setenv load_image 'echo loading uImage from usb ...; ext2load usb 0:1 $load_image_addr boot/uImage' setenv load_initrd 'echo loading uInitrd from usb ...; ext2load usb 0:1 $load_initrd_addr boot/uInitrd' setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"' setenv bootcmd_exec 'echo Booting Debian . . .; run usb_setup; run set_bootargs; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' setenv bootcmd 'run bootcmd_exec; run bootspi' boot
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 03:15PM |
Registered: 1 year ago Posts: 10 |
[ 1573.614898][ C0] irq 51: nobody cared (try booting with the "irqpoll" option) [ 1573.622370][ C0] CPU: 0 PID: 5066 Comm: localedef Not tainted 5.15.5-mvebu-tld-1 #1.0 [ 1573.630513][ C0] Hardware name: Marvell Armada 370/XP (Device Tree) [ 1573.637084][ C0] [<c01157a8>] (unwind_backtrace) from [<c01103fc>] (show_stack+0x10/0x14) [ 1573.645598][ C0] [<c01103fc>] (show_stack) from [<c0aaa574>] (dump_stack_lvl+0x40/0x4c) [ 1573.653929][ C0] [<c0aaa574>] (dump_stack_lvl) from [<c0184dec>] (__report_bad_irq+0x28/0xc0) [ 1573.662782][ C0] [<c0184dec>] (__report_bad_irq) from [<c01851e8>] (note_interrupt+0x1b8/0x260) [ 1573.671800][ C0] [<c01851e8>] (note_interrupt) from [<c0181da4>] (handle_irq_event_percpu+0x4c/0x70) [ 1573.681256][ C0] [<c0181da4>] (handle_irq_event_percpu) from [<c0181e00>] (handle_irq_event+0x38/0x5c) [ 1573.690884][ C0] [<c0181e00>] (handle_irq_event) from [<c0186810>] (handle_edge_irq+0xdc/0xfc) [ 1573.699815][ C0] [<c0186810>] (handle_edge_irq) from [<c0180e7c>] (handle_irq_desc+0x24/0x34) [ 1573.708656][ C0] [<c0180e7c>] (handle_irq_desc) from [<c05faa44>] (mvebu_gpio_irq_handler+0x164/0x178) [ 1573.718288][ C0] [<c05faa44>] (mvebu_gpio_irq_handler) from [<c0180e7c>] (handle_irq_desc+0x24/0x34) [ 1573.727740][ C0] [<c0180e7c>] (handle_irq_desc) from [<c0181568>] (handle_domain_irq+0x3c/0x54) [ 1573.736757][ C0] [<c0181568>] (handle_domain_irq) from [<c05e5bd8>] (armada_370_xp_handle_irq+0x48/0xd0) [ 1573.746561][ C0] [<c05e5bd8>] (armada_370_xp_handle_irq) from [<c01015d0>] (__irq_usr+0x50/0x80) [ 1573.755664][ C0] Exception stack(0xc419dfb0 to 0xc419dff8) [ 1573.761447][ C0] dfa0: 00000000 02e9d9c0 0261cfdc 0261cfd8 [ 1573.770369][ C0] dfc0: 008809e8 02e9d958 00000004 bea3c8a8 0261d06c 018a7488 02e9d9c0 0261d028 [ 1573.779290][ C0] dfe0: 0261cfd8 bea3c858 004e906b b6ead2d4 200e0030 ffffffff [ 1573.786638][ C0] handlers: [ 1573.789622][ C0] [<568635c5>] fan_alarm_irq_handler [ 1573.794809][ C0] Disabling IRQ #51
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 04:40PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 04:59PM |
Registered: 1 year ago Posts: 10 |
Quote
boudhi
I think it best that you go through the Steps in the USB installation instruction:
https://forum.doozan.com/read.php?2,76314,91094#msg-91094
Re: Debian on Synology RS816 (Armada 385) January 25, 2022 05:29PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) January 27, 2022 09:04AM |
Registered: 1 year ago Posts: 10 |
Marvell>> setenv serverip 192.168.1.42 Unknown command 'setenv' - try 'help'
Re: Debian on Synology RS816 (Armada 385) January 27, 2022 04:15PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) February 17, 2022 05:29PM |
Registered: 1 year ago Posts: 6 |
Re: Debian on Synology RS816 (Armada 385) June 13, 2022 09:51PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) June 15, 2022 11:29PM |
Registered: 8 years ago Posts: 364 |
Re: Debian on Synology RS816 (Armada 385) June 16, 2022 04:23PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) June 19, 2022 01:33AM |
Registered: 7 months ago Posts: 17 |
Re: Debian on Synology RS816 (Armada 385) June 19, 2022 03:59AM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) June 24, 2022 06:16PM |
Admin Registered: 12 years ago Posts: 17,118 |
Quote
2 3 4
1 6 5
Re: Debian on Synology RS816 (Armada 385) June 24, 2022 07:16PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) June 24, 2022 07:35PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) June 25, 2022 09:33PM |
Admin Registered: 12 years ago Posts: 17,118 |
Quote
I do use only 2, 4 and 6. A common plug that is used for connecting servos in RC model flight fits perfectly.
Re: Debian on Synology RS816 (Armada 385) July 18, 2022 08:23PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) July 20, 2022 05:22PM |
Admin Registered: 12 years ago Posts: 17,118 |
Re: Debian on Synology RS816 (Armada 385) August 04, 2022 10:02PM |
Admin Registered: 12 years ago Posts: 17,118 |