Re: [linux-sunxi] Help with V3s

2017-03-22 Thread Petar Dimitrijevic
Thanks for the heads up. I'll probably end up attaching JTAG to the board so that I can debug the boot loader. I really don't want to mess with lichee uboot. Mainline uboot is the way to go. On Tuesday, March 21, 2017 at 7:44:40 PM UTC+1, Icenowy Zheng wrote: > > > > 21.

Re: [linux-sunxi] Help with V3s

2017-03-22 Thread Petar Dimitrijevic
ading the SDK you've posted and I will compare it with the one I have. Thanks. On Tuesday, March 21, 2017 at 7:45:31 PM UTC+1, Benjamin Henrion wrote: > > On Tue, Mar 21, 2017 at 4:06 PM, Petar Dimitrijevic > > wrote: > > Hi, > > > > I've received a

Re: [linux-sunxi] Help with V3s

2017-03-22 Thread Petar Dimitrijevic
On Wednesday, March 22, 2017 at 9:21:13 AM UTC+1, Petar Dimitrijevic wrote: > > Colleague of mine got it from distributor of electric components from > China directly. He was ordering some processors and power supplies and the > sent this board as well as A83T development board in

Re: [linux-sunxi] Help with V3s

2017-03-23 Thread Petar Dimitrijevic
o start. There is config option in SPL section that says MMC raw mode: by sector. It is checked by default and 0x50 is entered. I've tried deselecting it but it doesn't work either. Any ideas on what I may be missing ? Or any special uboot config that u're using ? On Wednesday,

[linux-sunxi] Re: Help with V3s

2017-03-23 Thread Petar Dimitrijevic
On Tuesday, March 21, 2017 at 4:06:56 PM UTC+1, Petar Dimitrijevic wrote: > > Hi, > > I've received a V3s development board few days ago. It has an android FW > with Camdroid installed booting from SPI NOR flash. > Picture of the board as well as the fex file are a

Re: [linux-sunxi] Re: Help with V3s

2017-03-24 Thread Petar Dimitrijevic
gt; On Thu, Mar 23, 2017 at 2:00 PM, Petar Dimitrijevic > > wrote: > > > > > > On Tuesday, March 21, 2017 at 4:06:56 PM UTC+1, Petar Dimitrijevic > wrote: > >> > >> Hi, > >> > >> I've received a V3s development board few da

Re: [linux-sunxi] Re: Help with V3s

2017-12-13 Thread Petar Dimitrijevic
> devkit? I'm trying to source a devkit for it and it is seeming very > difficult, the only other one(lichee pi) seems to now be defunct. > Thank you! > > > On Friday, March 24, 2017 at 5:23:34 AM UTC-7, Petar Dimitrijevic wrote: >> >> Just to close up this thread f

[linux-sunxi] Kernel 3.4.103 serial8250: too much work for irq34

2015-10-20 Thread petar . dimitrijevic
Hi all, I'm in need of help and advice. I'm working on a project for reading MBus data (hardware attached on /dev/ttyS7) and sending it over modem attached to /dev/ttyS1. Data is read from python script while the modem is controlled with wvdial running in the background. Board used for is olime

[linux-sunxi] Re: Kernel 3.4.103 serial8250: too much work for irq34

2015-10-21 Thread Petar Dimitrijevic
On Tuesday, October 20, 2015 at 10:59:37 AM UTC+2, Petar Dimitrijevic wrote: > > Hi all, > > I'm in need of help and advice. > > I'm working on a project for reading MBus data (hardware attached on > /dev/ttyS7) and sending it over modem attached to /dev/tty

[linux-sunxi] [PATCH 3.4 1/1] Backport of kernel 4.2 driver for DesignWare UART.

2015-10-26 Thread petar . dimitrijevic
From: Petar Dimitrijevic Solves issue of not being able to change baud rate when sunxi UART is receiving data. This is a well known issue with DesignWare UART and the specific revision of their IP. If the device is configured with UART_16550_COMPATIBLE=NO or in versions prior to the

[linux-sunxi] Re: [PATCH 3.4 1/1] Backport of kernel 4.2 driver for DesignWare UART.

2017-01-21 Thread Petar Dimitrijevic
atch file and apply with patch -p1 < to the kernel source. Best, > El lunes, 26 de octubre de 2015, 10:20:40 (UTC-3), > petar.dim...@vorteksed.com.mk escribió: >> >> From: Petar Dimitrijevic >> >> Solves issue of not being able to change baud rate when sunx