Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD on a Pi3



It does work, but a custom build is required to get full CPU speed with the attached hack.

How does that patch fix things? I'm not able to change my clock:

# sysctl machdep.cpu.frequency
machdep.cpu.frequency.target = 600
machdep.cpu.frequency.current = 600
machdep.cpu.frequency.min = 600
machdep.cpu.frequency.max = 1200

# sysctl -w machdep.cpu.frequency.target=900
machdep.cpu.frequency.target: 600 -> 900

# sysctl machdep.cpu.frequency.current
machdep.cpu.frequency.current = 600

# sysctl -w machdep.cpu.frequency.target=1200
machdep.cpu.frequency.target: 600 -> 1200

# sysctl machdep.cpu.frequency.current
machdep.cpu.frequency.current = 600

Thanks,
John


Home | Main Index | Thread Index | Old Index