Thanks CodeKipper for the tips.

Dumping from 0x43000000 offset (that's what script-extractor tool does), I 
get just half-meaningful headers:

$ hexdump -C script_extractor.out | head 
00000000  49 00 00 00 00 00 00 00  01 00 00 00 02 00 00 00  
|I...............|
00000010  70 72 6f 64 75 63 74 00  00 00 00 00 00 00 00 00  
|product.........|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  
|................|
00000030  02 00 00 00 de 02 00 00  70 6c 61 74 66 6f 72 6d  
|........platform|
00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  
|................|
00000050  00 00 00 00 00 00 00 00  01 00 00 00 f2 02 00 00  
|................|
00000060  74 61 72 67 65 74 00 00  00 00 00 00 00 00 00 00  
|target..........|
00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  
|................|
00000080  02 00 00 00 fc 02 00 00  70 6f 77 65 72 5f 73 70  
|........power_sp|
00000090  6c 79 00 00 00 00 00 00  00 00 00 00 00 00 00 00  
|ly..............|

I mean, I can read section headers (product, platform, etc), but all are 
empty...

I'll try to find some useful image.

On Thursday, 28 January 2016 16:06:34 UTC+1, Fabio Fumi wrote:
>
> Hi all, 
>
> I've got a Ditter V21 HDMI Android TV stick, based upon Allwinner A31s 
> SoC: 
>
>
> http://freaktab.com/forum/tv-player-support/allwinner-tv-players/10567-ditter-v21-a31s-1gb-ram
>  
>
> Mine gets with the two buttons on the main board (v1.3). 
>
> I'd like to get on FEL mode on this, and my first question to the group 
> here is whether anyone can give more info about this board and where to 
> find the serial pads on it (if any...). 
>
> I anyhow tried getting to FEL though button+power mode, just trying to 
> push the right button while pluggin it the USB cable. 
>
> Seems like working (I think), as I can read basic FEL info, once plugged 
> in: 
>
> $ sudo ./sunxi-fel ver 
> AWUSBFEX soc=00001633(A31) 00000001 ver=0001 44 08 scratchpad=00007e00 
> 00000000 00000000 
>
> but the 'fel read' command: 
>
> $ sudo ./sunxi-fel read 0x42400000 0x82d0 boot1.header 
>
> just hangs... Later, also 'fel ver' fails (returns nothing). 
> I also noticed chip getting very hot. 
>
> I managed to extract meminfo and script_extractor (from the Android stock 
> firmmware), but I'm stuck. 
>
> I'd really like to contribute to the Wiki with my device, but apart from 
> these info I can't provide much more... 
>
> Any suggestion? 
>
> thanks 
> Fabio 
> (Rome) 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to