We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raspberry-pi-os
项目是已于树莓派3的,在4B上需要做修改, 这个回答基本上涵盖了所有需要的修改: s-matyukevich/raspberry-pi-os#127 (comment) 但在4B上运行编译的镜像后,串口打印还是乱码:
看到有人说可能是VPU有被动态的调整了频率,导致mini uart的频率发生了变化。在config.txt中添加: enable_uart=1 果然就好了。官方文档: https://www.raspberrypi.com/documentation/computers/configuration.html#mini-uart-and-cpu-core-frequency
The text was updated successfully, but these errors were encountered:
No branches or pull requests
raspberry-pi-os
项目是已于树莓派3的,在4B上需要做修改, 这个回答基本上涵盖了所有需要的修改:
![image](https://private-user-images.githubusercontent.com/14155205/398674147-0f52b53f-4c3c-41b5-a4a7-c72887298280.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTg3NjksIm5iZiI6MTczOTU1ODQ2OSwicGF0aCI6Ii8xNDE1NTIwNS8zOTg2NzQxNDctMGY1MmI1M2YtNGMzYy00MWI1LWE0YTctYzcyODg3Mjk4MjgwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4NDEwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ0ZmE5NDk0MDUxYjVjNTVjOTE0NWRjM2UwYzg4ZDlhMDczYWU4OThhMWI4Zjk1NWFlYzc3OTBhN2NhN2IwZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IyU8Legq86fqLoq_Plqz9vc04XFhIGnaVCtUe0MWpQE)
s-matyukevich/raspberry-pi-os#127 (comment)
但在4B上运行编译的镜像后,串口打印还是乱码:
看到有人说可能是VPU有被动态的调整了频率,导致mini uart的频率发生了变化。在config.txt中添加:
enable_uart=1
果然就好了。官方文档:
https://www.raspberrypi.com/documentation/computers/configuration.html#mini-uart-and-cpu-core-frequency
The text was updated successfully, but these errors were encountered: