Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-06 Thread Simon Glass
Hi Rick, On 5 December 2016 at 19:56, Rick Bronson wrote: > Hi Heiko, > > Thanks again for the help. > > Been testing the RK3288 Ethernet and it works pretty good. One > thing I was wondering about was that I seemed to have to have: > > CONFIG_NET_RANDOM_ETHADDR=y > > or I get: > > Error:

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-05 Thread Rick Bronson
Hi Heiko, Thanks again for the help. Been testing the RK3288 Ethernet and it works pretty good. One thing I was wondering about was that I seemed to have to have: CONFIG_NET_RANDOM_ETHADDR=y or I get: Error: ethernet@ff29 address not set. Is there a better way? Another issue w

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-03 Thread Heiko Stuebner
Hi Rick, Am Samstag, 3. Dezember 2016, 10:07:25 CET schrieb Rick Bronson: > Thanks very much for the link. I got it, went to the branch, > applied my patches from main denx u-boot and got it to work! > > The only odd thing is, I have to do this: > > regulator dev vcc_lan > regulator enable

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-03 Thread Rick Bronson
Hi Heiko, Thanks very much for the link. I got it, went to the branch, applied my patches from main denx u-boot and got it to work! The only odd thing is, I have to do this: regulator dev vcc_lan regulator enable Or else I can't use the networking. When I boot up I see: => regulator

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-01 Thread Heiko Stuebner
H Rick, Am Donnerstag, 1. Dezember 2016, 11:00:21 CET schrieb Rick Bronson: > > I'm currently testing Simon's network patches and this option works > > quite nicely. > > Speaking of networking, I noticed that rk3288 networking is not quite > merged yet. I would very much like to have networkin

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-12-01 Thread Rick Bronson
Hi Heiko, > I'm currently testing Simon's network patches and this option works > quite nicely. Speaking of networking, I noticed that rk3288 networking is not quite merged yet. I would very much like to have networking so if you could point me to any rk3288 networking patches, I'd appreciate

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-29 Thread Rick Bronson
t; You want u-boot-spl.bin (which includes the device tree). > > > > > Thanks again, > > > > Rick > > > > PS. My Makefile is here if you are so inclined: > > http://members.efn.org/~rick/pub/Makefile See the targets u-boot-denx > > and uboot_new_flash

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-29 Thread Heiko Stübner
> You want u-boot-spl.bin (which includes the device tree). > > > Thanks again, > > > > Rick > > > > PS. My Makefile is here if you are so inclined: > > http://members.efn.org/~rick/pub/Makefile See the targets u-boot-denx > > and uboot_new_

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-29 Thread Simon Glass
hat changes you have made. Regards, Simon >> >> From he...@sntech.de Tue Nov 29 08:45:02 2016 >> To: u-boot@lists.denx.de >> Cc: Simon Glass , Rick Bronson , > "eddie.cai" , > linux-rockc...@lists.infradead.org >> Subject: Re: [U-Boot] Rockchip RK3288

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-29 Thread Rick Bronson
nux-rockc...@lists.infradead.org > Subject: Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel > Date: Tue, 29 Nov 2016 11:20:52 +0100 > > Hi Rick, > > Am Montag, 28. November 2016, 15:09:05 schrieb Simon Glass: > > + A few rockchip people and linux-r

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-29 Thread Heiko Stübner
Hi Rick, Am Montag, 28. November 2016, 15:09:05 schrieb Simon Glass: > + A few rockchip people and linux-rockchip > > Hi Rick, > > On 25 November 2016 at 11:20, Rick Bronson wrote: > > Hi All, > > > > I've got unsupported RK3288 hardware running the latest git u-boot to > > > > SPL as expla

Re: [U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-28 Thread Simon Glass
+ A few rockchip people and linux-rockchip Hi Rick, On 25 November 2016 at 11:20, Rick Bronson wrote: > Hi All, > > I've got unsupported RK3288 hardware running the latest git u-boot to > SPL as explained in > http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.rockchip. My goal > is to run

[U-Boot] Rockchip RK3288 u-boot with mainline kernel

2016-11-25 Thread Rick Bronson
Hi All, I've got unsupported RK3288 hardware running the latest git u-boot to SPL as explained in http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.rockchip. My goal is to run the mainline (ie. not Android) Linux kernel on this hardware and wondered: - Do I need to get the latest git u-boo