开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: V4 64bit firmware


 

I ran the code below and it had me rename a file called result_rows.txt and I simply added the number 1 to the file name and it then proceeded to install perfectly on the next time I ran this command (actually I think I had to run it twice,?but I dont remember the error it threw on the first try). I am currently making my backup of the new OS to go with the others I have saved so far...

Thank you to Farhan, JJ and all their colleagues that made this possible, it?is?awesome!!!

cd $HOME && git clone  && cd sbitx && ./update

On Thu, Oct 3, 2024 at 6:14?PM philip bernick via <philip.bernick=[email protected]> wrote:
Thank you!

Updated perfectly.


On Wed, Oct 2, 2024 at 5:19?PM JJ - W9JES via <w9jes=[email protected]> wrote:
On Wed, Oct 2, 2024 at 06:40 PM, philip bernick wrote:
Hi!
?
I'm getting the following errors when I attempt to update the 64 bit instance to V4.0 using the command:
?
?cd $HOME && cd sbitx && ./update
?
error: Your local changes to the following files would be overwritten by merge:
???? ft8_lib/libft8.a
???? ft8_lib/test
???? sbitx_wisdom.wis
???? sbitx_wisdom_f.wis
???? web/index.html
Please commit your changes or stash them before you merge.
error: The following untracked working tree files would be overwritten by merge:
???? data/result_rows.txt
Please move or remove them before you merge.
?
When I move them the update makes progress, but then fails with
?
? make: * * * No targets specified and no makefile found. Stop.
?
P
?
Try this from terminal..

?cd $HOME && cd sbitx && git stash && ./update
?
?
?

Join [email protected] to automatically receive all group messages.