Orangepi: Difference between revisions
Jump to navigation
Jump to search
(Created page with "OrangePi 3B info<br> Install the following image for bookworm/debian Orangepi3b_1.0.8_debian_bookworm_server_linux5.10.160.img Then run the following commands to fix Ethernet port not working <pre> io -4 0xFDC60284 0x3f3f3f3f io -4 0xFDC6028C 0x003f003f io -4 0xFDC60298 0x3f003f00 io -4 0xFDC6029C 0x3f3f3f3f io -4 0xfdc60388 0xFFFF0049 </pre> * Make permanent<br> Add the following before "exit 0" on '''/etc/rc.local''' <pre> # ETHERNET FIX io -4 0xFDC60284 0x3f3f3f3f io...") |
No edit summary |
||
| Line 21: | Line 21: | ||
</pre> | </pre> | ||
chmod +x /etc/rc.local | chmod +x /etc/rc.local | ||
[Category Linux] | [[Category Linux]] | ||
Revision as of 16:55, 23 November 2025
OrangePi 3B info
Install the following image for bookworm/debian
Orangepi3b_1.0.8_debian_bookworm_server_linux5.10.160.img
Then run the following commands to fix Ethernet port not working
io -4 0xFDC60284 0x3f3f3f3f io -4 0xFDC6028C 0x003f003f io -4 0xFDC60298 0x3f003f00 io -4 0xFDC6029C 0x3f3f3f3f io -4 0xfdc60388 0xFFFF0049
- Make permanent
Add the following before "exit 0" on /etc/rc.local
# ETHERNET FIX io -4 0xFDC60284 0x3f3f3f3f io -4 0xFDC6028C 0x003f003f io -4 0xFDC60298 0x3f003f00 io -4 0xFDC6029C 0x3f3f3f3f io -4 0xfdc60388 0xFFFF0049
chmod +x /etc/rc.local