Using Paste.ee

From lechacal
Jump to navigation Jump to search

Sending the config to the RaspberryPi with Paste.ee

First of all copy the text of the configuration.

Then follow the Paste.ee link and simply paste the text in the main box. Click on Submit.

On the new page right click on Download and select Copy Link Location.


You can now open the RaspberryPi terminal and issue the wget command.

Paste the copied link right after the wget. This will download the file.

In our example here we are running the command

wget https://paste.ee/d/f2m7v


You can now check the file with cat and configure the RPICT board with the lcl-rpict-config.py command.

cat f2m7v
lcl-rpict-config.py -a -w f2m7v

Please note the f2m7v above only apply to our example here. Replace as required with the code paste.ee will provide for your case.