nfs.patch 559 B

12345678910111213
  1. diff --git a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  2. index 879d11946631..f90df1bff74b 100755
  3. --- a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  4. +++ b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  5. @@ -12,7 +12,7 @@ aliases {
  6. };
  7. chosen {
  8. - bootargs = "console=ttySIF0,115200 earlycon=sbi ip=:::255.255.255.0::eth0:dhcp";
  9. + bootargs = "console=ttySIF0,115200 earlycon=sbi root=/dev/nfs rw nfsroot=192.168.1.1:/filepath,rw,tcp,vers=3 ip=:::255.255.255.0::eth0:dhcp rootfstype=ext4 rootwait";
  10. };
  11. cpus {