Orangepi

From Hurlster Wiki
Revision as of 16:55, 23 November 2025 by Gqwill69 (talk | contribs)
Jump to navigation Jump to search

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

Category Linux