-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to upload an uf2 file #31
Comments
Hi! I originally planned to implement uploading as well, but so far I only implemented packing & unpacking. Currently there are two ways of uploading a UF2 file:
It should be possible to build uf2 uploading into ev3duder. However, I think some refactoring may be needed to prevent code duplication. I don't currently have much free time, but I'll try to look into that in the coming months. With regards, |
@JakubVanek thanks! At least now I got some pointers to where I should start :) |
Hi,
With the new uf2 pack(#15) command it is my understanding that you can upload and run an UF2 file from makecode.org directly on an EV3, but I have somehow failed to understand the steps. I try:
lego-untitled.uf2
)ev3duder uf2 pack /home/user/lego-untitled.uf2 Projects test
That is, step 3 does not return anything meaningful - nor do I find the file on my EV3. Any tips on what I'm doing wrong? What is the correct usage of the third argument (test) - what does it do?
Regards,
Tarjei
The text was updated successfully, but these errors were encountered: