beryllium-org / OS

Beryllium OS, a unix-like operating system for CircuitPython powered microcontrollers. (Formerly known as ljinux)
GNU General Public License v3.0
227 stars 14 forks source link

add rx/tx to board imports #54

Closed RetiredWizard closed 1 year ago

RetiredWizard commented 1 year ago

I tested windows install using the esp32s2pico branch and this seems to be the only issue that blocked ljinux from loading.

I am getting the following message:

 [    6.84106] Unknown board. Please open an issue in https://github.com/bill88t/ljinux

But I was getting that before and it doesn't seem to be fatal :)

bill88t commented 1 year ago

Ah this was just one board_actions check I forgot to update with your board, sorry for that. This error does not affect functionality whatsoever.