Replies: 4 comments 14 replies
-
It is currently possible to boot Pybricks on NXT, but there is still quite a bit of work to do to make if fully functional. If you want to try it, you can grab the latest build from CI , use a paper clip to press the hidden reset button on the NXT to put it in bootloader mode and flash it with You don't need to worry about bricking the NXT. There is a permanent bootloader on the NXT, so even if you botch the firmware install, you can always activate the bootloader using the reset button on the NXT brick. There is also an open issue for full support for NXT at #122. Also, FYI, the Pybricks NxOS fork is now merged into https://github.com/pybricks/pybricks-micropython so we won't be updating https://github.com/pybricks/nxos anymore. |
Beta Was this translation helpful? Give feedback.
-
Excellent! Thanks for your reply, I'll have a go and see what it can do,
then report back
…On Sun., Feb. 5, 2023, 1:54 p.m. David Lechner ***@***.***> wrote:
It is currently possible to boot Pybricks on NXT, but there is still quite
a bit of work to do to make if fully functional. If you want to try it, you
can grab the latest build from CI
<https://github.com/pybricks/pybricks-micropython/suites/10745069382/artifacts/539132296>and
flash it with pipx run pybricksdev flash nxt-firmware-build-2436.zip.
You don't need to worry about bricking the NXT. There is a permanent
bootloader on the NXT, so even if you botch the firmware install, you can
always activate the bootloader using the reset button on the NXT brick.
There is also an open issue for full support for NXT at #169
<#169>.
—
Reply to this email directly, view it on GitHub
<#939 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNABBC3JP6PQK6YQ7BA7MDWV4P57ANCNFSM6AAAAAAUROQ7NE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ah ok, I'll have a play
How complicated is this to implement? Maybe I could assist...
…On Mon., Feb. 6, 2023, 6:31 p.m. laurensvalk ***@***.***> wrote:
That part of it is not implemented yet, and probably won't be for a while
:)
But if you've paired with your computer, you should be able to open the
virtual com port that is now available. On Linux, you could use screen,
or Putty on Windows, for example.
—
Reply to this email directly, view it on GitHub
<#939 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNABBD4YZMBDAGDBHFWY3DWWCZH3ANCNFSM6AAAAAAUROQ7NE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Any update or progress on this? |
Beta Was this translation helpful? Give feedback.
-
Hi folks, just wondering if anyone got pybricks to work with the NXT brick? I read the nxos repo, I can probably hack my way to build a firmware, but I don't want to "brick my brick" so I was hoping someone had done it and could give me some help...
I got nxt-python to work a few years ago, but it's buggy and slow, really want to get this to work!
Beta Was this translation helpful? Give feedback.
All reactions