MichaIng
MichaIng
Since I found this valuable information, here the upstream plan and status page: https://rvspace.org/en/project/JH7110_Upstream_Plan All upstream mails/patches are linked, transparent to follow, including suggested changes by reviewers etc. Very interesting...
Wait with what? We have a board and we want to add/polish RISC-V support for DietPi, detect and reports related bugs in Debian etc, so we cannot/do not want to...
Ah good to see that. And yes, `bootcmd_distro` does not run in our case. Looks like its time to do some PRs on their U-Boot script. This hardcoded intended partitioning...
Actually, while this U-Boot script commands run with common partitioning, there is also the following which should do the same before even running `bootcmd`: https://github.com/starfive-tech/u-boot/blob/JH7110_VisionFive2_devel/configs/starfive_visionfive2_defconfig#L31-L32 > CONFIG_USE_PREBOOT=y > CONFIG_PREBOOT="run chipa_set_uboot;run...
@congocongo Could you show the serial number of your VF2, respectively the first block? ```sh cat /proc/device-tree/serial-number ``` Mine starts with `VF7110B1`, which likely means VisionFive JH7110 B1 revision, which...
Great! Could you test this: ```sh apt install device-tree-compiler cat dietpi-visionfive2-A12.dts /dts-v1/; /plugin/; / { compatible = "starfive,visionfive-v2", "starfive,jh7110"; fragment@0 { target = ; __overlay__ { tx_delay_sel = ; tx_inverted_10...
Whoops, I forgot the filename in the last command 😄: ```sh G_CONFIG_INJECT 'fdtoverlays[[:blank:]]' 'fdtoverlays /boot/dietpi-visionfive2-A12.dtbo' /boot/extlinux/extlinux.conf 'fdt[[:blank:]]' ```
Yes, this can be an issue if another network stack is used on the pre-image. If it is NetworkManager, AFAIK it is sufficient to just re-add a DNS nameserver when...
Can you check those files on the DietPi system: ```sh ls -l /usr/lib/aarch64-linux-gnu/xtables/ ```
Sorry for the late reply. I missed that those affected files are dot files (hidden). Can you check like that: ```sh ls -l /usr/lib/aarch64-linux-gnu/xtables/.??* ```