Skip to content
New issue

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

Image | Orange Pi R1 Plus #4227

Closed
pmjohann opened this issue Mar 27, 2021 · 11 comments
Closed

Image | Orange Pi R1 Plus #4227

pmjohann opened this issue Mar 27, 2021 · 11 comments

Comments

@pmjohann
Copy link

Creating an image request

Formal device information

Is the SBC officially supported by the Debian installer?

  • No

If not, is a reliable 3rd party Debian image available for this SBC?

  • Yes

If not, are there install instructions for Debian available?

  • The board actually works mostly with the DietPi image for the NanoPiR2S. There are shutdown / reboot issues etc. The hardware is mostly the same.

I know that Orange Pi builds were discontinued a while ago, the reason I am proposing this board is because it is like 99% compatible with the Nano Pi R2S which is officially supported by DietPi, so it should not be too much hassle to make this happen. Looking forward to what you think.

Thank you!

@MichaIng
Copy link
Owner

Many thanks for your request.

As for now, I'm personally not going to create Orange Pi images, as long as we've not switched to completely automated builds based on at best the official Debian kernel. But you'll be able to create it pretty easily:

  • Download and flash the Armbian Buster image: https://www.armbian.com/orange-pi-r1/
  • Boot and login with "root:1234".
  • bash -c "$(curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/master/PREP_SYSTEM_FOR_DIETPI.sh)"

@pmjohann
Copy link
Author

Thanks for the prompt response MichaIng,

This board is the brand new R1 Plus, not the standard R1, so no Armbian avail for now.
If you could point me in the right direction how to build a DietPi image for NanoPi R2S but with a different DTB, I could do it myself and contribute it back if you wish. They are really almost the same hardware, and as I said the NanoPi R2S mostly works! It's just not surviving reboots (have to power down and on again) which is not acceptable for my usecase.

Thanks once more!

@MichaIng
Copy link
Owner

Ah sorry, I missed the "Plus" 😅. So indeed most likely a different DTB should be sufficient to run it.

Orange Pi itself ships a quite current Debian image: https://drive.google.com/drive/folders/1vpjLivmcpFRwkvq696Lv1Wynq-e7F6ci
That one should work, when you choose "Generic Device" from within our PREP script.

@pmjohann
Copy link
Author

Awesome, I couldn't find the official Debian image to start from... sigh.
I'll try it and report back! Thanks!

@pmjohann
Copy link
Author

Aaand it worked, thank you @MichaIng !

Anyone going down this route please note that the default user+pass combos for the Orange Pi R1 Plus official Debian do not work (NONE OF THEM!, see below). You'll have to mount the partition and edit /etc/passwd directly to remove password for the root user.

This is done by removing the "x" from this line in /etc/passwd :

root:x:0:0:root [...]

to look like this:

root::0:0:root [...]

I tried the following passwords for both the "root" and "orangepi" users:

  • '' (empty)
  • 1234
  • password
  • orangepi
  • root
  • none
  • default

@MichaIng
Copy link
Owner

MichaIng commented Mar 28, 2021

See here: http://www.orangepi.org/downloadresources/orangepiR1Plus/2020-12-22/orangepiR13f827bdc79a1660c8a85870d8f.html

user(root), password(orangepi)

Sorry, I should have linked that page instead of the GDrive download page 😅.
EDIT: Ah, looks like you tested that combination? 🤔

@pmjohann
Copy link
Author

Nope, tried that combo (root : orangepi) as well, did not work.
Only removing password for the root user as described above did.

Anyway, board is working fine running DietPi! Thanks once more @MichaIng !

@MichaIng
Copy link
Owner

Okay, great and good to know about/how to enable login with that image.

@MichaIng
Copy link
Owner

MichaIng commented May 7, 2021

I'm gonna mark Orange Pi related image requests as closed for now. Referring to our preparation script guide: https://dietpi.com/docs/hardware/#make-your-own-distribution

Orange Pi is on my first priority list when image creation has been automated enough, for for now I personally cannot effort adding a new manufacturer to my creation schedule.

@MichaIng MichaIng closed this as completed May 7, 2021
@mrbluecoat
Copy link

FYI, the latest image https://drive.google.com/drive/folders/1b55uN1ElzAgvAJQSW772lwkKEwqunawb works with root password orangepi

@GrauBlitz
Copy link

GrauBlitz commented Jun 25, 2023

FYI, the latest image https://drive.google.com/drive/folders/1b55uN1ElzAgvAJQSW772lwkKEwqunawb works with root password orangepi

This image is for the LTS version with a different native Ethernet Chip, so this will most likely not work with the non-LTS Version or you will only get the USB Ethernet working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants