I am trying to setup my PI 3 to use the arduino shield. When I Make the change below and reboot the system boot fails stating it cannot mount the file system. I believe the issue has to do with the root file system location "root=/dev/mmcblk0p2" which is different form what was there before the change. Can you confirm whether this value is correct?
3.3 Using ArduPi library in Raspberry Pi 3:
Exit and save. Change the file /boot/cmdline.txt to the following: dwc_otg.lpm_enable=0 console=serial1,115200 console=tty1 root=/dev/mmcblk0p2 kgdboc=serial1,115200 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait Select all
|