Quantcast
Channel: Linux Device Hacking
Viewing all 46968 articles
Browse latest View live

Re: Trying to restore to Original Firmware Pogoplug V3 OXNAS

$
0
0
myhobby,

First, the thread title is wrong. You have the Pogolug V3 OXNAS, not the E02.

> What can be done to make a next step. Currently bo
> oting from SATA drive, to access the HW,

The missing last step is to ensure the rootfs is bootable. Your rootfs on the SATA drive was probably not created correctly.

What I would do next is trying to boot into Dedian, using USB flash drive. On another Linux box, as root user, prepare the new rootfs on USB following the instruction in the release thread, very closely. And remember to skip step 4.:

http://forum.doozan.com/read.php?2,16044

Scroll down to this section:

Updated 02 Aug 2017: 

Rootfs Debian-4.4.54-oxnas-tld-1-rootfs-bodhi.tar.bz2 was uploaded. 

Basic Debian stretch Oxnas rootfs for Popo Pro/Classic V3 plug: 

- tarball size: 180M 
- install size: 477M 
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, dialog, bz2, iperf, ethtool, sysvinit-core, sysvinit, sysvinit-utils, mtd-utils. 
- see LED controls in /etc/rc.local, and /etc/rc0.d/K08halt 
- see some useful aliases in /root/.profile 
- root password: root

After that, plug in this USB. And power up, No need to change any of the u-boot envs.

Please post the entire serial console log (from u-boot banner to the point where you see the Debian login prompt, or when it stops booting).

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
All,

Are you having this qemu problem on armv7, as in this thread: http://forum.doozan.com/read.php?2,32146? I have not released a Debian stretch rootfs for it.

Or are you having problem on armv5, as in this thread: http://forum.doozan.com/read.php?2,12096? I have released a Debian stretch rootfs (Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2).

Have you tried chroot into either of the rootfs above to see if you have same problem?

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
Since we're both using qemu-arm-static, the host OS is likely using x86 or x86_64. Latter one for me.

I'm not using any ARM machine directly, but cross-building armhf packages on an x86_64 machine via Qemu's user mode emulation.

The issue is easily reproducible, hence I created a bug report upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872771

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
Ionic,

> Since we're both using qemu-arm-static, the host O
> S is likely using x86 or x86_64. Latter one for me
> .
>
> I'm not using any ARM machine directly, but cross-
> building armhf packages on an x86_64 machine via Q
> emu's user mode emulation.

Understood! what I was wondering what happen if we use my armv5 stretch rootfs, install qemu-arm-static on it. Would the error still occur when you chroot into it and run apt-get or compiling some packages.

I did not install qemu-arm-static on Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2, because it was built on ARM.

Quote

Or are you having problem on armv5, as in this thread: http://forum.doozan.com/read.php?2,12096? I have released a Debian stretch rootfs (Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2).

And,

I've installed qemu-arm-static in the MVEBU armhf rootfs, because I used x86_64 to build it. But it is a jessie rootfs.

Quote

Are you having this qemu problem on armv7, as in this thread: http://forum.doozan.com/read.php?2,32146? I have not released a Debian stretch rootfs for it.

I could upgrade the amrhf rootfs to stretch, and chroot into it to confirm the problem one more time for you both. Perhaps I will do that, to see if it helps to have one more data point, one way or the other.

Hosting Panoramas from small Linux device?

$
0
0
It baffles me why panorama pictures haven't taken off (unless you count Google Earth's Neighborhood View).
But for years there was QuickTime, so if your friends had QuickTime installed they'd open an image that was over the email attachment limit, meaning you had to have used a USB stick to load them on their computer. Then they could open the panorama and pan left, right and zoom in and out a bit.

Since then, email attachment sizes are larger, but not so many people have QuickTime. Then there's Flash-based rendering of your panorama (using an app I have to find out and edit this post what I used), that you can pan around in your browser, but Flash is going out of existence soon and I wouldn't let my panoramas in that format anyway.

The reason why I've made QuickTime over many years (one real good one,but not great) was the idea of patients in hospitals around here. It's rugged country and for people paralyzed in a hospital or otherwise, many times they were active people and used to get to places that are now hard to reach. So that's the original reason that's gotten delayed quite a while for me.

So that's why I thought to ask, not only about best formats for the bandwidth but also if anyone else has been doing much Panorama/VR, what's going on lately and are current formats such they should be hosted from a Pogoplug or little Linux box?

Beyond that I'm strongly inclined to want audio included, maybe a 1-5 minute loop and when you pan around the sound goes in and out of phase like you're turning. Again I'll find the name of what I was using that embeds that... BIAB

Re: Linux Kernel 4.12.1 Kirkwood package and Debian rootfs

$
0
0
Kernel linux-4.12.8-kirkwood-tld-1 package has been uploaded. Please see 1st post for download link.

Note:

The Qizitong 501m_v2 DTS and DTB were updated after the the tarball has been uploaded. So if you have this box, please use the additional attached files. Copy the kirkwood-qizhitong_501m_v2.dtb to /boot/dts/ in your rootfs. The DTS file is for information and kernel building only.

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
> what I was wondering what happen if we use my armv5 stretch rootfs, install qemu-arm-static on it. Would the error still occur when you chroot into it and run apt-get or compiling some packages.

Probably not, but I don't have a way to check that. There's nothing you could do about that situation, it's up for Debian/Qemu to fix the user mode emulation.

Essentially, you have to install the host-arch (e.g., x86_64) qemu-arm-static binary from the host-arch qemu-user-static package into the chroot. After that, ARM binaries can be executed as if they were native host-arch binaries (through some kernel magic via binfmt_misc.)

If I were to install qemu-user-static in the chroot as the target-arch version (e.g., armhf), nothing would be working any longer.

You already know that, though, since you've build rootfs' via this method. :)

User mode emulation has always been and still is a bit flaky.


My workaround so far has been to instruct sbuild to use apt-get instead of aptitude and to allow alternatives in build dependencies. All my packages built successfully this way. It might well be possible that stretch's qemu-user-static is causing more trouble than jessie's, though.

Be careful when upgrading.

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
So, just to confirm:

Quote

Or are you having problem on armv5, as in this thread: http://forum.doozan.com/read.php?2,12096? I have released a Debian stretch rootfs (Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2).

Downloaded, put /usr/bin/qemu-arm-static into its usr/bin directory, installed aptitude, ran aptitude update => segfault.

(There were additional error messages before the segfault, but these stem from /run/lock not existing on your rootfs. aptitude tried to create /var/lock/aptitude, which failed. /var/lock is a symlink to /run/lock, but /run/lock does not exist. No big deal, I guess, since such directories might be created by something (systemd?) during a "real" boot process.)


Quote

Are you having this qemu problem on armv7, as in this thread: http://forum.doozan.com/read.php?2,32146? I have not released a Debian stretch rootfs for it.

Downloaded Debian-4.9.0-mvebu-tld-12-rootfs-bodhi.tar.bz2, extracted it, ran the usual commands. aptitude worked fine.


Now, this said: my personal day-to-day system is a Gentoo x86_64 one. Gentoo currently has Qemu 2.9.0 available, so I'm inclined to test a stretch-based chroot with that.

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
And as far as qemu 2.9.0 is concerned:

qemu:handle_cpu_signal received signal outside vCPU context @ pc=0x6015043b
qemu:handle_cpu_signal received signal outside vCPU context @ pc=0x6016c6b9
[1]    3606 segmentation fault (core dumped)  chroot . aptitude update

Haven't seen the qemu:handle_cpu_signal messages with Debian's 2.8.0 version, but same result in the end.

I'll probably wait for 2.10.0 to be available and will test again with that.

Re: Build Debian-Stretch RootFS with qemu-arm-static: segmentation fault while "aptitude"

$
0
0
Ionic,

Thanks for testing and confirming both rootfs.

Quote

/run/lock does not exist. No big deal, I guess, since such directories might be created by something (systemd?) during a "real" boot process.)

Indeed, it is created when the real system is booting.

TANIX TX3 MINI Amlogic S905W 4K Android v7.1.1 TV BOX

$
0
0
Just wanted to pass along this savings: TANIX TX3 MINI Android 7.1 KODI 17.3 Amlogic S905W 4K TV BOX - US $10 (coupon TANTX3). For instance, the 1GB/16GB version is $29.99 - US $10 (coupon TANTX3) = $19.99 + Free S/H. More information, i.e. hardware specs, discussions (FreakTab), discussion (XDA-Developers), etc.

AFAICT, this is not better than an S905. However, Joey asked in his post (Hosting Panoramas from small Linux device?) and perhaps this will fit your bill. However, before you jump into bandwagon, perhaps peruse this short post to find out more about current status from LibreELEC support on an S905W SoC.

PS. Price comparison @AliExpress.

Re: Problem booting Debian-4.9.0-mvebu-tld-12 with 2 hdd's

$
0
0
Hello bodhi,

after some truble with x86-64 kwboot at the weekend on my old atom eee pc, the x86-64 kwboot is running with my 64bit Manjaro os on my newer notebook.
So serial console is running.

heiko

Re: Problem booting Debian-4.9.0-mvebu-tld-12 with 2 hdd's

$
0
0
heiko,

I'll working on the new scan script. Will post it soon in a couple days.

Re: TANIX TX3 MINI Amlogic S905W 4K Android v7.1.1 TV BOX

$
0
0
habibie Wrote:
-------------------------------------------------------
> Just wanted to pass along this savings: [url=http:
> //www.geekbuying.com/item/TANIX-TX3-MINI-KODI-17-3
> -S905W-1GB-16GB-4K-TV-Box-384485.html]TANIX TX3 MI
> NI Android 7.1 KODI 17.3 Amlogic S905W 4K TV BOX[/
> url] - US $10 (coupon TANTX3). For instance, the 1
> GB/16GB version is $29.99 - US $10 (coupon TANTX3)
> = $19.99 + Free S/H. More information, i.e. [url=h
> ttps://www.cnx-software.com/2017/08/14/tanix-tx3-m
> ini-tv-box-is-powered-by-amlogic-s905w-soc]hardwar
> e specs[/url], [url=http://freaktab.com/forum/tv-p
> layer-support/amlogic-based-tv-players/s905x/66265
> 4-tanix-tx3-mini-amlogic-s905w-new-soc-android-7-1
> -1]discussions[/url] (FreakTab), [url=https://foru
> m.xda-developers.com/android-stick--console-comput
> ers/amlogic/tanix-tx3-mini-tv-box-based-amlogic-t3
> 655850]discussion[/url] (XDA-Developers), etc.
>
> AFAICT, this is not better than an S905. However,
> Joey asked in his post ([url=http://forum.doozan.c
> om/read.php?8,36180,36180#msg-36180]Hosting Panora
> mas from small Linux device?[/url]) and perhaps th
> is will fit your bill. However, before you jump in
> to bandwagon, perhaps peruse this short [url=https
> ://forum.libreelec.tv/thread/9319-8-1-5-libreelec-
> 8-2-for-s905-s905x/?postID=59397#post59397]post[/u
> rl] to find out more about current status from Lib
> reELEC support on an S905W SoC.
>
> PS. Price comparison @[url=https://www.aliexpress.
> com/w/wholesale-Tanix-TX3-Mini.html?spm=2114.searc
> h0104.0.0.2fFwLx&site=glo&groupsort=1&SearchText=T
> anix+TX3+Mini&g=y&SortType=price_asc&initiative_id
> =SB_20170822041157&needQuery=n&isFreeShip=y]AliExp
> ress[/url].


Thanks for the info as well as consideration on the Panorama thing :-) About a month from now I hope to get some nice Fall panoramas, usually 12 pictures in a circle, then use a software to stitch them together. At that point is the same result you can get on most cellphones, where you wave the phone in a circle and you end up with a flat picture with everything there.

The art part starts here, to take that big picture and barrel-ize it right.

And maybe this isn't he right place to say this, but what I meant maybe is a small device that can thumbnail little panoramas or preview display them. The downloading part should be easy, even use torrents.

Re: Hosting Panoramas from small Linux device?


ICQ 725005173 Sell CC(CVV,CVV) USA UK CA AU EU ASIAN INTER Good Fresh,Full Info,Ship Items

$
0
0
ICQ 725005173 Sell CC(CVV,CVV) USA UK CA AU EU ASIAN INTER Good Fresh,Full Info,Ship Items


We sell only unique base from most different countries. By using our service you will find out an individual approach to the client, the big spectrum of the countries and the excellent quality. The small test as agreed is possible....We have flexible prices, in case of purchase of a great volume of bulk orders and no reseller here , stuff skimmed and updated weekly!!!

Let us tell you in brief why you should work with us

We only use a ICQ 725005173
--Gmail: aleister8686@gmail.com


BULK VISA | MASTER | AMEX Valid Rate 98%

Selling Dumps Track 1&2 Good Fresh ,Track 1/2 Valid Rate 95%

Price for dumps:
Usa:
Visa Classic, MasterCard Standart - 60$
Visa Gold | Platinum | Business, MasterCard Gold | Platinum - 70$

Canada:
Visa Classic, MasterCard Standart - 90$
Visa Gold | Platinum | Business, MasterCard Gold | Platinum - 100$

EU, UK:
Classic/Standart =100$
Gold/Platinum =120$
Business/Signature/Purchase/Corporate/World =150$

Other countries:
MasterCard| Visa Classic - 70$
Visa Gold|Platinum|Corporate|Signature|Business – 80$

Sample Dumps without Pin

Track1 : B4096663104697113^FORANTO/CHRISTOPHER M^09061012735200521000000 ,
Track2 : 4096663104697113=090610127352521

Track 2: 371292369304005=0903060574355
Track 1: B371292369304005^CORRIGAN/MICHAEL ^0903060574355

Track 2: 371292895002008=0809051035392
Track 1: B371292895002008^BERTRAM/JB ^0809051035392

Track 2: 371333195032004=1012070131277
Track 1: B371333195032004^DONATI/DENISE ^1012070131277

Track 2: 371333344381005=1007070246435
Track 1: B371333344381005^DEFELIPPI/JJ ^1007070246435

*(Important note; my eu base updated once in a while,so you need to be ready for it)*

BULK VISA | MASTER | AMEX Valid Rate 98%

List Price Some (good price for good buyer)*

USA Visa card..........6$
USA master card..........6$
USA amex card..........10$
USA Dicover card..........10$
Uk Visa Card ..........15$
Uk master Card ..........15$
CANADA visa/Master .....15$
Turkey card ...... 15$
EURO card (all country) ....20$
INTER card .... 20$

Sale USA Full Information

Format Full Information: Full Name/ Dob/ Ssn/ DL/ Address/ City/ State/ Zipcode/ Country/ Phone/ Email.
Price for fresh Info SSN +DOB +ADD
150$ - 200$ = 1k info ssn random
300$ - 350$ = 1k info ssn dob ( name + address + city + state + fone + ssn + dob + years )

we have EGift Card

Selling Amazon Gift Card all balancer
Selling Itunes Gift Card
Seliing Nike & Adidas Egift Card

*FRESHest Best APPROVAL DUMPS!!

*Great Fast Service via ICQ/Live support
*Speedy Delivery, no waiting for days!
* Replacement Policy 24 hours! OR checked dumps!
*Only REPLACE Card no Error, no account, Expired Card, Pick-Up, Hold-Call.
Never Replace Any Other Types Of Region Block.
*Special Bonuses/Discounts available for BULK orders.
* Test order via BTC possible for SERIOUS clients

(at our discretion)

*Instant Delivering With Via BTC 1 pcs first time test Of Cours (Minimum),WU/MG Delivering From 30minute-1Hour)
* We only charge because of the cost,time and effort involved in the services and products we offer.
*And Our Service Is Very Fast And Safe And immediate .

ICQ Contact Are For Serious People Only!!

We only use a ICQ 725005173
--Gmail: aleister8686@gmail.com


WE ARE ALWAYS GLAD TO WORK WITH YOU, WE APPRECIATE EACH CLIENT.

USE OUR SERVICE!

~IMPORTANT NOTE : I HAVE THE RIGHT TO CHANGE MY PRICES / REFUSE CUSTOMERS / PUT MINIMUM ORDER ACCORDING TO WHAT I VALUE

Re: ZyXEL NSA325 booting problem with 2016.05 U-Boot Kirkwood

$
0
0
Dear bodhi,
I'm trying over a week to boot Debian (Debian jessi 4.4.0 / Kernel 4.12.1) from a HGST (Toshiba) 4TB HDD. Booting from USB and HDD 160GB (Hitachi) works well. My bootenv is still the same as above posted. I tried ext2/ext3/ext4 also tried GPT / hybrid mbr and many more, but alsway stuck here:
U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:48:40 -0700)
ZyXEL NSA325 2-Bay Power Media Server

SoC:   Kirkwood 88F6282_A1
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
MV88E1318 PHY initialized on egiga0
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.178.41 is not alive
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.178.41 is not alive
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.178.41 is not alive
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.178.41 is not alive
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.178.41 is not alive
Hit any key to stop autoboot:  0
Unknown command 'mmc' - try 'help'
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: Bus 0: OK Bus 1: not available
  Device 0: Model: TOSHIBA HDWQ140  Firm: FJ1M Ser#: 275EK042FPBE
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 3815447.8 MB = 3726.0 GB (7814037168 x 512)
Unknown command 'mmc' - try 'help'

no USB devices available

Partition Map for IDE device 0  --   Partition Type: EFI

GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_print_efi: *** ERROR: Invalid GPT ***
part_print_efi: ***        Using Backup GPT ***
Part    Start LBA       End LBA         Name
        Attributes
        Type GUID
        Partition GUID
  1     0x00000800      0x1d1c0be8e     ""
        attrs:  0x0000000000000000
        type:   0fc63daf-8483-4772-8e79-3d69d8477de4
        guid:   4acfd172-37b4-4de7-9733-2b76862ca79a
loading envs from ide 0 ...
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
part_get_info_efi: ***        Using Backup GPT ***
57 bytes read in 26 ms (2 KiB/s)
importing envs ...
running scan_disk ...
Scan device mmc
Unknown command 'mmc' - try 'help'
device mmc 0:1
** Bad device mmc 0 **
device mmc 1:1
** Bad device mmc 1 **
device mmc 2:1
** Bad device mmc 2 **
device mmc 3:1
** Bad device mmc 3 **
Scan device usb
device usb 0:1
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: Bus 0: OK Bus 1: not available
  Device 0: Model: TOSHIBA HDWQ140  Firm: FJ1M Ser#: 275EK042FPBE
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 3815447.8 MB = 3726.0 GB (7814037168 x 512)
device ide 0:1
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
part_get_info_efi: ***        Using Backup GPT ***
1 bytes read in 25 ms (0 Bytes/s)
Found bootable drive on ide 0
loading uImage ...
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
part_get_info_efi: ***        Using Backup GPT ***
3821592 bytes read in 602 ms (6.1 MiB/s)
loading uInitrd ...
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
part_get_info_efi: ***        Using Backup GPT ***
9367966 bytes read in 1438 ms (6.2 MiB/s)
loading DTB /boot/dts/kirkwood-nsa325.dtb ...
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
part_get_info_efi: ***        Using Backup GPT ***
14548 bytes read in 47 ms (301.8 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.12.1-kirkwood-tld-1
   Created:      2017-08-22   7:34:46 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3821528 Bytes = 3.6 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.12.1-kirkwood-tld-1
   Created:      2017-08-22   7:35:12 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9367902 Bytes = 8.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 1f223000, end 1fb1215e ... OK
   Loading Device Tree to 1f21c000, end 1f2228d3 ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.12.1-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: ZyXEL NSA325
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 orion_nand
[    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] Memory: 497180K/524288K available (8192K kernel code, 716K rwdata, 1972K rodata, 1024K init, 288K bss, 27108K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
[    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
[    0.000000]       .data : 0xc0d00000 - 0xc0db3274   ( 717 kB)
[    0.000000]        .bss : 0xc0db9b9c - 0xc0e01e60   ( 289 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000006] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000036] Switching to timer-based delay loop, resolution 5ns
[    0.000420] Console: colour dummy device 80x30
[    0.000448] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000466] pid_max: default: 32768 minimum: 301
[    0.000628] Security Framework initialized
[    0.000726] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000743] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001451] CPU: Testing write buffer coherency: ok
[    0.002321] Setting up static identity map for 0x100000 - 0x100058
[    0.002557] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.005184] devtmpfs: initialized
[    0.009333] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.009356] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.009676] prandom: seed boundary self test passed
[    0.012534] prandom: 100 self tests passed
[    0.012550] pinctrl core: initialized pinctrl subsystem
[    0.013528] NET: Registered protocol family 16
[    0.013872] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.015241] cpuidle: using governor ladder
[    0.015300] cpuidle: using governor menu
[    0.015657] Feroceon L2: Enabling L2
[    0.015695] Feroceon L2: Cache support initialised.
[    0.015995] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.020222] No ATAGs?
[    0.027458] vgaarb: loaded
[    0.027710] SCSI subsystem initialized
[    0.028090] usbcore: registered new interface driver usbfs
[    0.028140] usbcore: registered new interface driver hub
[    0.028181] usbcore: registered new device driver usb
[    0.028949] clocksource: Switched to clocksource orion_clocksource
[    0.098011] VFS: Disk quotas dquot_6.6.0
[    0.098085] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.106262] NET: Registered protocol family 2
[    0.106867] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.106923] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.106975] TCP: Hash tables configured (established 4096 bind 4096)
[    0.107043] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.107065] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.107210] NET: Registered protocol family 1
[    0.107558] RPC: Registered named UNIX socket transport module.
[    0.107568] RPC: Registered udp transport module.
[    0.107574] RPC: Registered tcp transport module.
[    0.107579] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.107772] Unpacking initramfs...
[    0.726789] Freeing initrd memory: 9152K
[    0.726901] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.727612] audit: initializing netlink subsys (disabled)
[    0.727980] Initialise system trusted keyrings
[    0.728026] Key type blacklist registered
[    0.728103] audit: type=2000 audit(0.718:1): state=initialized audit_enabled=0 res=1
[    0.728183] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.728239] zbud: loaded
[    0.729068] NFS: Registering the id_resolver key type
[    0.729091] Key type id_resolver registered
[    0.729097] Key type id_legacy registered
[    0.729117] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.729125] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.729290] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.729444] fuse init (API version 7.26)
[    0.729739] orangefs_debugfs_init: called with debug mask: :none: :0:
[    0.729905] orangefs_init: module version upstream loaded
[    0.729913] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    2.558955] random: fast init done
[    5.089307] Key type asymmetric registered
[    5.089322] Asymmetric key parser 'x509' registered
[    5.089378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.089387] io scheduler noop registered
[    5.089393] io scheduler deadline registered
[    5.089465] io scheduler cfq registered (default)
[    5.090452] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    5.091929] mvebu-pcie mbus@f1000000:pcie-controller@82000000: PCI host bridge to bus 0000:00
[    5.091947] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    5.091957] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    5.091968] pci_bus 0000:00: root bus resource [bus 00-ff]
[    5.092224] PCI: bus0: Fast back to back transfers disabled
[    5.092243] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.119024] PCI: bus1: Fast back to back transfers disabled
[    5.119192] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    5.119208] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe0001fff 64bit]
[    5.119229] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.119242] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    5.119316] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    5.119394] pci 0000:01:00.0: enabling device (0140 -> 0142)
[    5.119825] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.179528] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr )
[    5.179717] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.239510] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr )
[    5.239899] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.240991] console [ttyS0] disabled
[    5.241048] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[    5.919925] console [ttyS0] enabled
[    5.929963] loop: module loaded
[    5.933608] sata_mv f1080000.sata: slots 32 ports 2
[    5.940679] scsi host0: sata_mv
[    5.944187] scsi host1: sata_mv
[    5.947542] ata1: SATA max UDMA/133 irq 32
[    5.951706] ata2: SATA max UDMA/133 irq 32
[    5.956461] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
[    5.962927] nand: Eon NAND 128MiB 3,3V 8-bit
[    5.967219] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    5.974848] Scanning device for bad blocks
[    5.983796] Bad eraseblock 100 at 0x000000c80000
[    5.993216] Bad eraseblock 200 at 0x000001900000
[    6.037184] 9 ofpart partitions found on MTD device orion_nand
[    6.043055] Creating 9 MTD partitions on "orion_nand":
[    6.048223] 0x000000000000-0x000000100000 : "uboot"
[    6.054191] 0x000000100000-0x000000180000 : "uboot_env"
[    6.060515] 0x000000180000-0x000000200000 : "key_store"
[    6.066705] 0x000000200000-0x000000280000 : "info"
[    6.072405] 0x000000280000-0x000000c80000 : "etc"
[    6.078043] 0x000000c80000-0x000001680000 : "kernel_1"
[    6.084197] 0x000001680000-0x000004640000 : "rootfs1"
[    6.090589] 0x000004640000-0x000005040000 : "kernel_2"
[    6.096776] 0x000005040000-0x000008000000 : "rootfs2"
[    6.104017] libphy: Fixed MDIO Bus: probed
[    6.108723] libphy: orion_mdio_bus: probed
[    6.117317] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    6.219389] mv643xx_eth: Set the PHY to fix link down
[    6.219988] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51
[    6.233948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.240556] ehci-pci: EHCI PCI platform driver
[    6.245067] ehci-orion: EHCI orion driver
[    6.249297] orion-ehci f1050000.ehci: EHCI Host Controller
[    6.254852] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    6.262701] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[    6.288969] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    6.295257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.302101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.309374] usb usb1: Product: EHCI Host Controller
[    6.314267] usb usb1: Manufacturer: Linux 4.12.1-kirkwood-tld-1 ehci_hcd
[    6.321013] usb usb1: SerialNumber: f1050000.ehci
[    6.326247] hub 1-0:1.0: USB hub found
[    6.330090] hub 1-0:1.0: 1 port detected
[    6.334502] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    6.339817] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    6.347558] xhci_hcd 0000:01:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    6.356184] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.363026] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.370290] usb usb2: Product: xHCI Host Controller
[    6.375185] usb usb2: Manufacturer: Linux 4.12.1-kirkwood-tld-1 xhci-hcd
[    6.381931] usb usb2: SerialNumber: 0000:01:00.0
[    6.387071] hub 2-0:1.0: USB hub found
[    6.390911] hub 2-0:1.0: 2 ports detected
[    6.395338] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    6.400641] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    6.408146] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.416412] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    6.423252] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.430519] usb usb3: Product: xHCI Host Controller
[    6.435414] usb usb3: Manufacturer: Linux 4.12.1-kirkwood-tld-1 xhci-hcd
[    6.442234] usb usb3: SerialNumber: 0000:01:00.0
[    6.447378] hub 3-0:1.0: USB hub found
[    6.451222] hub 3-0:1.0: 2 ports detected
[    6.455848] usbcore: registered new interface driver usb-storage
[    6.461934] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    6.468875] mousedev: PS/2 mouse device common for all mice
[    6.474888] i2c /dev entries driver
[    6.483455] rtc rtc0: invalid alarm value: 2017-9-12 33:0:0
[    6.489250] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
[    6.498789] hidraw: raw HID events driver (C) Jiri Kosina
[    6.504730] drop_monitor: Initializing network drop monitor service
[    6.511511] NET: Registered protocol family 17
[    6.516044] Key type dns_resolver registered
[    6.520946] registered taskstats version 1
[    6.525064] Loading compiled-in X.509 certificates
[    6.529947] zswap: loaded using pool lzo/zbud
[    6.543544] Key type big_key registered
[    6.555874] Key type encrypted registered
[    6.562597] rtc-pcf8563 0-0051: setting system clock to 2017-08-23 08:28:23 UTC (1503476903)
[    6.629029] ata1.00: ATA-8: TOSHIBA HDWQ140, FJ1M, max UDMA/100
[    6.634982] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    6.648607] ata1.00: configured for UDMA/100
[    6.663414] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA HDWQ140  FJ1M PQ: 0 ANSI: 5
[    6.672412] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    6.680668] sd 0:0:0:0: [sda] Write Protect is off
[    6.685600] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.694734] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.890579] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    6.897325] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.904534] usb 1-1: Product: USB2.0 Hub
[    6.909925] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.915246] hub 1-1:1.0: USB hub found
[    6.919454] hub 1-1:1.0: 4 ports detected
[    7.009592] ata2: SATA link down (SStatus 0 SControl F300)
[    7.028134] Freeing unused kernel memory: 1024K
Loading, please wait...
[    7.099722] systemd-udevd[126]: starting version 215
[    7.294033] sd 0:0:0:0: Attached scsi generic sg0 type 0
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... Begin: Assembling all MD arrays ... [   17.587502] __nand_correct_data: uncorrectable ECC error
[   17.592898] __nand_correct_data: uncorrectable ECC error
[   17.598238] blk_update_request: I/O error, dev mtdblock5, sector 0
[   17.604916] __nand_correct_data: uncorrectable ECC error
[   17.610285] __nand_correct_data: uncorrectable ECC error
[   17.615625] blk_update_request: I/O error, dev mtdblock5, sector 0
[   17.622057] __nand_correct_data: uncorrectable ECC error
[   17.627393] __nand_correct_data: uncorrectable ECC error
[   17.632744] blk_update_request: I/O error, dev mtdblock5, sector 0
mdadm: No arrays found in config file or automatically
Failure: failed to assemble all arrays.
done.
[   17.690279] device-mapper: uevent: version 1.0.3
[   17.696524] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
done.
Begin: Running /scripts/local-premount ... [   17.899502] raid6: int32x1  gen()   113 MB/s
[   18.069191] raid6: int32x1  xor()    74 MB/s
[   18.239202] raid6: int32x2  gen()   158 MB/s
[   18.408986] raid6: int32x2  xor()   104 MB/s
[   18.579145] raid6: int32x4  gen()   163 MB/s
[   18.749009] raid6: int32x4  xor()   115 MB/s
[   18.918965] raid6: int32x8  gen()   156 MB/s
[   19.089027] raid6: int32x8  xor()   105 MB/s
[   19.093313] raid6: using algorithm int32x4 gen() 163 MB/s
[   19.098727] raid6: .... xor() 115 MB/s, rmw enabled
[   19.103636] raid6: using intx1 recovery algorithm
[   19.109968] xor: measuring software checksum speed
[   19.208982]    arm4regs  :  1453.200 MB/sec
[   19.308997]    8regs     :   872.400 MB/sec
[   19.408976]    32regs    :  1207.600 MB/sec
[   19.413181] xor: using function: arm4regs (1453.200 MB/sec)
[   19.462406] Btrfs loaded, crc32c=crc32c-generic
Scanning for Btrfs filesystems
[   19.614389] __nand_correct_data: uncorrectable ECC error
[   19.619793] __nand_correct_data: uncorrectable ECC error
[   19.625132] blk_update_request: I/O error, dev mtdblock5, sector 0
[   19.631586] __nand_correct_data: uncorrectable ECC error
[   19.636917] __nand_correct_data: uncorrectable ECC error
[   19.642304] blk_update_request: I/O error, dev mtdblock5, sector 0
[   19.648510] Buffer I/O error on dev mtdblock5, logical block 0, async page read
done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-label/rootfs does not exist.  Dropping to a shell!
modprobe: module i8042 not found in modules.dep
[   50.726910] uhci_hcd: USB Universal Host Controller Interface driver
[   50.742454] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   50.758560] usbcore: registered new interface driver usbhid
[   50.764317] usbhid: USB HID core driver


BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs) [  169.528996] random: crng init done

Thank you

Re: Hosting Panoramas from small Linux device?

$
0
0
feas Wrote:
-------------------------------------------------------
> how about this https://github.com/mpetroff/pannellum
>
I started looking into the source code of the above link and am not sure if I want any of my Linux embedded system to run such a program driven by python with Java code. TBH, I don't mine the former, but the later is a definite no.

Re: ZyXEL NSA325 booting problem with 2016.05 U-Boot Kirkwood

$
0
0
Alec,

> GUID Partition Table Header signature is wrong: 0x
> 0 != 0x5452415020494645
> part_get_info_efi: *** ERROR: Invalid GPT ***
> part_get_info_efi: *** Using Backup GPT ***

I would try to fix this error first, before worrying about the rest.

How did you you create the GPT disk partition, on Mac/Linux/Windows and using which program? Have you tried to create it using Linux command line tools?

Re: ZyXEL NSA325 booting problem with 2016.05 U-Boot Kirkwood

$
0
0
Dear bodhi,
I used gparted on VM Linux (Ubuntu) machine and also MiniPartition Tool on Windows 10. Conncected with USB to Sata adapter.
I will additional try now KDE Partition Manager. I have no idea how to use command line tools, but I will google and try it also. Have you a suggestion for a partition program?

Thanks
Viewing all 46968 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>