Skip to content

AusiasMarch/elapuntador

Repository files navigation

Install raspbian on usb boot from SD card

  • Insert USB
  • sudo umount /dev/sdb1
  • sudo umount /dev/sdb2
  • sudo dd bs=4M if=2019-09-26-raspbian-buster-lite.img of=/dev/sdb
  • Reinsert USB
  • touch /media/ausias/boot/ssh
  • perl -i.bck -pe's/$/ ip=192.168.1.30/ if eof' /media/ausias/boot/cmdline.txt
  • sed -i 's/root=\S*\ /root=\/dev\/sda2\ /g' /media/ausias/boot/cmdline.txt Insert SD
  • cp -r /media/ausias/boot/* /media/ausias/boot1
  • Insert all in Raspberry Pi and start it
  • ssh-keygen -f "/home/ausias/.ssh/known_hosts" -R "192.168.1.30"
  • ssh pi@192.168.1.30 mkdir /home/pi/.ssh (passwd: raspberry)
  • scp ~/.ssh/id_rsa_battlestarGalactica.pub pi@192.168.1.30:.ssh/authorized_keys
  • scp ~/.ssh/id_rsa_raspi raspi:.ssh/id_rsa
  • scp ~/.ssh/id_rsa_raspi.pub raspi:.ssh/id_rsa.pub
  • ssh raspi
  • passwd
  • sudo fdisk /dev/sda
  • p
  • Note of the start position for the linux partition sda2 (532480)
  • d
  • 2
  • n
  • p
  • 2
  • (532480)
  • Enter
  • Yes
  • w
  • sudo reboot
  • sudo resize2fs /dev/sda2
  • sudo reboot
  • sudo apt -y install git
  • git clone git@github.com:AusiasMarch/elapuntador.git
  • scp /home/ausias/toy_programs/elapuntador/_* raspi:elapuntador
  • ``
  • ``
  • ``

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages