Jump to content

DevShanky

Members
  • Posts

    91
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. https://www.zdnet.com/article/raspberry-pi-now-weve-sold-30-million/ What is it that makes it such a huge success? -R
  2. I have used docker containers on Armbain in past that hosted .Net 5 Blazor applications and they run just fine. You can also remotely update your docker images which makes a good case for software updates on those systems. -R
  3. Add this line to armbianEnv.txt and see if it helps: extraargs="console=tty3 consoleblank=0 loglevel=1 quiet" -R
  4. This is related to Raspberry Pi but might be helpful to get the concepts. Thought you may find it interesting. https://github.com/s-matyukevich/raspberry-pi-os -R
  5. I had cloned a different branch. I guess the issue is fixed. The build is failing while downloading the tool chain but it could be a different issue. -R
  6. I am trying to build v20.05 version of Armbain for Orange Pi 4 as below: sudo ./compile.sh BRANCH=v20.05 RELEASE=buster BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=yes BOARD=orangepi4 I am seeing this error "[ error ] Kernel branch not defined for this board [ v20.05 ]" I have tried to go through the documentation here https://docs.armbian.com/Developer-Guide_Build-Options/ but I am probably missing something. Is there a way to specify Kernel branch as build parameter? -R
  7. I am wondering if this script would break nand-sata-install since the base Armbian images are single partition while the new encrypted image on SD card is having a separate Boot and Root partition. If this is the case then how can we move the image to eMMC from SD? -R
  8. This is a very good tutorial. Thank you for posting this here. Armbian build has an option CRYPTROOT_ENABLE=yes that can enable encrypted root system via custom build. See here. Is there some overlap here? -R
  9. Hi, I am unable to see boot splash logo on device startup with recent builds (5.9.rc#) which was working earlier. The build shows option to include boot splash which is related to frame buffer settings. However including this option does not show boot logo. Are there any signification changes in this area? -R
  10. A corrupt or faulty SD card can also cause problems. You can get a good quality SD card and try again. -R
  11. Did you Copy u-boot-s905x2-s922 to u-boot.ext? Just checking... -R
  12. Pirated? I am sure I am missing some thing here. It would be kind of good to be enlightened or informed here so this is not repeated unknowingly. Thought Linux was in spirit based on GPL or MIT license. Was not aware the dtb definitions could be proprietary. I see most of them in https://github.com/torvalds/linux/tree/master/arch/arm64/boot/dts/amlogic May be I am truly missing something! -R
  13. It was a normal technical discussion on dtb support for a S905X3 device. What can I say!
  14. I can see response to my post but not the original posted text.
  15. Strangely I am unable to view my message on this forum now.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines