rpi23-gen-image icon indicating copy to clipboard operation
rpi23-gen-image copied to clipboard

error msg: bcm2708-rng -- Failed to find module 'bcm2708_rng'

Open tswaehn opened this issue 5 years ago • 3 comments

I do have

  • stretch 32bit @ RPI 3b+

I am getting this Failed to find module 'bcm2708_rng' when booting.

As far as I understand the bcm2708-rng is depricated and replaced by bcm2835_rng. However it gets somehow pulled in. Right now I dont have any clue, to get rid of this.

https://archlinuxarm.org/forum/viewtopic.php?f=64&t=10153

tswaehn avatar Nov 17 '19 20:11 tswaehn

HI I am wondering if it is the same problem than #209 and #202 the bootstrapping does not retrieve the up-to-date binaries from raspberrypi/linux. It seems that on the site the files with new numbers are avalable and are not catched.

g-vidal avatar Dec 13 '19 07:12 g-vidal

You can remove it by editing /lib/modules-load.d/rpi2.conf.

matyapiro31 avatar Feb 11 '20 13:02 matyapiro31

We should be fine with just the dtb overlays and options nowaydays. Have to test, espacially with older releases https://www.raspberrypi.org/forums/viewtopic.php?t=98318 https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README

burnbabyburn avatar Apr 15 '20 18:04 burnbabyburn