Home Forums Assembly/Setup Setting up the Chi.Bio from scratch following the software manual online

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #847
    aliceboo
    Participant

    During the run of setup.sh, the console output mentioned a problem with a zip file not found: chibio1.zip.

    This could be the reason why the setup.sh script doesn’t finish the job properly and why /root/chiobio doesn’t contain any file after setup.sh completes.

    #848
    harrison
    Keymaster

    As in your other thread, they should come with the setup installed from the factory. However, I think it is in a different directory to where I intended.

    Like you said, I think a simple fix to setup.sh might resolve this. I will have a look at what step is going wrong there…

    #849
    aliceboo
    Participant

    Thank you Harry.

    Is the operation directory meant to be /home/debian or /root/chibio?

    By copying the files over into /root/chibio, we are running this as the operation directory currently.

    #852
    harrison
    Keymaster

    I personally use /root/chibio, but ultimately it doesnt matter.
    In part of that setup.sh script it should set the folder that cloud9 defaults to as root/chibio, hence why I am suggesting that one.

    #854
    aliceboo
    Participant

    Looking at setup.sh, the problem comes from the fact that the file chibio1.zip is missing from /home/debian:

    In setup.sh:

    cd ~/../home/debian
    unzip chibio1.zip -d ~/../root/chibio -> fails as chibio1.zip is not available in /home/debian

    #859
    harrison
    Keymaster

    Yes, that is correct. One of the above commands is also making issues, I believe, because of an update to the underlying Debian operating system.
    I have just updated setup.sh on Github, and the software setup instructions. It should now run the setup as intended.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Log in/Register
Scroll to top