boochow

Results 32 comments of boochow

Hi, please use "rpi2" branch for RPi2. I also made a pre-compiled binary as zip archive. You can download it from here: http://blog.boochow.com/wp-content/uploads/mp-rpi2-20181228-uskbd.zip

No, I'm sorry, this does not support WiFi. I recommend ESP32 if you want to use WiFi on micropython.

I believe it is hard, because I haven't seen any bare-metal project which supports USB device mode

Sorry, I haven't measure it.

I have only tested master mode for both SPI and I2C. RPi's hardware SPI does not support slave mode anyway.

> SPI Slave is supported by hardware, but linux support has been added around v4.13. maybe it is referring BSC/SPI described in chapter 11, which I have not implemented. I...

Hi @nogleo, if you got the binary from [v1.0.0](https://github.com/boochow/micropython-raspberrypi/releases/tag/v1.0.0), the `main.py` need to be edited to enable the frame buffer console. If you already edited the `main.py` as described in...

Your files seem OK. To test whether the boot process is succeeded or not, try this: The attached file is a simple bare-metal program that blinks Pi's LED eternally. (source...

I made the disk image of my SD card that runs correctly. Try writing this image to your SD card with [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/). The disk size will become 128MB...