User Tools

Site Tools


raspberry:raspberry-sd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

raspberry:raspberry-sd [2022/01/15 11:38] – created - external edit 127.0.0.1raspberry:raspberry-sd [2023/10/12 13:38] (current) – [Make it boot] oscar
Line 107: Line 107:
 Then edit the cmdline.txt file on the SD card's boot partition and adapt the root file system type parameter to f2fs: Then edit the cmdline.txt file on the SD card's boot partition and adapt the root file system type parameter to f2fs:
 <code> <code>
-   sudo vi /media/user/boot_fs/cmdline.txtproc            /proc           proc    defaults          0       0 +sudo vi /media/user/boot_fs/cmdline.txt 
-/dev/mmcblk0p1  /boot           vfat    defaults          0       2 +---------------------------------------- 
-/dev/mmcblk0p2  /               f2fs    defaults,noatime,nodiratime,discard  0       1 +console=serial0,115200 console=tty1 root=PARTUUID=84c78fde-02 rootfstype=f2fs fsck.repair=yes rootw>
-tmpfs           /var/log        tmpfs   defaults,noatime,nosuid,mode=0755,size=80m    0 0 +
-tmpfs           /var/tmp        tmpfs   defaults,noatime,nosuid,size=30m    0 0 +
- +
- +
- +
-   dwc_otg.lpm_enable=0 console= . . . root=/dev/mmcblk0p2 rootfstype=f2fs elevator=deadline . . .+
 </code> </code>
  
raspberry/raspberry-sd.1642246727.txt.gz · Last modified: by 127.0.0.1