2024.02.21 (수)
ubuntu@ubuntu09:~/raspi4_backup$ sudo updatedb
ubuntu@ubuntu09:~/raspi4_backup$ locate sdimage.img
/home/ubuntu/raspi4_backup/sdimage.img
라즈베리파이에서 SD카드 뽑은 후 우분투에 직접 연결
sdb 언마운트해주기
ubuntu@ubuntu09:~/raspi4_backup$ sudo umount /dev/sdb?
ubuntu@ubuntu09:~/raspi4_backup$ sudo dd if=sdimag.img of=/dev/sdb bs=1M status=progress
ubuntu@ubuntu09:~/pi_bsp/kernel/linux$ ARCH=arm make tags