Green light always on

Started by Jox, January 24, 2017, 07:02:11 PM

Previous topic - Next topic

Jox

Hello

Been using this board for a long time, but I can't make it work anymore.

If I boot the onboard Android, everything is ok, but when I insert and microSD with Debian, the green light never blinks. It's on all the time. I get no video output, can't ping from another computer.... it seems dead.

Tried 2 different microSD cards, with an old backup I had from the before working image, but nothing.

Also tried a fresh install of Debian, but no effect.

Any clue ???

Thanks in advance for your help.

soenke

Try to read the console output from UART0 (the 3 pins near the RJ-45), maybe you can get a clue from that.

Jox

I don't have the equipment to do that  :-[

Trying Debian build 8 I get 2 frozen Tux penguins on the screen. No keyboard or mouse.

JohnS


soenke

you need something like this:

https://www.sparkfun.com/products/9873

serial RS-232 (3.3V level) to USB Adapter

Maples

Are you sure you are writing the right way on your SD-card?
Try the Installation tab from here. https://archlinuxarm.org/platforms/armv7/allwinner/a20-olinuxino-lime2

LubOlimex

Hey,

It seems like the board hangs early in the u-boot.

Are you using the image suitable for your board? Each board has official image available at it's wiki article. If you are not sure which is the correct image, please write the exact name and hardware of your board here, so we can suggest image to use.

Such a hang might occur also due to insufficient current available (voltage drop). Make sure to test with external power supply adapter capable of proving at least 10W of power.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Jox

#7
Thanks everyone !!

The USB-UART cable finally arrived.

This is the output I get. First, using SD card:

HELLO! BOOT0 is starting!
boot0 version : 2.0.0˜
read dram para.
dram driver version: 1.15
dram size =1024MB
0xffffffff
super_standby_flag = 0
Succeed in opening nand flash.
block from 2 to 6
deal block 2
Succeed in reading Boot1 file head.
The size of Boot1 is 0x00068000.
The file stored in 0x00000000 of block 2 is perfect.
Check is correct.
Ready to disable icache.
Succeed in loading Boot1.
Jump to Boot1.
[       0.150] boot1 version : 2.0.0
[       0.150] script installed early ok
[       0.151] pmu type = 3
[       0.255] bat vol = 1949 mv
[       0.268] axi:ahb:apb=4:2:2
[       0.268] set dcdc2=1400mv, clock=912M successed
[       0.271] key
[       0.283] no key found
[       0.283] flash init start
[       0.283] NB1 : enter NFB_Init

[       0.286] NB1 : enter phy init

[       0.289] [NAND] nand driver(b) version: 0x0x00000002, 0x0x00000012, data: 0x20130627

[       0.297] get the good blk ratio from hwscan : 870

[       0.302] NB1 : nand phy init ok

[       0.352] NB1 : init ok

[       0.352] flash init finish
[       0.354] fs init ok
[       0.356] fattype FAT16
[       0.357] fs mount ok
[       0.361] nand good_block_ratio=870
[       0.363] storage_type=0
[       0.376] 0

[       0.376] set pc

[       0.376] usbdc_vol = 4000, usbdc_cur = 0

[       0.378] usbpc_vol = 4400, usbpc_cur = 0

[       0.383] init to usb pc

[       0.385] set pc

[       0.469] battery enough

[       0.470] power_start=0x00000000

[       0.470] pre boot mode
[       0.790] power start detect

[       0.790] power enter detect

[       0.791] usb start detect

[       0.793] usb enter detect

[       0.796] USB Device!!

[       0.929] base bat_cal = 0

[       1.196] usb set dc

[       1.196] set dc

[       5.264] extenal power low go high startup

[       5.264] power exit detect

[       5.266] usb exit detect

[       5.268] enter standby

--------------------------------------------------------------


Then, with no SD card, so Android should be booting:

HELLO! BOOT0 is starting!
boot0 version : 2.0.0˜
read dram para.
dram driver version: 1.15
dram size =1024MB
0xffffffff
super_standby_flag = 0
Succeed in opening nand flash.
block from 2 to 6
deal block 2
Succeed in reading Boot1 file head.
The size of Boot1 is 0x00068000.
The file stored in 0x00000000 of block 2 is perfect.
Check is correct.
Ready to disable icache.
Succeed in loading Boot1.
Jump to Boot1.
[       0.150] boot1 version : 2.0.0
[       0.150] script installed early ok
[       0.151] pmu type = 3
[       0.255] bat vol = 1954 mv
[       0.268] axi:ahb:apb=4:2:2
[       0.268] set dcdc2=1400mv, clock=912M successed
[       0.271] key
[       0.283] no key found
[       0.283] flash init start
[       0.283] NB1 : enter NFB_Init

[       0.286] NB1 : enter phy init

[       0.289] [NAND] nand driver(b) version: 0x0x00000002, 0x0x00000012, data: 0x20130627

[       0.297] get the good blk ratio from hwscan : 870

[       0.302] NB1 : nand phy init ok

[       0.352] NB1 : init ok

[       0.352] flash init finish
[       0.354] fs init ok
[       0.356] fattype FAT16
[       0.357] fs mount ok
[       0.361] nand good_block_ratio=870
[       0.363] storage_type=0
[       0.377] 0

[       0.377] set pc

[       0.377] usbdc_vol = 4000, usbdc_cur = 0

[       0.379] usbpc_vol = 4400, usbpc_cur = 0

[       0.383] init to usb pc

[       0.386] set pc

[       0.469] battery enough

[       0.470] power_start=0x0

----------------------

Any clue with that log ?

Ask if you need some more info.

LubOlimex

It seems like the board goes to sleep very fast (power down mode)! Did you try to wake it up with power button or recovery button?

Also it seems like you try to boot Android from the card also. Is this correct? I thought you try to boot Debian and Debian boot log looks different.

What exactly is your board (tell us the name and the hardware revision as printed on the board itself)? I can recommend you the exact image to use for testing.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Jox

Thanks again. Model is A20-Olinuxino-Micro Rev.E

Will try your image, but first one more question: if it works ... is it safe to apt-get upgrade later or should I stick to that image?

LubOlimex

I ran apt-get upgrade today and this killed everything. Had to re-write the card. I would strongly suggest against running apt-get upgrade.

This is the torrent with the archive with Debian Jessie suitable for A20-OLinuXino-MICRO: https://www.olimex.com/wiki/images/7/78/A20_OLinuxino_Micro_debian_Jessie_34_103_2G_release_12.torrent

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Jox

Ok, I've been testing today, but .... nothing is working.

I've tried 3 different MicroSD cards (Nokia 4GB class 4, Samsung 8GB class 10 and Kingston 16GB class 10). Also tried 2 power supplies 9V and 15V, both have above 1A output.

The results go here:

-Debian v11 and v12, no matter what microSD card or power supply:

U-Boot SPL 2015.10-rc1-00448-ge2c1c5b (Aug 12 2015 - 04:34:25)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
Could not determine boot source

resetting ...

U-Boot SPL 2015.10-rc1-00448-ge2c1c5b (Aug 12 2015 - 04:34:25)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
Could not determine boot source

resetting ...
--------------------------------------------

-Debian v8, on microSD 4 and 8GB


U-Boot SPL 2014.04-10706-g36080eb (Aug 19 2014 - 16:42:16)
Board: A20-OLinuXino_MICRO
DRAM: 1024 MiB
CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
spl: not an uImage at 1600


U-Boot 2014.04-10706-g36080eb (Aug 19 2014 - 16:42:16) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
Board: A20-OLinuXino_MICRO
I2C:   ready
DRAM:  1 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   emac
Hit any key to stop autoboot:  2  1  0
reading uEnv.txt
** Unable to read file uEnv.txt **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
reading boot.scr
** Unable to read file boot.scr **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
reading script.bin
53104 bytes read in 29 ms (1.7 MiB/s)
reading uImage
4596160 bytes read in 242 ms (18.1 MiB/s)
## Booting kernel from Legacy Image at 48000000 ...
   Image Name:   Linux-3.4.90+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4596096 Bytes = 4.4 MiB
   Load Address: 40008000
   Entry Point:  40008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

....... I had to cut because it doesn't fit in a post (exceeds 20000 characters)

[    2.585780] i2c i2c-0: Invalid probe address 0x00
<6>I2C: i2c-0: AW16XX I2C adapter

[    2.593552] I2C: i2c-0: AW16XX I2C adapter
config i2c gpio with gpio_config api

[    2.601021] config i2c gpio with gpio_config api
<4>i2c i2c-1: Invalid probe address 0x00

[    2.609573] i2c i2c-1: Invalid probe address 0x00
<6>I2C: i2c-1: AW16XX I2C adapter

[    2.617339] I2C: i2c-1: AW16XX I2C adapter
config i2c gpio with gpio_config api

[    2.624814] config i2c gpio with gpio_config api
<4>i2c i2c-2: Invalid probe address 0x00

[    2.633337] i2c i2c-2: Invalid probe address 0x00
<6>I2C: i2c-2: AW16XX I2C adapter

[    2.641081] I2C: i2c-2: AW16XX I2C adapter
[ace_drv] start!!!

[    2.646970] [ace_drv] start!!!
[ace_drv] init end!!!

[    2.652392] [ace_drv] init end!!!
[pa_drv] start!!!

[    2.657361] [pa_drv] start!!!
[pa_drv] init end!!!

[    2.662557] [pa_drv] init end!!!
<6>axp20_ldo1: 1300 mV

[    2.668103] axp20_ldo1: 1300 mV
<6>axp20_ldo2: 1800 <--> 3300 mV at 3000 mV

[    2.676531] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV
<6>axp20_ldo3: 700 <--> 3500 mV at 2800 mV

[    2.686855] axp20_l<do3: 700 <--> 3500 mV at 2800 mV
6>usb 3-1: new full-speed USB device number 2 using sw-ohci

[    2.697186] usb 3-1: new full-speed USB device number 2 using sw-ohci
<6>axp20_ldo4: 1250 <--> 3300 mV at 2800 mV

[    2.708840] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV
<6>axp20_buck2: 700 <--> 2275 mV at 1425 mV

[    2.719269] axp20_buck2: 700 <--> 2275 mV at 1425 mV
<6>axp20_buck3: 700 <--> 3500 mV at 1300 mV

[    2.729678] axp20_buck3: 700 <--> 3500 mV at 1300 mV
<6>axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV

[    2.739616] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV
<6>input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input1

[    2.754403] input: axp20-supplyer as /devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input1
<4>axp20_ldo2: Failed to create debugfs directory

[    2.782526] axp20_ldo2: Failed to create debugfs directory
<6>device-mapper: uevent: version 1.0.3

[    2.792990] device-mapper: uevent: version 1.0.3
<6>device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com

[    2.805340] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
<6>device-mapper: multipath: version 1.3.0 loaded

[    2.818741] device-mapper: multipath: version 1.3.0 loaded
<6>device-mapper: multipath round-robin: version 1.0.0 loaded

[    2.829736] device-mapper: multipath round-robin: version 1.0.0 loaded
<6>device-mapper: multipath queue-length: version 0.1.0 loaded

[    2.841826] device-mapper: multipath queue-length: version 0.1.0 loaded
<6>device-mapper: multipath service-time: version 0.2.0 loaded

[    2.854039] device-mapper: multipath service-time: version 0.2.0 loaded
<6>cpuidle: using governor ladder

[    2.864058] cpuidle: using governor ladder
<6>cpuidle: using governor menu

[    2.871021] cpuidle: using governor menu
<6>[mmc-msg] sw_mci_init

[    2.877280] [mmc-msg] sw_mci_init
<6>[mmc-msg] MMC host used card: 0x9, boot card: 0x0, io_card 8

[    2.886408] [mmc-msg] MMC host used card: 0x9, boot card: 0x0, io_card 8
<6>[mmc-msg] sdc0 set round clock 400000, src 24000000

[    2.898417] [mmc-msg] sdc0 set round clock 400000, src 24000000
<6>[mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B

[    2.912664] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
<6>[mmc-msg] sdc0 Probe: base:0xf014e000 irq:64 sg_cpu:f0150000(4fc00000) ret 0.

[    2.929969] [mmc-msg] sdc0 Probe: base:0xf014e000 irq:64 sg_cpu:f0150000(4fc00000) ret 0.
<6>[mmc-msg] sdc3 set round clock 400000, src 24000000

[    2.943174] [mmc-msg] sdc3 set round clock 400000, src 24000000
<6>[mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B

[    2.957292] [mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
<6>[mmc-msg] sdc3 Probe: base:0xf0152000 irq:67 sg_cpu:f0154000(4fc01000) ret 0.

[    2.974566] [mmc-msg] sdc3 Probe: base:0xf0152000 irq:67 sg_cpu:f0154000(4fc01000) ret 0.
[mmc_pm]: failed to fetch sdio card configuration!

[    2.987344] [mmc_pm]: failed to fetch sdio card configuration!
<6>ledtrig-cpu: registered to indicate activity on CPUs

[    2.998236] ledtrig-cpu: registered to indicate activity on CPUs
<6>hub 3-1:1.0: USB hub found

<6>usbcore: registered new interface driver usbhid

[ <   3.007161] hub 3-1:1.0: USB hub found
6>usb[    3.011683] usbcore: registered new interface driver usbhid
hid: USB HID core driver

[    3.023749] usbhid: USB HID core driver
<6>ashmem: initialized

[    3.030142] ashmem: initialized
<6>hub 3-1:1.0: 4 ports detected

<6>logger: created 256K log 'log_main'

[  <  3.036334] hub 3-1:1.0: 4 ports detected
6>logger: cr[    3.039817] logger: created 256K log 'log_main'
eated 256K log 'log_events'

[  <  3.051967] logger: created 256K log 'log_events'
6>logger: created 256K log 'log_radio'

[   < 3.060216] logger: created 256K log 'log_radio'
6>logger: created 256K log 'log_system'

[    3.068465] logger: create<d 256K log 'log_system'
6>IPv4 over IPv4 tunneling driver

[    3.07<6283] IPv4 over IPv4 tunneling driver
6>TCP: bic registered

[ <   3.082542] TCP: bic registered
6>TCP: cubic registered

[ <   3.087932] TCP: cubic registered
6>TCP: westwood registered

[ <   3.093762] TCP: westwood registered
6>TCP: highspeed registered

[ <   3.099929] TCP: highspeed registered
6>TCP: hybla registered

[ <   3.105837] TCP: hybla registered
6>TCP: htcp registered

[ <   3.111312] TCP: htcp registered
6>TCP: vegas registered

[ <   3.116786] TCP: vegas registered
6>TCP: veno registered

[ <   3.122269] TCP: veno registered
6>TCP: scalable registered

[ <   3.128003] TCP: scalable registered
6>TCP: lp registered

[ <   3.133564] TCP: lp registered
6>TCP: yeah registered

[ <   3.138778] TCP: yeah registered
6>TCP: illinois registered

[ <   3.144512] TCP: illinois registered
6>Initializing XFRM netlink socket

[    3.15<1286] Initializing XFRM netlink socket
6>NET: Registered protocol family 10

[    3.158927<] NET: Registered protocol family 10
6>NET: Registered protocol family 17

[ <   3.166745] NET: Registered protocol family 17
6>NET: Registered protocol family 15

[ [   3.174562] NET: Registered protocol family 15
mmc_pm]: No sdio card, please check your config !!

[ <   3.183591] [mmc_pm]: No sdio card, please check your config !!
5>Registering the dns_resolver key type

[    3.193142] Registering the dns_resolver key type
<6>VFP support v0.3: [    3.199678] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4

implementor 41 architecture 2 part 30 variant 7 rev 4
<5>Registering SWP/SWPB emulation handler

[    3.216001] Registering SWP/SWPB emulation handler
<4>axp20_buck2: Failed to create debugfs directory

[    3.225448] axp20_buck2: Failed to create debugfs directory
<6>[cpu_freq] INF:-------------------V-F Table-------------------

[    3.237200] [cpu_freq] INF:-------------------V-F Table-------------------
<6>[cpu_freq] INF:   voltage = 1450mv    frequency = 1008MHz

[    3.249159] [cpu_freq] INF:   voltage = 1450mv    frequency = 1008MHz
<6>[cpu_freq] INF:   voltage = 1425mv    frequency =  912MHz

[    3.260306] [cpu_freq] INF:   voltage = 1425mv    frequency =  912MHz
<6>[cpu_freq] INF:   voltage = 1350mv    frequency =  864MHz

[    3.271466] [cpu_freq] INF:   voltage = 1350mv    frequency =  864MHz
<6>[cpu_freq] INF:   voltage = 1250mv    frequency =  720MHz

[    3.282613] [cpu_freq] INF:   voltage = 1250mv    frequency =  720MHz
<6>[cpu_freq] INF:   voltage = 1150mv    frequency =  528MHz

[    3.293772] [cpu_freq] INF:   voltage = 1150mv    frequency =  528MHz
<6>[cpu_freq] INF:   voltage = 1100mv    frequency =  312MHz

[    3.304918] [cpu_freq] INF:   voltage = 1100mv    frequency =  312MHz
<6>[cpu_freq] INF:   voltage = 1050mv    frequency =  144MHz

[    3.316073] [cpu_freq] INF:   voltage = 1050mv    frequency =  144MHz
<6>[cpu_freq] INF:   voltage = 1000mv    frequency =    0MHz

[    3.327308] [cpu_freq] INF:   voltage = 1000mv    frequency =    0MHz
<6>[cpu_freq] INF:-----------------------------------------------

[    3.339235] [cpu_freq] INF:-----------------------------------------------
<6>[cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 1008MHz, min freq: 720MHz

[    3.355930] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from sysconfig, max freq: 1008MHz, min freq: 720MHz
<6>registered taskstats version 1

[    3.370523] registered taskstats version 1
<6>I2C: i2c-3: HDMI I2C adapter

[    3.379266] I2C: i2c-3: HDMI I2C adapter
<6>ParseEDID

[    3.409825] ParseEDID
<6>EDID version: 1.3

[    3.426806] EDID version: 1.3
<6>PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP

[    3.436049] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
<6>Using above mode as preferred EDID mode

[    3.447185] Using above mode as preferred EDID mode
<4>Reserved SVD code 0

[    3.467001] Reserved SVD code 0
<4>Reserved SVD code 0

[    3.472244] Reserved SVD code 0
<4>Unimplemented SVD code 2

[    3.477904] Unimplemented SVD code 2
<4>Reserved SVD code 0

[    3.483573] Reserved SVD code 0
<4>Reserved SVD code 0

[    3.488799] Reserved SVD code 0
<4>Reserved SVD code 0

[    3.494034] Reserved SVD code 0
<4>Reserved SVD code 0

[    3.499258] Reserved SVD code 0
<4>disp_clk: Could not find a matching pll-freq for 53900000 pclk

[    3.508236] disp_clk: Could not find a matching pll-freq for 53900000 pclk
<4>disp_clk: Could not find a matching pll-freq for 53900000 pclk

[    3.520932] disp_clk: Could not find a matching pll-freq for 53900000 pclk
<4>disp_clk: Could not find a matching pll-freq for 108100000 pclk

[    3.533751] disp_clk: Could not find a matching pll-freq for 108100000 pclk
<4>disp_clk: Could not find a matching pll-freq for 146850000 pclk

[    3.546640] disp_clk: Could not find a matching pll-freq for 146850000 pclk
<4>disp_clk: Could not find a matching pll-freq for 83650000 pclk

[    3.559457] disp_clk: Could not find a matching pll-freq for 83650000 pclk
<6>Parse_VideoData_Block: VIC 16 support

[    3.570008] Parse_VideoData_Block: VIC 16 support
<6>Parse_VideoData_Block: VIC 31 support

[    3.578395] Parse_VideoData_Block: VIC 31 support
<6>Parse_VideoData_Block: VIC 4 (native) support

[    3.587476] Parse_VideoData_Block: VIC 4 (native) support
<6>Parse_VideoData_Block: VIC 19 support

[    3.596529] Parse_VideoData_Block: VIC 19 support
<6>Parse_VideoData_Block: VIC 0 support

[    3.604799] Parse_VideoData_Block: VIC 0 support
<6>Parse_VideoData_Block: VIC 0 support

[    3.613004] Parse_VideoData_Block: VIC 0 support
<6>Parse_VideoData_Block: VIC 2 support

[    3.621178] Parse_VideoData_Block: VIC 2 support
<6>Parse_VideoData_Block: VIC 0 support

[    3.629369] Parse_VideoData_Block: VIC 0 support
<6>Parse_VideoData_Block: VIC 0 support

<6>usb 3-1.1: new low-speed USB device number 3 using sw-ohci

[    3.637578] Parse_VideoData_Block: VIC 0 support
[    3.643061] usb 3-1.1: new low-speed USB device number 3 using sw-ohci
<6>Parse_VideoData_Block: VIC 0 support

[    3.657773] Parse_VideoData_Block: VIC 0 support
<6>Parse_VideoData_Block: VIC 0 support

[    3.665987] Parse_VideoData_Block: VIC 0 support
<6>Parse_AudioData_Block: max channel=2

[    3.674183] Parse_AudioData_Block: max channel=2
<6>Parse_AudioData_Block: SampleRate code=7

[    3.682739] Parse_AudioData_Block: SampleRate code=7
<6>Parse_AudioData_Block: WordLen code=7

[    3.691353] Parse_AudioData_Block: WordLen code=7
<6>Find HDMI Vendor Specific DataBlock

[    3.699538] Find HDMI Vendor Specific DataBlock
<6>PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN

[    3.709576] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
<6>asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok

[    3.721618] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
<6>disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0

[    3.734400] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
<6>input: HID 04f3:0103 as /devices/platform/sw-ohci.1/usb3/3-1/3-1.1/3-1.1:1.0/input/input2

[    3.812800] input: HID 04f3:0103 as /devices/platform/sw-ohci.1/usb3/3-1/3-1.1/3-1.1:1.0/input/input2
<6>generic-usb 0003:04F3:0103.0001: input: USB HID v1.11 Keyboard [HID 04f3:0103] on usb-sw-ohci-1.1/input0

[    3.832645] generic-usb 0003:04F3:0103.0001: input: USB HID v1.11 Keyboard [HID 04f3:0103] on usb-sw-ohci-1.1/input0
<6>input: HID 04f3:0103 as /devices/platform/sw-ohci.1/usb3/3-1/3-1.1/3-1.1:1.1/input/input3

[    3.860234] input: HID 04f3:0103 as /devices/platform/sw-ohci.1/usb3/3-1/3-1.1/3-1.1:1.1/input/input3
<6>generic-usb 0003:04F3:0103.0002: input: USB HID v1.11 Device [HID 04f3:0103] on usb-sw-ohci-1.1/input1

[    3.879047] generic-usb 0003:04F3:0103.0002: input: USB HID v1.11 Device [HID 04f3:0103] on usb-sw-ohci-1.1/input1
<6>usb 3-1.2: new low-speed USB device number 4 using sw-ohci

[    3.975143] usb 3-1.2: new low-speed USB device number 4 using sw-ohci
<6>input: PS/2+USB Mouse as /devices/platform/sw-ohci.1/usb3/3-1/3-1.2/3-1.2:1.0/input/input4

[    4.115676] input: PS/2+USB Mouse as /devices/platform/sw-ohci.1/usb3/3-1/3-1.2/3-1.2:1.0/input/input4
<6>generic-usb 0003:04F3:0210.0003: input: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-sw-ohci-1.2/input0

[    4.134649] generic-usb 0003:04F3:0210.0003: input: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-sw-ohci-1.2/input0
<6>Console: switching to colour frame buffer device 160x45

[    4.285396] Console: switching to colour frame buffer device 160x45
<4>axp20_buck3: incomplete constraints, leaving on

[    4.310415] axp20_buck3: incomplete constraints, leaving on
<4>axp20_buck2: incomplete constraints, leaving on

[    4.320750] axp20_buck2: incomplete constraints, leaving on
<4>axp20_ldo4: incomplete constraints, leaving on

[    4.330992] axp20_ldo4: incomplete constraints, leaving on
<4>axp20_ldo3: incomplete constraints, leaving on

[    4.341142] axp20_ldo3: incomplete constraints, leaving on
<4>axp20_ldo2: incomplete constraints, leaving on

[    4.351299] axp20_ldo2: incomplete constraints, leaving on
<6>console [netcon0] enabled

[    4.359983] console [netcon0] enabled
<6>netconsole: network logging started

[    4.367158] netconsole: network logging started
<6>sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00 UTC (1262304000)

[    4.379202] sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00 UTC (1262304000)
<6>ALSA device list:

[    4.389756] ALSA device list:
<6>  #0: sunxi-CODEC  Audio Codec

[    4.395785]   #0: sunxi-CODEC  Audio Codec
<6>  #1: sunxi-sndhdmi

[    4.401976]   #1: sunxi-sndhdmi
<6>Waiting for root device /dev/mmcblk0p2...

[    4.409657] Waiting for root device /dev/mmcblk0p2...


and the screen shows 2 Tux penguins but nothing happens. Green light on.

Onboard Android works ok, but does not recognize any SD or microSD I insert on the board.

Now... I am L O S T   :-[

JohnS

At a guess the first two were not built for your board.

I don't know about the third one - but looks like it isn't the one Lub said as it says 3.4.90+ and his looks to be 3.4.103

John

LubOlimex

So the boot is stuck at "Waiting for root device /dev/mmcblk0p2..." - this is an indication of bad partitioning of the card or a bad card. You said you tested with "Nokia 4GB class 4" which is not possible since the official images are 8GB. Try to repair the card's partitioning or try a new card.

Use only dd to prepare the card without any parameters.

Also please test only with the image that I suggested in my previous post.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Jox

I've tried that image with 3 different microSD cards, all of them 16GB. Also tried dd command from a Debian and Windows 7 using Win32DiskImager. All the time I get this:

U-Boot SPL 2015.10-rc1-00448-ge2c1c5b (Aug 12 2015 - 04:34:25)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
Could not determine boot source

resetting ...

Another problem is that, although you say the image is 8GB, the .img file I get after extracting from the .7z is only 2GB.

Sorry for being so tiresome, but nothing seems to work right ....