Re: How to compile "options INSECURE" in RPI3b+ ?
"Dr. Nicola Mingotti" <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Hi, the problem was solved, adding the "options INSECURE" worked, the kernel was compiled and run in the RPI3b+. I can't establish where i was mistaking. bye nicola On Sun-21-Apr-2024 23:40, Nicola Mingotti wrote: > Hi, > > I am doing some experiments with NetBSD 10 in RPI3B+ > > It would be useful for me to start the system in securelevel = -1. this mostly to experiment faster with GPIO. > > I red in secmodel_securelevel(9) that to have the system running at securelevel -1 i need to recompile the kernel with "options INSECURE". > > i tried a few cross compiles, I can do it in general and boot the new image. > > But, in GENERIC64, or files there included i can't see the "options INSECURE" to decomment. I tried add the line myself and compile but the system stops giving back > ----- > nbmake: don't know how to make 21. Stop > ----- > > > > > > >