Jump to content

DevShanky

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by DevShanky

  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.
  16. I am not working for on any commercial or for profit project. Looks like you have some very good thing going on here so this is just a feedback. Please ignore if you think it is not important. There are no expectations that this will be fixed. I tried buster desktop. I am not able to see the boot logo. Verified the config file you have listed and they are as expected. Plymouth also does not work. May be it just one of those orange pi thing. It is just that looking at a blank screen for 20-30 seconds when device comes up is odd. I believe kernel enabled bootsplash has been abandoned but not too sure. -R
  17. Has anybody here had success with running Single Armbian Image on RK3399 Orange Pi 4? I tried using the latest image with revised procedure using extlinux. There are two dtb available in rockchip folder. 1. rk3399-orangepi-4.dtb. No HDMI with this image. 2. rk3399-orangepi.dtb. HDMI works only on 1024x728 resolution and no sound. The startup screen and u-boot messages with both screen were hazy and jumbled. If anybody here had got this working, let me know if these are the correct dtb files? Thanks -R
  18. @Igor Kernel enabled Bootsplash works great on the recent 20.08 on Orange Pi 4. However there is a delay of around 20 - 30 seconds before this Bootsplash comes up. Is is possible to enable bootsplash on u-boot also on this image? I built a custom image 20.08-trunk with option "Kernel enabled bootsplash' disabled however could not see u-boot bootspalsh on this image. -Rajesh
  19. The latest build fails if this driver is selected to be build with the kernel. Realtek 8192E USB WiFi (RTL8192EU) [N/m/y/?] (NEW) y --> fails / m --> succeeds If 'm' or module is selected then the build succeeds. -R
  20. Build on Windows 10 WSL2. I was able to build the image from source code on Build-Armbian on Windows 10 (WSL2) Ubuntu 18.04. Used NO_APT_CACHER=yes and cloned the folder in ~/. Had multiple build failures without these settings. Thought I would share, just in case if someone is interested to use this environment to build images. -R
  21. Would you by any change have set of instructions to do a build on Win 10 / WSL2? Microsoft has finally rolled out Wind 10 2004 with WSL2 enabled by default. I tried the build on Windows 10 after upgrade. The scripts exits with not supported build environment not supported. I also have docker running on Windows 10 but looks like WSL2 os more convenient and better option. -R
  22. @dbsharpe I had another look at the documentation and as you mentioned it is for legacy kernel after all. Well at lease it saves me trouble of integrating the drivers. -R
  23. There was a recent port for ARMv7 RK322X boxes by @jock for mainline kernel or at least I believe it will work for mainline kernel. The source code is available @ https://github.com/paolosabatino/ssv6x5x I just wanted to give it a try. -R
  24. Thank you for the link. I have gone through the Armbian build documentation. Way beyond what a beginner would understand. Guess I will have to get familiar with Linux build system and come back again on this after few months.
  25. Build-Armbian related query. I would like to add a wifi device driver to the Build-Armbain code to build it with the kernel. The driver source is for ssv6x5x which is working on ARMv7 devices. Every time I add the master code f driver to source tree in /Build-Armbian/cache/sources/linux-current/5.7/drivers/net/wireless/ssv6x5x folder and run ./compile.sh the .Kconfig and Makefile in /net/wireless are restored to original and the code. Obviously I am not doing it correctly. I did adapt .Kconfig and Makefile to build the driver. I am new to building Linux let alone Armbian. Any help is appreciated. Thanks -R
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines