lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231009190027.10304-1-efectn@6tel.net>
Date:   Mon,  9 Oct 2023 22:00:26 +0300
From:   Muhammed Efe Cetin <efectn@...l.net>
To:     d-gole@...com
Cc:     conor+dt@...nel.org, devicetree@...r.kernel.org, efectn@...l.net,
        heiko@...ech.de, jonas@...boo.se,
        krzysztof.kozlowski+dt@...aro.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        linux-rockchip@...ts.infradead.org, megi@....cz,
        robh+dt@...nel.org, sebastian.reichel@...labora.com
Subject: Re: [PATCH v3 3/3] arm64: dts: rockchip: Add Orange Pi 5

Hi,

On 9.10.2023 08:40, Dhruva Gole wrote:
> Hello,
> 
> On Oct 05, 2023 at 16:54:04 +0300, Muhammed Efe Cetin wrote:
>> Hello,
>>
>> On 28.09.2023 13:51, Dhruva Gole wrote:
>>> Hi,
>>>
>>> On Aug 21, 2023 at 18:47:59 +0300, Muhammed Efe Cetin wrote:
>>>> Add initial support for OPi5 that includes support for USB2, PCIe2, Sata,
>>>> Sdmmc, SPI Flash, PMIC.
>>>>
>>>> Signed-off-by: Muhammed Efe Cetin <efectn@...l.net>
>>>> Reviewed-by: Ondřej Jirman <megi@....cz>
>>>> ---
>>>>    arch/arm64/boot/dts/rockchip/Makefile         |   1 +
>>>>    .../boot/dts/rockchip/rk3588s-orangepi-5.dts  | 673 ++++++++++++++++++
>>>>    2 files changed, 674 insertions(+)
>>>>    create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
>>>>
>>> ...
>>>
>>> Can you provide some sort of documentation on how I can build and boot
>>> the kernel on this board? I was unable to use the upstream arm64
>>> defconfig with this exact series applied to boot the board.
>>
>> What was wrong when you tried to compile & boot the board? Can you provide some logs?
> 
> Umm don't have logs at hand, but I remember it didn't really reach the
> linux first line either, it went into sort of a bootloop just after
> the uboot stage.

Hmm there might be issue with your uboot compilation. It'd be better if you provide useful logs.

> 
>>
>>>
>>>> +
>>>> +&i2c6 {
>>>> +	pinctrl-names = "default";
>>>> +	pinctrl-0 = <&i2c6m3_xfer>;
>>>> +	status = "okay";
>>>> +
>>>> +	hym8563: rtc@51 {
>>>> +		compatible = "haoyu,hym8563";
>>>> +		reg = <0x51>;
>>>> +		#clock-cells = <0>;
>>>> +		clock-output-names = "hym8563";
>>>> +		pinctrl-names = "default";
>>>> +		pinctrl-0 = <&hym8563_int>;
>>>> +		interrupt-parent = <&gpio0>;
>>>> +		interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
>>>> +		wakeup-source;
>>>
>>> Are you able to actually use rtc as a wakeup source? I tried this
>>> on a downstream kernel that I mention below..
>>>
>>> rtcwake -s 10 -m mem
>>>
>>> didn't actually seem to wake the device from deepsleep after 10 seconds.
>>> Do you know what other pins I can use as wakeup sources?
>>
>> No, i've not tried it before.
> 
> ah okay
> 
>>
>>>
>>>> +	};
>>>> +};
>>>> +
>>>> +&mdio1 {
>>>> +	rgmii_phy1: ethernet-phy@1 {
>>>> +		compatible = "ethernet-phy-ieee802.3-c22";
>>>
>>> Just wondering, can you please give some logs of the board with eth
>>> working? The image that I have from opi seems to fail eth? As in I am
>>> not able to see any ip address. here are the logs:
>>>
>>> https://gist.github.com/DhruvaG2000/eda2762e35013c8d5ac9f37e818103a3
>>
>> Unfortunately the board is not near me currently. However, i was able to use GMAC ethernet in both the upstreram and downstream kernels. Did you try any images other than Orange Pi ones?
> 
> Nope, are there any other images that maybe more suitable? Please can you point me to them?

You can check the images below the Third Party Images section in OPi's download page. GMAC should work properly with most of them.

> 
>>
>>>
>>> ...
>>>
>>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ