raspbootin icon indicating copy to clipboard operation
raspbootin copied to clipboard

Simple boot-over-serial bootloader for the Raspberry Pi

Results 5 raspbootin issues
Sort by recently updated
recently updated
newest added

The serial port needs to be in non-blocking mode for normal operation to use the select() loop. However, if the image being sent is especially big (e.g. a large operating...

Rewrote the Raspbootin-loader, tried to make it easier to read, easier to maintain, easier to extent. Tried to cut down on unnecessary window-dressing. Also: uses UART1 instead of UART0. I've...

Hi, and thanks for a great boot loader. I've modified raspbootcom.cc to reset the rpi when it receives a SIGUSR1 signal. This is done by toggling the DTR line on...

invalid

I'm not able to get raspbootin working on a RPi3. I get garbled output like: ``` ### Listening on /dev/ttyUSB0 ��)c�c� ``` Any help or advice would be greatly appreciated....

I'm having some problems building the raspbootin `kernel.img` file. Since it should be pretty small in size, is it possible to include it in the repo, or add it as...