Results 2867 comments of MichaIng

Thanks for the info, I read about this on https://forum.rvspace.org. @StephanStS your's is definitely a 4 GiB model, right? I did already rebase the kernel onto latest upstream 5.15.y, which...

Have you updated the SPI bootloader? Some open issues state that it has been fixed since a while: ```sh apt install mtd-utils curl -fLO 'https://github.com/starfive-tech/VisionFive2/releases/download/VF2_v2.10.4/u-boot-spl.bin.normal.out' curl -fLO 'https://github.com/starfive-tech/VisionFive2/releases/download/VF2_v2.10.4/visionfive2_fw_payload.img' flashcp -v...

Ah okay, indeed not fixed when not using the 4 partitions layout and `uEnv.txt` to run different boot commands: https://github.com/starfive-tech/VisionFive2/issues/20#issuecomment-1426529552 I'll check where the U-Boot environment is located, so we...

Many thanks for testing and reporting. Did you test both Ethernet ports? It works fine on revision 1.3 here, but not sure whether on both Ethernet ports. @StephanStS could you...

And to compare: ```console root@DietPi:~# dmesg | grep eth [ 0.645534] starfive-eth-plat 16030000.ethernet: User ID: 0x41, Synopsys ID: 0x52 [ 0.645573] starfive-eth-plat 16030000.ethernet: DWMAC4/5 [ 0.645596] starfive-eth-plat 16030000.ethernet: DMA HW...

And did you test using `eth1` on your image? Yours and our logs match nearly 100%, the only difference is that somehow in your case `eth0` is identified as 100Mbps...

Is this the same with the StarFive image? Support for this chip was added here: https://github.com/MichaIng/linux/commit/e036d0777cbbc975615105f37b6d6b82257ed62d Then, without removing the support declaration at the top of the file, "inverted" here...

I've no idea then. The device tree source and the Ethernet driver source are 100% identical and it works well on V1.3. If on your V1.2 neither of both Ethernet...

### I moved a new kernel build in place Update can be applied via: ```sh cd /tmp curl -O 'https://dietpi.com/downloads/binaries/linux-image-visionfive2.deb' dpkg -i linux-image-visionfive2.deb rm linux-image-visionfive2.deb ``` ### Added builtin features...

Okay, so all these `phandle` properties are internal addresses generated at build time, counted up for every added node. Since our device tree has two additional nodes (probably related to...