Linux Port
Pages: 1 ... 10 11 12 13 14 15 16 17 18 19 20
Jan Rinze (235) 368 posts |
Does anyone here know which kernel settings are required to allow the RISCOs.IMG binary to run? kernel8.img seems to lack a /proc/config.gz so i cannot peek in the config of the RPi5. |
Chris Hall (132) 3554 posts |
have you looked at the device tree for Linux? |
Jan Rinze (235) 368 posts |
Found the issue. The mmap calls on ‘older’ kernels will honor the requested address even if MAP_FIXED is not set. Newer kernels require MAP_FIXED.
Not bad. |
Pages: 1 ... 10 11 12 13 14 15 16 17 18 19 20