Hardware > Ordenadores

Orange Pi One y Orange Pi PC

(1/9) > >>

jantoni:
Ya está aquí, ya ha llegado.

El mundo no se termina en Raspberry Pi.

Os presente mi nueva Orange Pi One.....veremos a ver que tal se comporta.

Todo esto por 12 euros puesta en casa

CPU H3 Quad-core Cortex-A7 H.265/HEVC 4K

GPU Mali400MP2 GPU @600MHz. Con soporte OpenGL ES 2.0

Memoria 512MB DDR3 (compartida conGPU)

TF/MMC  (Max. 64GB)

10/100M Ethernet RJ45

USB 2.0 Port

USB 2.0 OTG

Power Button(SW4)

Low-level peripherals

40 Pins Header,compatible with Raspberry Pi B+

Supported OS Android Ubuntu, Debian, Rasberry Pi Image

Y algo más.......por 12 Euros.....

jantoni:
Más información en

http://www.orangepi.org/orangepione/

Ah....que nadie piense que una "imagen" de Raspberry funciona directamente......es compatible con Raspbian.....pero con una versión adaptada.

jantoni:
Bueno, tras unos intentos fallidos, ya tengo una imagen funcionando.

Después de un intento fallido con Debian, ahora tengo una imagen de Ubuntu 14.04 como server.

Deseché Debian por una poderosa razón. No había modo de reiniciar el sistema. Siempre que se solicitaba el reinicio, se apagaba pero no volvía a iniciar.


--- Citar ---jantoni@Dell-Vostro:~/orangepi$ ssh root@192.168.0.120
root@192.168.0.120's password:
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.4.39 armv7l)

 * Documentation:  https://help.ubuntu.com/
Last login: Thu Jan  1 00:01:29 1970 from 192.168.0.111
****************************************
WARNING: TO RESIZE FILESYSTEM RUN:
sudo fs_resize
to remove this message run:
sudo rm /usr/local/bin/fs_resize_warning
****************************************
root@OrangePI:~#

--- Fin de la cita ---

Seguimos con ello

jantoni:
Modificado el script.bin siguiendo las instrucciones de CNX-Software.

http://www.cnx-software.com/orange-pi/xunlong_orange_pi_one_script.bin


--- Código: ---jantoni@Dell-Vostro:~/orangepi$ ssh root@192.168.0.120
root@192.168.0.120's password:
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.4.39 armv7l)

 * Documentation:  https://help.ubuntu.com/
Last login: Thu Jan  1 00:04:37 1970 from 192.168.0.111
****************************************
WARNING: TO RESIZE FILESYSTEM RUN:
sudo fs_resize
to remove this message run:
sudo rm /usr/local/bin/fs_resize_warning
****************************************
root@OrangePI:~# dmesg
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.39 (boris@UbuntuMate) (gcc version 4.6.3 20120201 (prerelease) (crosstool-NG linaro-1.13.1-2012.02-20120222 - Linaro GCC 2012.02) ) #1 SMP PREEMPT Mon Oct 12 12:02:29 CEST 2015
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8i
[    0.000000] Ignoring tag cmdline (using the default kernel command line)
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] cma: CMA: reserved 160 MiB at 56000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c1000cc0, node_mem_map c10dd000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 129920 pages, LIFO batch:31
[    0.000000] script_init enter!
[    0.000000] script_init exit!
[    0.000000] PERCPU: Embedded 8 pages/cpu @c156f000 s11840 r8192 d12736 u32768
[    0.000000] pcpu-alloc: s11840 r8192 d12736 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: earlyprintk=ttyS0,115200 loglevel=8 initcall_debug=0 console=ttyS0,115200 console=tty0 init=/init
[    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: 512MB = 512MB total
[    0.000000] Memory: 337392k/337392k available, 186896k 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]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0986378   (9721 kB)
[    0.000000]       .init : 0xc0987000 - 0xc0f86e40   (6144 kB)
[    0.000000]       .data : 0xc0f88000 - 0xc1003738   ( 494 kB)
[    0.000000]        .bss : 0xc1003eec - 0xc10dc400   ( 866 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:544
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty0] enabled, bootconsole disabled
[    0.019904] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[    0.019959] pid_max: default: 32768 minimum: 301
[    0.020229] Mount-cache hash table entries: 512
[    0.021113] Initializing cgroup subsys cpuacct
[    0.021142] Initializing cgroup subsys freezer
[    0.021187] CPU: Testing write buffer coherency: ok
[    0.021249] ftrace: allocating 26203 entries in 77 pages
[    0.050266] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.050298] [sunxi_smp_prepare_cpus] enter
[    0.050339] Setting up static identity map for 0x406d2af0 - 0x406d2b48
[    0.051173] CPU1: Booted secondary processor
[    0.051173] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.051305] CPU2: Booted secondary processor
[    0.051305] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.051305] CPU3: Booted secondary processor
[    0.051305] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.060173] Brought up 4 CPUs
[    0.060255] SMP: Total of 4 processors activated (19200.00 BogoMIPS).
[    0.060838] devtmpfs: initialized
[    0.063147] wakeup src cnt is : 1.
[    0.063166] [exstandby]leave extended_standby_enable_wakeup_src : event 0x800000
[    0.063189] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_map 0x0
[    0.063213] [exstandby]leave extended_standby_enable_wakeup_src : wakeup_gpio_group 0x40
[    0.063238] sunxi pm init
[    0.063358] pinctrl core: initialized pinctrl subsystem
[    0.070820] NET: Registered protocol family 16
[    0.071469] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.071469] script_sysfs_init success
[    0.071469] sunxi_dump_init success
[    0.072147] gpiochip_add: registered GPIOs 0 to 383 on device: sunxi-pinctrl
[    0.072147] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[    0.072147] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.072147] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.072147] script config pll_video to 297 Mhz
[    0.072147] script config pll_de to 864 Mhz
[    0.072147] script config pll_ve to 402 Mhz
[    0.072147] sunxi_default_clk_init
[    0.072147] try to set pll6ahb1 to 200000000
[    0.072147] try to set ahb clk source to pll6ahb1
[    0.072147] set ahb clk source to pll6ahb1
[    0.072147] try to set ahb1 to 200000000
[    0.072147] try to set apb1 to 100000000
[    0.072147] ===fe3o4==== sunxi_root_procfs_attach ret:0
[    0.080218] bio: create slab <bio-0> at 0
[    0.080369] [ARISC] :sunxi-arisc driver v1.04
[    0.091573] [ARISC] :arisc version: [v0.1.34]
[    0.173958] [ARISC] :sunxi-arisc driver v1.04 startup succeeded
[    0.180383] SCSI subsystem initialized
[    0.180571] usbcore: registered new interface driver usbfs
[    0.180648] usbcore: registered new interface driver hub
[    0.180691] usbcore: registered new device driver usb
[    0.180691] twi_chan_cfg()335 - [twi0] has no twi_regulator.
[    0.180691] twi_chan_cfg()335 - [twi1] has no twi_regulator.
[    0.180691] twi_chan_cfg()335 - [twi2] has no twi_regulator.
[    0.180691] Linux video capture interface: v2.00
[    0.180708] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.181184] Bluetooth: Core ver 2.16
[    0.181232] NET: Registered protocol family 31
[    0.181253] Bluetooth: HCI device and connection manager initialized
[    0.181280] Bluetooth: HCI socket layer initialized
[    0.181302] Bluetooth: L2CAP socket layer initialized
[    0.181342] Bluetooth: SCO socket layer initialized
[    0.181554] cfg80211: Calling CRDA to update world regulatory domain
[    0.181632] Switching to clocksource arch_sys_counter
[    0.191984] FS-Cache: Loaded
[    0.192257] CacheFiles: Loaded
[    0.201780] NET: Registered protocol family 2
[    0.202048] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.202532] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.202774] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
[    0.202991] TCP: Hash tables configured (established 16384 bind 16384)
[    0.203015] TCP: reno registered
[    0.203034] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.203068] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.203337] NET: Registered protocol family 1
[    0.203678] RPC: Registered named UNIX socket transport module.
[    0.203706] RPC: Registered udp transport module.
[    0.203724] RPC: Registered tcp transport module.
[    0.203741] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.540000] hw perfevents: enabled with ARMv7 Cortex_A7 PMU driver, 5 counters available
[    0.540203] sunxi_reg_init enter
[    0.540922] audit: initializing netlink socket (disabled)
[    0.540980] type=2000 audit(0.540:1): initialized
[    0.542632] NFS: Registering the id_resolver key type
[    0.542970] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.543609] NTFS driver 2.1.30 [Flags: R/W].
[    0.543741] fuse init (API version 7.18)
[    0.544421] Btrfs loaded
[    0.544453] msgmni has been set to 978
[    0.545469] io scheduler noop registered
[    0.545493] io scheduler deadline registered
[    0.545575] io scheduler cfq registered (default)
[    0.545994] [DISP]disp_module_init
[    0.546299] cmdline,disp=
[    0.552717] [DISP] Fb_map_kernel_logo,line:925:Fb_map_kernel_logo failed!
[    0.565469] Console: switching to colour frame buffer device 160x45
[    0.579113] [DISP]disp_module_init finish
[    0.579402] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[    0.579810] uart0: ttyS0 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[    0.579953] sw_uart_pm()890 - uart0 clk is already enable
[    0.580144] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[    0.772113] console [ttyS0] enabled
[    1.209735] sunxi_cmatest_init enter
[    1.372484] sunxi_cmatest_init success
[    1.531611] loop: module loaded
[    1.678536] sunxi_spi_chan_cfg()1355 - [spi-0] has no spi_regulator.
[    1.839756] sunxi_spi_chan_cfg()1355 - [spi-1] has no spi_regulator.
[    1.902337] tun: Universal TUN/TAP device driver, 1.6
[    1.911793] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.923352] PPP generic driver version 2.4.2
[    1.932182] PPP BSD Compression module registered
[    1.941328] PPP Deflate Compression module registered
[    1.952918] PPP MPPE Compression module registered
[    1.962098] NET: Registered protocol family 24
[    1.970830] PPTP driver version 0.8.5
[    1.978787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.009914] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.022695] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[    2.035485] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[    2.060029] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[    2.070974] hub 1-0:1.0: USB hub found
[    2.078914] hub 1-0:1.0: 1 port detected
[    2.107403] sunxi-ehci sunxi-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.120261] sunxi-ehci sunxi-ehci.2: new USB bus registered, assigned bus number 2
[    2.133010] sunxi-ehci sunxi-ehci.2: irq 106, io mem 0xf1c1b000
[    2.160037] sunxi-ehci sunxi-ehci.2: USB 0.0 started, EHCI 1.00
[    2.170858] hub 2-0:1.0: USB hub found
[    2.178770] hub 2-0:1.0: 1 port detected
[    2.187203] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.217868] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    2.230199] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 3
[    2.242465] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[    2.314479] hub 3-0:1.0: USB hub found
[    2.322496] hub 3-0:1.0: 1 port detected
[    2.350976] sunxi-ohci sunxi-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    2.363475] sunxi-ohci sunxi-ohci.2: new USB bus registered, assigned bus number 4
[    2.375915] sunxi-ohci sunxi-ohci.2: irq 107, io mem 0xf1c1b400
[    2.444494] hub 4-0:1.0: USB hub found
[    2.452670] hub 4-0:1.0: 1 port detected
[    2.461269] Initializing USB Mass Storage driver...
[    2.470730] usbcore: registered new interface driver usb-storage
[    2.481324] USB Mass Storage support registered.
[    2.490383] usbcore: registered new interface driver ums-alauda
[    2.500902] usbcore: registered new interface driver ums-cypress
[    2.511452] usbcore: registered new interface driver ums-datafab
[    2.521896] usbcore: registered new interface driver ums_eneub6250
[    2.532438] usbcore: registered new interface driver ums-freecom
[    2.542766] usbcore: registered new interface driver ums-isd200
[    2.552984] usbcore: registered new interface driver ums-jumpshot
[    2.563415] usbcore: registered new interface driver ums-karma
[    2.573431] usbcore: registered new interface driver ums-onetouch
[    2.583756] usbcore: registered new interface driver ums-realtek
[    2.593895] usbcore: registered new interface driver ums-sddr09
[    2.603864] usbcore: registered new interface driver ums-sddr55
[    2.613754] usbcore: registered new interface driver ums-usbat
[    2.623570] usbcore: registered new interface driver usbserial
[    2.633232] usbserial: USB Serial Driver core
[    2.641278] usbcore: registered new interface driver option
[    2.650694] USB Serial support registered for GSM modem (1-port)
[    2.661032] file system registered
[    2.669424] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    2.680307] android_usb gadget: Number of LUNs=3
[    2.688575]  lun0: LUN: removable file: (no medium)
[    2.697147]  lun1: LUN: removable file: (no medium)
[    2.705677]  lun2: LUN: removable file: (no medium)
[    2.714438] android_usb gadget: android_usb ready
[    2.722942]  uinput result 0 , vmouse_init
[    2.731105] mousedev: PS/2 mouse device common for all mice
[    2.740544] sunxikbd_init failed.
[    2.747301] ls_fetch_sysconfig_para: type err  device_used = 0.

--- Fin del código ---

jantoni:

--- Código: ---[    2.757046] =========script_get_err============
[    2.765120] ltr_init: ls_fetch_sysconfig_para err.
[    2.773772] [RTC] WARNING: Rtc time will be wrong!!
[    2.782473] sunxi-rtc sunxi-rtc: rtc core: registered sunxi-rtc as rtc0
[    2.792956] i2c /dev entries driver
[    2.800100] IR RC5(x) protocol handler initialized
[    2.808547] sunxi tsc version 0.1
[    2.815374] tscdev_init: tsc driver is disabled
[    2.823566] sunxi cedar version 0.1
[    2.830558] [cedar]: install start!!!
[    2.837746] [cedar]: install end!!!
[    2.844552] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[    2.854637] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[    2.865991] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[    2.879547] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[    2.888885] timeout_to_interv, line 167
[    2.896250] interv_to_timeout, line 189
[    2.903570] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[    2.916243] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.929044] Bluetooth: HCI UART driver ver 2.2
[    2.937435] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
[    2.950454] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.109 2014-12-4 20:51) Compiled in Oct 12 2015 at 12:00:18
[    2.965662] [mmc]: get mmc0's sdc_power is null!
[    2.974619] [mmc]: get mmc1's sdc_power is null!
[    2.983670] [mmc]: get mmc1's 2xmode ok, val = 1
[    2.992624] [mmc]: get mmc1's ddrmode ok, val = 1
[    3.001701] [mmc]: MMC host used card: 0x3, boot card: 0x0, io_card 2
[    3.013736] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.030919] [mmc]: sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    3.047584] no blue_led, ignore it!
[    3.055791] Registered led device: red_led
[    3.064559] Registered led device: green_led
[    3.074768] usbcore: registered new interface driver usbhid
[    3.085056] usbhid: USB HID core driver
[    3.096795] asoc: sndcodec <-> sunxi-codec mapping ok
[    3.109483] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[    3.120466] oprofile: using arm/armv7-ca7
[    3.129073] u32 classifier
[    3.136109]     Actions configured
[    3.143965] Netfilter messages via NETLINK v0.30.
[    3.153352] nf_conntrack version 0.5.0 (7831 buckets, 31324 max)
[    3.164520] ctnetlink v0.93: registering with nfnetlink.
[    3.174611] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    3.186542] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    3.197522] xt_time: kernel timezone is -0000
[    3.206679] IPv4 over IPv4 tunneling driver
[    3.215875] gre: GRE over IPv4 demultiplexor driver
[    3.225455] ip_gre: GRE over IPv4 tunneling driver
[    3.235486] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.245683] arp_tables: (C) 2002 David S. Miller
[    3.254956] TCP: cubic registered
[    3.262698] Initializing XFRM netlink socket
[    3.271712] NET: Registered protocol family 10
[    3.281817] Mobile IPv6
[    3.288612] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.298956] IPv6 over IPv4 tunneling driver
[    3.308748] NET: Registered protocol family 17
[    3.317782] NET: Registered protocol family 15
[    3.326850] Bluetooth: RFCOMM TTY layer initialized
[    3.336181] Bluetooth: RFCOMM socket layer initialized
[    3.345738] Bluetooth: RFCOMM ver 1.11
[    3.353729] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.363417] Bluetooth: BNEP filters: protocol multicast
[    3.372937] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.383274] L2TP core driver, V2.0
[    3.390622] PPPoL2TP kernel driver, V2.0
[    3.398408] L2TP IP encapsulation support (L2TPv3)
[    3.407167] L2TP netlink interface
[    3.414376] L2TP ethernet pseudowire support (L2TPv3)
[    3.423463] Registering the dns_resolver key type
[    3.432373] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    3.444474] ThumbEE CPU extension supported.
[    3.452773] Registering SWP/SWPB emulation handler
[    3.462488] cmdline,disp=
[    3.468883] [HDMI] power vcc-hdmi-18
[    3.507059] sunxi-rtc sunxi-rtc: hctosys: unable to read the hardware clock
[    3.518447] ths_fetch_sysconfig_para: type err  device_used = 1.
[    3.530159] CPU Budget:Register notifier
[    3.538114] CPU Budget:register Success
[    3.545918] sunxi-budget-cooling sunxi-budget-cooling: Cooling device registered: thermal-budget-0
[    3.562360] [rf_pm]: select module num is 7
[    3.570765] [rf_pm]: module power0 name vcc-wifi-33
[    3.579874] [rf_pm]: failed to fetch module_power1
[    3.588913] [rf_pm]: mod has no chip_en gpio
[    3.597344] [rf_pm]: failed to fetch lpo_use_apclk
[    3.606324] [rf_pm]: regulator on.
[    3.613700] [wifi_pm]: no wifi used in configuration
[    3.622844] ALSA device list:
[    3.629704]   #0: audiocodec
[    3.636384]   #1: sndhdmi
[    3.642780] Warning: unable to open an initial console.
[    3.657250] Freeing init memory: 6140K
[    4.015067] [mmc]: mmc 0 detect change, present 1
[    4.110080] [DISP] disp_device_attached_and_enable,line:159:attched ok, mgr0<-->device0, type=4, mode=4
[    4.520117] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.538404] [mmc]: sdc0 power_supply is null
[    4.570075] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.602394] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52,  RTO !!
[    4.618682] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52,  RTO !!
[    4.628659] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.654271] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.673212] *******************Try sdio*******************
[    4.685210] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    4.698879] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    4.712635] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    4.726229] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    4.738499] *******************Try sd *******************
[    4.749375] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.764052] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.781025] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.811522] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    4.826717] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    4.840978] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing SD-HS(SDR25) dt B
[    4.855209] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing SD-HS(SDR25) dt B
[    4.869339] mmc0: new high speed SDHC card at address 0001
[    4.879661] mmcblk0: mmc0:0001 00000 14.6 GiB
[    4.889458]  mmcblk0: p1 p2
[    4.896877] *******************sd init ok*******************
[   10.031432] systemd-udevd[107]: starting version 215
[   11.141508] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   11.978483] init: plymouth-upstart-bridge main process (152) terminated with status 1
[   11.992210] init: plymouth-upstart-bridge main process ended, respawning
[   12.031830] init: plymouth-upstart-bridge main process (161) terminated with status 1
[   12.045299] init: plymouth-upstart-bridge main process ended, respawning
[   12.077509] init: plymouth-upstart-bridge main process (164) terminated with status 1
[   12.090985] init: plymouth-upstart-bridge main process ended, respawning
[   12.441549] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[   13.165742] systemd-udevd[273]: starting version 204
[   13.326608] 8189es: disagrees about version of symbol module_layout
[   15.269924] init: plymouth-upstart-bridge main process ended, respawning
[   15.298754] gmac0: probed
[   15.298933] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
[   19.290286] PHY: gmac0-0:00 - Link is Up - 100/Full
[   21.290266] PHY: gmac0-0:00 - Link is Down
[   23.290265] PHY: gmac0-0:00 - Link is Up - 100/Full
[   25.290428] PHY: gmac0-0:00 - Link is Down
[   26.290279] PHY: gmac0-0:00 - Link is Up - 100/Full
[   26.340038] eth0: no IPv6 routers present
[   28.290417] PHY: gmac0-0:00 - Link is Down
[   29.290268] PHY: gmac0-0:00 - Link is Up - 100/Full
[   31.290371] PHY: gmac0-0:00 - Link is Down
[   35.290283] PHY: gmac0-0:00 - Link is Up - 100/Full
[   37.290270] PHY: gmac0-0:00 - Link is Down
[   38.290263] PHY: gmac0-0:00 - Link is Up - 100/Full
[   40.290261] PHY: gmac0-0:00 - Link is Down
[   41.290272] PHY: gmac0-0:00 - Link is Up - 100/Full
[   43.290271] PHY: gmac0-0:00 - Link is Down
[   44.290265] PHY: gmac0-0:00 - Link is Up - 100/Full
root@OrangePI:~#
--- Fin del código ---

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

Ir a la versión completa