Re: [linux-sunxi] Re: iNet K70E board

2015-05-24 Thread sandpox
On Thursday, May 21, 2015 at 5:12:07 PM UTC+7, Luc Verhaegen wrote:
 On Thu, May 21, 2015 at 03:00:14AM -0700, sand...@outlook.com wrote:
  On Wednesday, January 22, 2014 at 10:52:27 PM UTC+7, Luc Verhaegen wrote:
   On Wed, Jan 22, 2014 at 10:40:49AM -0500, ferar achkar wrote:
greetings Luc,
I am trying to build a boot-able SD card i.e.  
*u-boot-sunxi-with-spl.bin* based on u-boot-sunxi source tree, for an  
INET-K70E board that has currently a working android, I have generated  
*u-boot-sunxi-with-spl.bin *based on your INet_K70HC board cfg, but it  
did not boot, can you please advise on how you populated struct  
dram_para in 'board/sunxi/dram_inet_k70hc.c' file:
   
static struct dram_para dram_para = {  /// for INet_K70HC board as  
authored by Luc Verhaegen l...@skynet.be  2014-01-02 06:37:24
.clock = 384,
.type = 3,
.rank_num = 1,
.density = 4096,
.io_width = 16,
.bus_width = 32,
.cas = 9,
.zq = 0x12331a7f,
.odt_en = 0,
.size = 1024,
.tpr0 = 0x42d899b7,
.tpr1 = 0xa090,
.tpr2 = 0x22a00,
.tpr3 = 0,
.tpr4 = 1,
.tpr5 = 0,
.emr1 = 0x4,
.emr2 = 0x10,
.emr3 = 0,
};
   
since the i have used the same script.bin currently on the nand flash, 
i  
am not sure, but i think the dram_para values for INet_K70HC are not  
correct for the  INET-K70E board (below is a snapshot of the board).
much appreciated,
ferar
   
   Do not send emails to people directly, especially when they are general 
   sunxi questions. Use the mailing list.
   
   it did not boot could be a great many things. Attach serial and find 
   out.
   
   The image attached shows only a tiny part of the board. So it usually 
   would not be very useful to begin with.
   
   But... Even with this small part of the board visible, it is clear that 
   this is a completely different board from the k70hc. Please work through 
   the http://linux-sunxi.org/New_Device_howto meticulously before you do 
   anything else.
   
   Luc Verhaegen.
  
  here: http://thuvien.bkc.vn/Tablet/Firmware/2GOOD/2Good.VenusPro.rar
 
 Thanks. I will pull that in on the weekend and extract the necessary 
 info then.
 
 Luc Verhaegen.

do you have a kernel source of this board? none of sun7i kernel work

-- 
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.


[linux-sunxi] Re: iNet K70E board

2015-05-21 Thread sandpox
On Wednesday, January 22, 2014 at 10:52:27 PM UTC+7, Luc Verhaegen wrote:
 On Wed, Jan 22, 2014 at 10:40:49AM -0500, ferar achkar wrote:
  greetings Luc,
  I am trying to build a boot-able SD card i.e.  
  *u-boot-sunxi-with-spl.bin* based on u-boot-sunxi source tree, for an  
  INET-K70E board that has currently a working android, I have generated  
  *u-boot-sunxi-with-spl.bin *based on your INet_K70HC board cfg, but it  
  did not boot, can you please advise on how you populated struct  
  dram_para in 'board/sunxi/dram_inet_k70hc.c' file:
 
  static struct dram_para dram_para = {  /// for INet_K70HC board as  
  authored by Luc Verhaegen l...@skynet.be  2014-01-02 06:37:24
  .clock = 384,
  .type = 3,
  .rank_num = 1,
  .density = 4096,
  .io_width = 16,
  .bus_width = 32,
  .cas = 9,
  .zq = 0x12331a7f,
  .odt_en = 0,
  .size = 1024,
  .tpr0 = 0x42d899b7,
  .tpr1 = 0xa090,
  .tpr2 = 0x22a00,
  .tpr3 = 0,
  .tpr4 = 1,
  .tpr5 = 0,
  .emr1 = 0x4,
  .emr2 = 0x10,
  .emr3 = 0,
  };
 
  since the i have used the same script.bin currently on the nand flash, i  
  am not sure, but i think the dram_para values for INet_K70HC are not  
  correct for the  INET-K70E board (below is a snapshot of the board).
  much appreciated,
  ferar
 
 Do not send emails to people directly, especially when they are general 
 sunxi questions. Use the mailing list.
 
 it did not boot could be a great many things. Attach serial and find 
 out.
 
 The image attached shows only a tiny part of the board. So it usually 
 would not be very useful to begin with.
 
 But... Even with this small part of the board visible, it is clear that 
 this is a completely different board from the k70hc. Please work through 
 the http://linux-sunxi.org/New_Device_howto meticulously before you do 
 anything else.
 
 Luc Verhaegen.

here: http://thuvien.bkc.vn/Tablet/Firmware/2GOOD/2Good.VenusPro.rar

-- 
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.


Re: [linux-sunxi] Re: iNet K70E board

2015-05-21 Thread Luc Verhaegen
On Thu, May 21, 2015 at 03:00:14AM -0700, sand...@outlook.com wrote:
 On Wednesday, January 22, 2014 at 10:52:27 PM UTC+7, Luc Verhaegen wrote:
  On Wed, Jan 22, 2014 at 10:40:49AM -0500, ferar achkar wrote:
   greetings Luc,
   I am trying to build a boot-able SD card i.e.  
   *u-boot-sunxi-with-spl.bin* based on u-boot-sunxi source tree, for an  
   INET-K70E board that has currently a working android, I have generated  
   *u-boot-sunxi-with-spl.bin *based on your INet_K70HC board cfg, but it  
   did not boot, can you please advise on how you populated struct  
   dram_para in 'board/sunxi/dram_inet_k70hc.c' file:
  
   static struct dram_para dram_para = {  /// for INet_K70HC board as  
   authored by Luc Verhaegen l...@skynet.be  2014-01-02 06:37:24
   .clock = 384,
   .type = 3,
   .rank_num = 1,
   .density = 4096,
   .io_width = 16,
   .bus_width = 32,
   .cas = 9,
   .zq = 0x12331a7f,
   .odt_en = 0,
   .size = 1024,
   .tpr0 = 0x42d899b7,
   .tpr1 = 0xa090,
   .tpr2 = 0x22a00,
   .tpr3 = 0,
   .tpr4 = 1,
   .tpr5 = 0,
   .emr1 = 0x4,
   .emr2 = 0x10,
   .emr3 = 0,
   };
  
   since the i have used the same script.bin currently on the nand flash, i  
   am not sure, but i think the dram_para values for INet_K70HC are not  
   correct for the  INET-K70E board (below is a snapshot of the board).
   much appreciated,
   ferar
  
  Do not send emails to people directly, especially when they are general 
  sunxi questions. Use the mailing list.
  
  it did not boot could be a great many things. Attach serial and find 
  out.
  
  The image attached shows only a tiny part of the board. So it usually 
  would not be very useful to begin with.
  
  But... Even with this small part of the board visible, it is clear that 
  this is a completely different board from the k70hc. Please work through 
  the http://linux-sunxi.org/New_Device_howto meticulously before you do 
  anything else.
  
  Luc Verhaegen.
 
 here: http://thuvien.bkc.vn/Tablet/Firmware/2GOOD/2Good.VenusPro.rar

Thanks. I will pull that in on the weekend and extract the necessary 
info then.

Luc Verhaegen.

-- 
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.


[linux-sunxi] Re: iNet K70E board

2014-11-04 Thread zyannawaz
hello guys i need the firmware for my tablet which is inet k70e rev01 please 
anyone can give me? i flashed the wrong firmware now the wifi, and the auto 
rotation doesnt work. any help is appreciated

-- 
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.


Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Luc Verhaegen
On Tue, Nov 04, 2014 at 01:51:58AM -0800, zyanna...@gmail.com wrote:
 hello guys i need the firmware for my tablet which is inet k70e rev01 please 
 anyone can give me? i flashed the wrong firmware now the wifi, and the auto 
 rotation doesnt work. any help is appreciated

Nope.

http://linux-sunxi.org/Inet_k70e lacks the really reall important bits.

Luc Verhaegen.

-- 
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.


Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Luc Verhaegen
On Tue, Nov 04, 2014 at 06:43:31AM -0800, Zyan Nawaz wrote:
 so i need stock rom for INET K70E REV01 to flash back to stock

Do not take these things off the list.

But yes. And you might consider fixing that device page so you or 
someone else wouldn't have to find the stock image in future and could 
just use our code.

Luc Verhaegen.

-- 
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.


Re: [linux-sunxi] Re: iNet K70E board

2014-11-04 Thread Simos Xenitellis
On Tue, Nov 4, 2014 at 11:51 AM, zyanna...@gmail.com wrote:

 hello guys i need the firmware for my tablet which is inet k70e rev01
 please anyone can give me? i flashed the wrong firmware now the wifi, and
 the auto rotation doesnt work. any help is appreciated


Even if someone has that device, it's not very easy to extract the firmware
so that it can be copied on yours.
Your best chance is to contact the manufacturer at
http://www.inet-tek.com/a/K70/20130831/127.html
so that they upload somewhere the correct firmware file.
If you manage to get some feedback from them, do tell us.

Simos

-- 
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.


Re: [linux-sunxi] Re: iNet K70E board

2014-01-22 Thread Luc Verhaegen
On Wed, Jan 22, 2014 at 12:27:14PM -0800, fachkar.dataw...@gmail.com wrote:
   Do not send emails to people directly, especially when they are general 
   sunxi questions. Use the mailing list.
  
   it did not boot could be a great many things. Attach serial and find 
   out.
  
   The image attached shows only a tiny part of the board. So it usually 
   would not be very useful to begin with.
 
   But... Even with this small part of the board visible, it is clear that 
   this is a completely different board from the k70hc. Please work through 
   the http://linux-sunxi.org/New_Device_howto meticulously before you do 
   anything else.

Wtf happened here?

 Thanks Luc, Following are the detailed steps i followed to create the SD card:
 
 1. connected a serial console and booted to a working android then ran the 
 a10-meminfo
 root@android:/ # a10-meminfo-static   
 
 dram_clk  = 408
 dram_type = 3
 dram_rank_num = 1
 dram_chip_density = 4096
 dram_io_width = 16
 dram_bus_width= 32
 dram_cas  = 9
 dram_zq   = 0x7f
 dram_odt_en   = 0
 dram_tpr0 = 0x42d899b7
 dram_tpr1 = 0xa090
 dram_tpr2 = 0x22a00
 dram_tpr3 = 0x0
 dram_emr1 = 0x4
 dram_emr2 = 0x10
 dram_emr3 = 0x0
 root@android:/ #
 2. copy and pull script.bin from nanda partition
  
 3. git clone -b sunxi https://github.com/linux-sunxi/u-boot-sunxi.git
 
 4. followed the steps in 
 http://linux-sunxi.org/U-Boot#Adding_a_new_device_to_U-Boot  and added :
 
 [ +obj-$(CONFIG_INET_K70HC)+= dram_inet_k70e.o ] to board/sunxi/Makefile. 
 [ +Active  arm armv7 sunxi -  sunxi   INet_K70E   sun7i:INET_K70E,SPL ] 
 to boards.cfg.
 And finally created new file: board/sunxi/dram_inet_k70e.c based on 
 board/sunxi/dram_inet_k70hc.c based on the Luc Verhaegen 's 
 board/sunxi/dram_inet_k70hc.c, then update the values according to 
 a10-meminfo output
 
 5. compiled u-boot and got u-boot-sunxi-with-spl.bin :
 ~/sunxi/u-boot-sunxi make -j4 INet_K70HC 
 CROSS_COMPILE=/home/fachkar/lichee_a20/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi-
 
 6. created two partitions on the sd card:  +16M partition and the partition 
 is the remaining of 8 GB
 
 7. copied script.bin and the extracted uImage to first partition of +16M on 
 the SD card
 
 8. Also on the +16MB partition created boot.cmd and boot.src as per 
 http://linux-sunxi.org/Manual_build_howto . which contains:
 
 setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 
 ${extra}
 fatload mmc 0 0x4300 script.bin || ext2load mmc 0 0x4300 script.bin
 fatload mmc 0 0x4800 uImage || ext2load mmc 0 0x4800 boot/uImage
 bootm 0x4800
 
 9. umount both partitions of the sd card and fused u-boot-sunxi-with-spl.bin:
 
 sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdf bs=1024 seek=8
 
 when trying to boot from sd card, LCD back light does not turn on, and 
 nothing shows on console, any advise?
 appreciated again
 
 ferar

There are many places above where i seriously frown, and i could pick it 
apart and find a few faults or two.

But what really bothers me is that you haven't even started creating a 
wiki page for the inet_k70e. You are _not_ meticulously working through
http://linux-sunxi.org/New_Device_howto and therefor whatever you are 
writing above is pretty pointless.

Luc Verhaegen.

-- 
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/groups/opt_out.