I'm an idiot !
Yes: I HAVE the USB-serial 3.3V : it was into CubieBoard box ! ahahah
http://linux-sunxi.org/Cubieboard/TTLOk, connected and I've output.
Some error: 512MB board ? It's a 1024 MB (I hope).
One 'bad CRC'
$this->bbcode_second_pass_code('', '
U-Boot SPL 2012.10-04277-g7aa9f04 (Mar 18 2013 - 23:48:11)
DRAM: 512MB
SUNXI SD/MMC: 0
U-Boot 2012.10-04277-g7aa9f04 (Mar 18 2013 - 23:48:11) Allwinner Technology
CPU: SUNXI Family
Board: Cubieboard 512
I2C: ready
DRAM: 512 MiB
MMC: SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
reading uEnv.txt
168 bytes read
Loaded environment from uEnv.txt
reading boot.scr
** Unable to read "boot.scr" from mmc 0:1 **
Loading file "boot.scr" from mmc device 0:1
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:1 **
ext2load - load binary file from a Ext2 filesystem
Usage:
ext2load <interface> <dev[:part]> [addr] [filename] [bytes]
- load binary file 'filename' from 'dev' on 'interface'
to address 'addr' from ext2 filesystem
Loading file "boot/boot.scr" from mmc device 0:1
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - mmc 0:1 **
ext2load - load binary file from a Ext2 filesystem
Usage:
ext2load <interface> <dev[:part]> [addr] [filename] [bytes]
- load binary file 'filename' from 'dev' on 'interface'
to address 'addr' from ext2 filesystem
reading cubieboard.bin
43628 bytes read
reading uImage
3410548 bytes read
## Booting kernel from Legacy Image at 48000000 ...
Image Name: Linux-3.0.57-1-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3410484 Bytes = 3.3 MiB
Load Address: 40008000
Entry Point: 40008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.57-1-ARCH (nobody@panda5) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Fri Jan 25 18:27:05 UTC 2013
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: sun4i
[ 0.000000] Memory cut off:
[ 0.000000] MALI : 0x5c000000 - 0x5fffffff ( 64 MB)
[ 0.000000] Ignoring unrecognised tag 0x00000000
[ 0.000000] Memory Reserved:
[ 0.000000] SYS : 0x43000000 - 0x4300ffff ( 64 kB)
[ 0.000000] VE : 0x44000000 - 0x48ffffff ( 80 MB)
[ 0.000000] G2D : 0x58000000 - 0x58ffffff ( 16 MB)
[ 0.000000] LCD : 0x5a000000 - 0x5bffffff ( 32 MB)
....
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait loglevel=8 panic=10 rootwait ethaddr=00:CE:39:B7:74:4E
[ 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 1835008 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 448MB = 448MB total
[ 0.000000] Memory: 314448k/314448k available, 144304k reserved, 0K highmem
....
')
And I've discovered some strange things but I'm investigating. But the board boot fine.
I've posted here the full log
http://pastebin.com/20FXdp4RHave you idea how can I access to full 1GB memory ?
[/code]