Solved [4.1] edit boot.txt? Tutorial does not work anymore
-
Hi!
I wanted to edit my boot.txt but your tutorial does not work anymore: https://github.com/recalbox/recalbox-os/wiki/Edit-the-config.txt-file-(EN)
mount -o remount, rw /boot
mount: You must specify a filesystem type with -t. -
@MarcDK Nop :
# mount -o remount, rw /boot # mount -o remount, rw / # mount /dev/root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) devtmpfs on /dev type devtmpfs (rw,relatime,size=242384k,nr_inodes=60596,mode=755) proc on /proc type proc (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777) tmpfs on /tmp type tmpfs (rw,relatime) tmpfs on /var type tmpfs (rw,relatime) tmpfs on /run type tmpfs (rw,relatime) sysfs on /sys type sysfs (rw,relatime) /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocha**et=ascii,shortname=mixed,errors=remount-ro) /dev/mmcblk0p3 on /recalbox/share type ext4 (rw,noatime,data=ordered) #
-
Sorry, my bad. I ignored the "REMOTE HOST IDENTIFICATION HAS CHANGED!" message on my mac.
-
@MarcDK looks like you tried to connect to a newly formatted SD but your pi didn't change its IP address.
-
@Substring Yes, that was the case. Sorry for the dump post.