Bonjour à tous. Je possède un raspberrypi4 8g. je compile mon image linux avec Yocto.
Je souhaite booter mon raspberrypi4 via NFS
1° sur ma sdcard j’ai modifier le fichier cmdlline.txt qui se trouve sur la partition 1 de ma carte sd.
- cmdline.txt :
« dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/nfs nfsroot=192.168.xxx.xxx:/home/user/nfs/raspberrypi4-64,tcp,vers=3 rootfstype=ext4 ip=dhcp elevator=deadline rootwait »
2° j’ai extraire dans le répertoire /home/user/nfs/raspberrypi4-64, le rootfs
3° j’ai modifier le fichier export quis et trouve :
/etc/exports
/home/user/nfs/raspberrypi4-64/ *(rw,sync,no_subtree_check,no_root_squash)
3° J’ai modifié le fichier fstab qui se trouve dans :
/home/user/nfs/raspberrypi4-64/etc/
jai rajouté la ligne suivante:
192.168.xxx.xxxx:/home/user/nfs/raspberrypi4-64 / nfs vers=3 0 0
4° mets la sdacrd sur le raspberrypi , quand je lance, tout semble etre correct mais à la fin j’ai un écran noir.