Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2022-04-25 Thread Christopher Obbard
Hi Shuying Li & Libunko, Would you be able to resend this patch to uboot mailing list ? If you are no longer interested, I can resend it if you would like. Thank you Chris On Sun, 18 Oct 2020 at 13:10, Shuying Li wrote: > > From: Libunko > > Add initial support for Nanopi M4V2 board. > > Spec

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2021-02-07 Thread Christopher Obbard
On Fri, 5 Feb 2021 at 16:15, Christopher Obbard wrote: > > Hi! > > I tested this patch, all working well apart from ethernet: > > Model: FriendlyElec NanoPi M4V2 > Net: > Error: ethernet@fe30 address not set. > No ethernet found. > Any tips to get ethernet going ? > > thinking about it, i shou

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2021-02-05 Thread Christopher Obbard
Hi! I tested this patch, all working well apart from ethernet: Model: FriendlyElec NanoPi M4V2 Net: Error: ethernet@fe30 address not set. No ethernet found. Hit any key to stop autoboot: 0 => nfs mdio_register: non unique device name 'ethernet@fe30' mdio_register: non unique device nam

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2021-01-16 Thread Jamislike
Hi All, Shuying kindly pointed me to his branch: git clone -b v2020.10.m4v2 https://github.com/Libunko/u-boot.git What needs to be done to get this into mainline? Jam -- Sent from: http://u-boot.10912.n7.nabble.com/

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2020-11-02 Thread Kever Yang
Hi Shuying,     I can't find a rk3399-nanopi-m4v2.dts at mainline kernel, does this a copy of rk3399-nanopi-m4.dts?     What's the difference between m4 and m4v2, is it possible to use the same dts in U-Boot? Thanks, - Kever On 2020/10/18 下午1:25, Shuying Li wrote: From: Libunko Add initi

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2020-10-23 Thread Jagan Teki
On Sat, Oct 24, 2020 at 12:17 AM Jagan Teki wrote: > > On Sun, Oct 18, 2020 at 5:39 PM Shuying Li wrote: > > > > From: Libunko > > > > Add initial support for Nanopi M4V2 board. > > > > Specification > > - Rockchip RK3399 > > - Dual-Channel 4GB LPDDR4 > > - SD card slot > > - eMMC socket > > - R

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2020-10-23 Thread Jagan Teki
On Sun, Oct 18, 2020 at 5:39 PM Shuying Li wrote: > > From: Libunko > > Add initial support for Nanopi M4V2 board. > > Specification > - Rockchip RK3399 > - Dual-Channel 4GB LPDDR4 > - SD card slot > - eMMC socket > - RTL8211E 1Gbps > - AP6356S WiFI/BT > - HDMI In/Out, MIPI DSI/CSI > - USB 3.0 x4

[PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2020-10-18 Thread Shuying Li
From: Libunko Add initial support for Nanopi M4V2 board. Specification - Rockchip RK3399 - Dual-Channel 4GB LPDDR4 - SD card slot - eMMC socket - RTL8211E 1Gbps - AP6356S WiFI/BT - HDMI In/Out, MIPI DSI/CSI - USB 3.0 x4 - USB Type C power and data - GPIO1, GPIO2 expansion ports - DC5V/3A Signed