Page 1 of 1

U-Boot cancels autoboot with RaZberry attached

Posted: 15 May 2020 07:37
by ncovercash
Heya,

I've got a Raspberry Pi v3 running the official Ubuntu Server image (uses U-Boot). Whenever the RaZberry is attached, on power-up, the RaZberry seems to send some serial input to the device. As a result of this, the boot is cancelled and requires manual intervention to finish booting.

Any idea on how to fix this?

Currently trying to change U-Boot's compilation options but...I should not be trusted to compile my own bootloader haha

Re: U-Boot cancels autoboot with RaZberry attached

Posted: 20 May 2020 02:13
by PoltoS
Try to disable console if U-Boot. Why not Raspbian?

Re: U-Boot cancels autoboot with RaZberry attached

Posted: 30 May 2020 11:00
by ncovercash
Sorry, only just saw this. I ended up migrating over to Raspbian and it works fine now – I was using an existing setup with Ubuntu Server as I was more familiar with it.