NSA 320

Install Arch Linux ARM on other devices.

Re: NSA 320

Postby WarheadsSE » Sat Jan 19, 2013 8:53 pm

Look for my posted power_resume.sh to turn resume after power on. This will solve your issue until we've sorted this engineering issue out.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: NSA 320

Postby krovetz » Sat Jan 19, 2013 9:35 pm

Beautiful! That indeed fixed my issue. Thanks.

I really like this machine: quiet, cheap and sata. Thanks for supporting it.
krovetz
 
Posts: 78
Joined: Tue Jun 26, 2012 11:03 pm

Re: NSA 320

Postby Tonkiplis2 » Mon Jan 28, 2013 5:00 pm

Hi Krovetz,

I followed your steps but unfortunately I was not as successful as you, I ended up with: $this->bbcode_second_pass_code('', 'NSA320>> run to_linux
Saving Environment to NAND...
Erasing Nand...Writing to Nand... done
þ
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 0

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
Device 0 @ 0 0:
Model: WDC WD10EARX-00N0YB0 Firm: 51.0AB51 Ser#: WD-WMC0S0393795
Type: Hard Disk
Supports 48-bit addressing
Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)


** Unable to read "/uImage" from ide 0:1 **
## Booting image at 02000000 ...
Bad Magic Number
NSA320>>')

Which I don't know how to solve, I followed every steps from the usb_key_func.sh.2...

any hints? :))

Cheers,

Tonkiplis
Last edited by Tonkiplis2 on Mon Jan 28, 2013 8:32 pm, edited 1 time in total.
Tonkiplis2
 
Posts: 19
Joined: Wed Jan 09, 2013 7:01 am

Re: NSA 320

Postby krovetz » Mon Jan 28, 2013 6:18 pm

It looks like you have flashed the uboot nand correctly.

Are you sure that your disk's partition 1 is ext2 and partition 2 is ext3? And that you copied the rootfs to partition 2? And that you copied uImage from partition 2 to partition 1?
krovetz
 
Posts: 78
Joined: Tue Jun 26, 2012 11:03 pm

Re: NSA 320

Postby Tonkiplis2 » Sun Feb 10, 2013 9:06 pm

Yes, I was able to get partition 1 (boot) as ext2 and partition 2 rootfs as ext3/4.

Basically, I have difficulties to understand this part of the script :((

$this->bbcode_second_pass_code('', '###
# make dirs & mount
echo "- mount destination"
mkdir -p /tmp/boot
mount -t ext2 /dev/sda1 /tmp/boot
mkdir -p /tmp/rootfs
mount -t ext3 /dev/sda2 /tmp/rootfs

###
# prepare the system
# extract the rootfs
echo "- extract rootfs"
tar xzf /mnt/parnerkey/rootfs.tgz -C /tmp/rootfs/

# copy the uImage to the boot partition
echo "- prepare boot partition"
cp -aR /tmp/rootfs/boot/* /tmp/boot/
')
could somebody clarify this for me?

for instance:

mkdir -p /tmp/boot

does this mean I have to do : mkdir -p /media/tmp/boot ??


because, when I perform

mount -t ext2 /dev/sdb1 /media/boot

it says according to mtab, /dev/sdb1 is already mounted on /media/boot ...

Sorry about those questions, i am a beginner.. :(

Cheers,

Tonkiplis
Tonkiplis2
 
Posts: 19
Joined: Wed Jan 09, 2013 7:01 am

Re: NSA 320

Postby prokrypt » Sun Feb 10, 2013 11:01 pm

The /tmp/* directories mentioned in the script are only temporary mountpoints. You could use them as-is, editing only the device name (/dev/sda1, etc)

Basically, just extract the tarball onto your (newly created) rootfs partition, and copy the uImage (in the boot directory of the rootfs you extracted) to your boot partition. Remember to mount the partitions first, if they're not already mounted...
prokrypt
 
Posts: 31
Joined: Thu Dec 27, 2012 4:45 am

Re: NSA 320

Postby Tonkiplis2 » Mon Feb 11, 2013 8:34 pm

Thanks a lot for your help! Now I understand it a little bit better :)

I hope i will make it over the week end.

Cheers,

Tonkiplis
Tonkiplis2
 
Posts: 19
Joined: Wed Jan 09, 2013 7:01 am

Re: NSA 320

Postby Tonkiplis2 » Fri Feb 15, 2013 7:25 pm

When performing the steps above I reached:

$this->bbcode_second_pass_code('', 'alarm login: [ 1123.742730] ata1: exceptionþ
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: RD-88F6281A LE

U-Boot 1.1.4 (Mar 23 2011 - 16:09:39) Marvell version: 3.4.19

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM CS[1] base 0x10000000 size 256MB
DRAM Total size 512MB 16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)
//--- stateButtonBit = 3, recovery ---//
Kernel address is 0xc80000.

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is TDM

USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0, egiga1 [PRIME]
Hit any key to stop autoboot: 0

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
Device 0 @ 0 0:
Model: WDC WD10EARX-00N0YB0 Firm: 51.0AB51 Ser#: WD-WMC0S0393795
Type: Hard Disk
Supports 48-bit addressing
Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)


2869588 bytes read
## Booting image at 02000000 ...
Image Name: Linux-3.1.10-15-ARCH
Created: 2012-12-12 15:25:42 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2869524 Bytes = 2.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.10-15-ARCH (nobody@panda1) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: ZyXEL NSA320 2-Bay Power Media Server
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 130048 pages, LIFO batch:31
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/sda2 rw rootwait loglevel=8
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] allocated 2097152 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 511176k/511176k available, 13112k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe0800000 - 0xfe800000 ( 480 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc052edb8 (5276 kB)
[ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
[ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
[ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 9.262085] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[ 9.352021] pid_max: default: 32768 minimum: 301
[ 9.352136] Security Framework initialized
[ 9.352157] AppArmor: AppArmor disabled by boot time parameter
[ 9.352225] Mount-cache hash table entries: 512
[ 9.352581] Initializing cgroup subsys cpuacct
[ 9.352604] Initializing cgroup subsys memory
[ 9.352639] Initializing cgroup subsys devices
[ 9.352652] Initializing cgroup subsys freezer
[ 9.352661] Initializing cgroup subsys net_cls
[ 9.352671] Initializing cgroup subsys blkio
[ 9.352693] Initializing cgroup subsys perf_event
[ 9.352711] Initializing cgroup subsys bfqio
[ 9.352794] CPU: Testing write buffer coherency: ok
[ 9.353926] devtmpfs: initialized
[ 9.355826] NET: Registered protocol family 16
[ 9.356428] Kirkwood: MV88F6281-A1, TCLK=200000000.
[ 9.356442] Feroceon L2: Enabling L2
[ 9.356477] Feroceon L2: Cache support initialised.
[ 9.356985] initial MPP regs: 21111111 01003311 33331100 33003333 00000533 20202000 00000000
[ 9.357020] final MPP regs: 01111111 00003311 00001100 00000000 00000000 00000000 00000000
[ 9.362168] bio: create slab <bio-0> at 0
[ 9.362520] vgaarb: loaded
[ 9.362786] SCSI subsystem initialized
[ 9.362938] libata version 3.00 loaded.
[ 9.363153] usbcore: registered new interface driver usbfs
[ 9.363240] usbcore: registered new interface driver hub
[ 9.363340] usbcore: registered new device driver usb
[ 9.363883] Switching to clocksource orion_clocksource
[ 9.372019] Switched to NOHz mode on CPU #0
[ 9.372550] FS-Cache: Loaded
[ 9.382241] NET: Registered protocol family 2
[ 9.382464] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 9.383169] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 9.383522] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 9.383701] TCP: Hash tables configured (established 16384 bind 16384)
[ 9.383711] TCP reno registered
[ 9.383722] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 9.383744] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 9.384009] NET: Registered protocol family 1
[ 9.384046] PCI: CLS 0 bytes, default 32
[ 9.384616] audit: initializing netlink socket (disabled)
[ 9.384648] type=2000 audit(0.120:1): initialized
[ 9.470387] VFS: Disk quotas dquot_6.5.2
[ 9.470647] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 9.472815] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 9.474149] aufs 3.1-20111107
[ 9.474170] msgmni has been set to 998
[ 9.475465] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 9.475480] io scheduler noop registered
[ 9.475489] io scheduler deadline registered
[ 9.475587] io scheduler cfq registered
[ 9.475666] io scheduler bfq registered (default)
[ 9.475727] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 9.475758] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 9.513957] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 9.553965] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 9.593953] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[ 9.633954] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[ 9.638976] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 9.659627] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 10.207564] console [ttyS0] enabled
[ 10.217116] brd: module loaded
[ 10.223127] loop: module loaded
[ 10.226610] sata_mv sata_mv.0: version 1.28
[ 10.230928] sata_mv sata_mv.0: slots 32 ports 2
[ 10.237133] scsi0 : sata_mv
[ 10.240325] scsi1 : sata_mv
[ 10.243337] ata1: SATA max UDMA/133 irq 21
[ 10.247490] ata2: SATA max UDMA/133 irq 21
[ 10.252470] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 10.261331] Scanning device for bad blocks
[ 10.267935] Bad eraseblock 23 at 0x0000002e0000
[ 10.272539] Bad eraseblock 24 at 0x000000300000
[ 10.337042] Bad eraseblock 597 at 0x000004aa0000
[ 10.341733] Bad eraseblock 598 at 0x000004ac0000
[ 10.354189] Bad eraseblock 673 at 0x000005420000
[ 10.358876] Bad eraseblock 674 at 0x000005440000
[ 10.377709] Bad eraseblock 810 at 0x000006540000
[ 10.382402] Bad eraseblock 811 at 0x000006560000
[ 10.409260] Creating 9 MTD partitions on "orion_nand":
[ 10.414442] 0x000000000000-0x000000100000 : "uboot"
[ 10.419707] 0x000000100000-0x000000180000 : "uboot_env"
[ 10.425295] 0x000000180000-0x000000200000 : "key_store"
[ 10.430856] 0x000000200000-0x000000280000 : "info"
[ 10.435969] 0x000000280000-0x000000c80000 : "etc"
[ 10.440967] 0x000000c80000-0x000001680000 : "kernel_1"
[ 10.446437] 0x000001680000-0x000004640000 : "rootfs1"
[ 10.451831] 0x000004640000-0x000005040000 : "kernel_2"
[ 10.457309] 0x000005040000-0x000008000000 : "rootfs2"
[ 10.463428] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 10.470371] mv643xx_eth smi: probed
[ 10.477179] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address b0:b2:dc:22:d8:fd
[ 10.486152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 10.492748] orion-ehci orion-ehci.0: Marvell Orion EHCI
[ 10.498096] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 10.533934] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 10.553919] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 10.560423] hub 1-0:1.0: USB hub found
[ 10.564241] hub 1-0:1.0: 1 port detected
[ 10.568666] Initializing USB Mass Storage driver...
[ 10.573665] usbcore: registered new interface driver usb-storage
[ 10.579725] USB Mass Storage support registered.
[ 10.584481] usbcore: registered new interface driver libusual
[ 10.590572] mousedev: PS/2 mouse device common for all mice
[ 10.596436] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 10.602416] sdhci: Secure Digital Host Controller Interface driver
[ 10.608713] sdhci: Copyright(c) Pierre Ossman
[ 10.613156] sdhci-pltfm: SDHCI platform and OF driver helper
[ 10.618993] Registered led device: nsa320:green:hdd2
[ 10.624092] Registered led device: nsa320:red:hdd2
[ 10.629002] Registered led device: nsa320:green:usb
[ 10.634011] Registered led device: nsa320:green:sys
[ 10.638996] Registered led device: nsa320:orange:sys
[ 10.644095] Registered led device: nsa320:green:copy
[ 10.649174] Registered led device: nsa320:red:copy
[ 10.654105] Registered led device: nsa320:green:hdd1
[ 10.659177] Registered led device: nsa320:red:hdd1
[ 10.664290] usbcore: registered new interface driver r8712u
[ 10.670777] GRE over IPv4 demultiplexor driver
[ 10.675266] TCP cubic registered
[ 10.678692] NET: Registered protocol family 17
[ 10.683232] lib80211: common routines for IEEE802.11 drivers
[ 10.688945] lib80211_crypt: registered algorithm 'NULL'
[ 10.694210] Registering the dns_resolver key type
[ 10.698976] Gating clock of unused units
[ 10.702913] before: 0x00dfc3dd
[ 10.705994] after: 0x00c7c1c9
[ 10.709576] registered taskstats version 1
[ 10.714335] console [netcon0] enabled
[ 10.718016] netconsole: network logging started
[ 10.723141] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 10.730165] rtc-mv rtc-mv: setting system clock to 2083-05-16 10:34:28 UTC (3577689268)
[ 10.763936] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 10.803972] ata1.00: ATA-8: WDC WD10EARX-00N0YB0, 51.0AB51, max UDMA/133
[ 10.810705] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 10.853973] ata1.00: configured for UDMA/133
[ 10.874241] scsi 0:0:0:0: Direct-Access ATA WDC WD10EARX-00N 51.0 PQ: 0 ANSI: 5
[ 10.882868] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 10.890875] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 10.896256] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 10.903015] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 10.908880] sd 0:0:0:0: [sda] Write Protect is off
[ 10.913698] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 10.918901] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 10.938510] sda: sda1 sda2
[ 10.942394] sd 0:0:0:0: [sda] Attached SCSI disk
[ 11.056092] hub 1-1:1.0: USB hub found
[ 11.060214] hub 1-1:1.0: 4 ports detected
[ 11.253931] ata2: SATA link down (SStatus 0 SControl F300)
[ 11.286923] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[ 11.505391] EXT4-fs (sda2): warning: checktime reached, running e2fsck is recommended
[ 11.518804] EXT4-fs (sda2): recovery complete
[ 11.523488] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 11.531240] VFS: Mounted root (ext3 filesystem) on device 8:2.
[ 11.612578] devtmpfs: mounted
[ 11.616083] Freeing init memory: 172K
[ 12.714063] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)

Welcome to Arch Linux ARM!

[ 12.958216] systemd[1]: Inserted module 'autofs4'
[ 12.986823] systemd[1]: Set hostname to <alarm>.
[ 13.252418] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 13.274641] systemd[1]: Expecting device dev-ttyS0.device...
Expecting device dev-ttyS0.device...
[ 13.304166] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 13.312230] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 13.319967] systemd[1]: Starting Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 13.344013] systemd[1]: Listening on Syslog Socket.
[ 13.348992] systemd[1]: Starting Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 13.374005] systemd[1]: Reached target Remote File Systems.
[ 13.379682] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 13.404004] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 13.411068] systemd[1]: Starting Delayed Shutdown Socket.
[ OK ] Listening on Delayed Shutdown Socket.
[ 13.434003] systemd[1]: Listening on Delayed Shutdown Socket.
[ 13.439869] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 13.448149] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 13.456297] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
[ 13.484015] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 13.493533] systemd[1]: Starting Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 13.514002] systemd[1]: Reached target Encrypted Volumes.
[ 13.519788] systemd[1]: Starting udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 13.544007] systemd[1]: Listening on udev Kernel Socket.
[ 13.549666] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 13.574007] systemd[1]: Listening on udev Control Socket.
[ 13.579504] systemd[1]: Starting Swap.
[ OK ] Reached target Swap.
[ 13.603998] systemd[1]: Reached target Swap.
[ 13.608377] systemd[1]: Starting Journal Socket.
[ OK ] Listening on Journal Socket.
[ 13.634004] systemd[1]: Listening on Journal Socket.
[ 13.639091] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 13.714681] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 13.774829] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 13.844499] systemd[1]: Mounted Huge Pages File System.
[ 14.010959] systemd[1]: Started Load Kernel Modules.
[ 14.016123] systemd[1]: Mounted FUSE Control File System.
[ 14.021640] systemd[1]: Mounted Configuration File System.
[ 14.034693] systemd[1]: Started Set Up Additional Binary Formats.
[ 14.040913] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 14.134701] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 14.204638] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 14.274622] systemd[1]: Starting udev Kernel Device Manager...
Starting udev Kernel Device Manager...
[ 14.344558] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Started Journal Service.
[ 14.434092] systemd[1]: Started Journal Service.
[ 14.439137] systemd[1]: Starting Syslog.
[ OK ] Reached target Syslog.
[ 14.465046] systemd[1]: Reached target Syslog.
[ 14.474061] systemd[1]: Started File System Check on Root Device.
[ 14.480275] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ OK ] Mounted Temporary Directory.
[ 14.564120] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Debug File System.
[ 14.629512] systemd-udevd[61]: starting version 197
[ 14.634667] systemd[1]: Mounted Debug File System.
[ OK ] Started udev Kernel Device Manager.
[ 14.664130] systemd[1]: Started udev Kernel Device Manager.
[ OK ] Started Apply Kernel Variables.
[ 14.724130] systemd[1]: Started Apply Kernel Variables.
[ OK ] Mounted POSIX Message Queue File System.
[ 14.735736] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ 14.834145] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started udev Coldplug all Devices.
[ 14.904101] systemd[1]: Started udev Coldplug all Devices.
[ 14.909781] systemd[1]: Starting Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 14.944105] systemd[1]: Reached target Local File Systems (Pre).
[ 14.950230] systemd[1]: Starting Load Random Seed...
Starting Load Random Seed...
[ 15.034609] systemd[1]: Starting Local File Systems.
[ OK ] Reached target Local File Systems.
[ 15.064160] systemd[1]: Reached target Local File Systems.
[ 15.073258] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Starting Trigger Flushing of Journal to Persistent Storage...
[ 15.212591] systemd[1]: Starting Recreate Volatile Files and Directories...
Starting Recreate Volatile Files and Directories...
[ OK ] Started Setup Virtual Console.
[ 15.344079] systemd[1]: Started Setup Virtual Console.
[ OK ] Started Load Random Seed.
[ 15.404101] systemd[1]: Started Load Random Seed.
[ OK ] Started Recreate Volatile Files and Directories.
[ 15.474087] systemd[1]: Started Recreate Volatile Files and Directories.
[ 15.481017] systemd[1]: Starting System Initialization.
[ OK ] Reached target System Initialization.
[ 15.514075] systemd[1]: Reached target System Initialization.
[ 15.519959] systemd[1]: Starting D-Bus System Message Bus Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 15.554069] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 15.560638] systemd[1]: Starting Sockets.
[ OK ] Reached target Sockets.
[ 15.594148] systemd[1]: Reached target Sockets.
[ 15.598797] systemd[1]: Starting Daily Cleanup of Temporary Directories.
[ 15.616166] systemd[1]: Started Daily Cleanup of Temporary Directories.
[ 15.622902] systemd[1]: Starting Basic System.
[ OK ] Reached target Basic System.
[ 15.654084] systemd[1]: Reached target Basic System.
[ 15.663692] systemd[1]: Started SSH Key Generation.
[ 15.673746] systemd[1]: Starting Netcfg multi-profile daemon...
Starting Netcfg multi-profile daemon...
[ 15.734914] systemd[1]: Starting Periodic Command Scheduler...
Starting Periodic Command Scheduler...
[ OK ] Started Periodic Command Scheduler.
[ 15.824134] systemd[1]: Started Periodic Command Scheduler.
[ 15.829898] systemd[1]: Starting OpenSSH Daemon...
Starting OpenSSH Daemon...
[ OK ] Started OpenSSH Daemon.
[ 15.894147] systemd[1]: Started OpenSSH Daemon.
[ 15.898855] systemd[1]: Starting Login Service...
Starting Login Service...
[ 15.964532] systemd[1]: Starting D-Bus System Message Bus...
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
[ 16.064094] systemd[1]: Started D-Bus System Message Bus.
[ 16.070561] systemd[1]: Starting System Logger Daemon...
Starting System Logger Daemon...
[ OK ] Started System Logger Daemon.
[ 16.164070] systemd[1]: Started System Logger Daemon.
[ OK ] Found device /dev/ttyS0.
[ 16.194083] systemd[1]: Found device /dev/ttyS0.
[ 16.371027] systemd-journald[65]: Received SIGUSR1
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
[ 16.544155] systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
[ 16.552011] systemd[1]: Starting Permit User Sessions...
Starting Permit User Sessions...
[ 16.706094] systemd-journald[65]: File /var/log/journal/5c49cb5bf08724338eb09a6900092bb0/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ OK ] Started Login Service.
[ 17.230838] NET: Registered protocol family 10
[ OK ] Started Permit User Sessions.
Starting Getty on tty1...
[ OK ] Started Getty on tty1.
Starting Serial Getty on ttyS0...
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ 18.127600] ADDRCONF(NETDEV_UP): eth0: link is not ready

Arch Linux 3.1.10-15-ARCH (ttyS0)

alarm login: [FAILED] Failed to start Netcfg multi-profile daemon.
See 'systemctl status netcfg.service' for details.
[ OK ] Reached target Network.
Starting OpenNTP Daemon...
[ OK ] Started OpenNTP Daemon.
[ OK ] Reached target Multi-User.
[ OK ] Reached target Graphical Interface.
')

as log when I boot the device.
Tonkiplis2
 
Posts: 19
Joined: Wed Jan 09, 2013 7:01 am

Re: NSA 320

Postby Tonkiplis2 » Fri Feb 15, 2013 7:27 pm

However, the sys ligth is always orange and I cannot perform any command because it's asking for a username/password.

see:

$this->bbcode_second_pass_code('', 'alarm login: [ 1123.742730]
Password:
Login incorrect')

and I have no idea what to enter..

if somebody ever saw this?

cheers,

Tonkiplis
Tonkiplis2
 
Posts: 19
Joined: Wed Jan 09, 2013 7:01 am

Re: NSA 320

Postby WarheadsSE » Fri Feb 15, 2013 7:48 pm

user root password root
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

PreviousNext

Return to [Please read announcement] Community-Supported Devices

Who is online

Users browsing this forum: No registered users and 7 guests