Jump to content

Werner

Administrators
  • Posts

    4464
  • Joined

  • Last visited

Community Answers

  1. Werner's post in Odd network behavior after reinstall (no ip for ethernet) was marked as the answer   
    This sounds quite confusing.
     
    PHY is set to DHCP by default so it tries to aquire a lease by a DHCP server available in the network. If you don't have one you have to find another way to make the board connectable via copper. Like using UART serial console or build your own script using custom configuration.
    Cannot say about using Pi as DHCP since I dont know your full network setup and therefore no idea if that would work. A dhcp server is usually also some kind a router to NAT data to a different network or WAN.
  2. Werner's post in How to backup the system image of my sdcard? was marked as the answer   
    With MS Windows you can also try https://gitlab.com/bztsrc/usbimager
    With Linux I'd simply go for dd if to create an image from an sdcard.
  3. Werner's post in Python on armbian was marked as the answer   
    Depending n Armbian flavor (Bullseye, Jammy....) various Python versions are available for install via apt.
  4. Werner's post in Asus thinker board 2s was marked as the answer   
    https://github.com/armbian/build/blob/master/config/boards/tinkerboard-2.wip
    Feel free to join development
     
  5. Werner's post in Successful dist-upgrade and kernel upgrade but broken Armbian MOTD was marked as the answer   
    Userspace upgrades (Buster->Bullseye or Focal->Jammy) are neither tested nor supported.
     
    Try replacing rootfs package.
  6. Werner's post in First apt update fails (PBP) was marked as the answer   
    We have some issues with the redirector. You can work around this by setting a random mirror from the list in your apt for now.
    https://github.com/armbian/mirror
  7. Werner's post in Espressobin Bullseye images - 404 from mirrors? was marked as the answer   
    Lots of boards have been removed from support and automated builds according to https://www.armbian.com/newsflash/armbian-needs-your-help/
    If you need an image for this board either build by yourself or check archive.
  8. Werner's post in Full Disk Encryption was marked as the answer   
    There are no such plans due to lack of human resources and literally thousands of other tasks waiting for being worked on.
  9. Werner's post in ssh public key was marked as the answer   
    check your sshd_config if PubkeyAuthentication is enabled.
  10. Werner's post in error booting after microSD clone was marked as the answer   
    Moved to Common issues / peer to peer technical support
    Use proper way to prepare sd card: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-prepare-a-sd-card
  11. Werner's post in Log jams RAM-disk was marked as the answer   
    Here are a few hints how to tweak journal: https://askubuntu.com/questions/1238214/big-var-log-journal
  12. Werner's post in How to remove /tmp from tmpfs was marked as the answer   
    Did you check /etc/default/armbian-ramlog ?
  13. Werner's post in Issue with onboard Wi-Fi on R1S-H3 was marked as the answer   
    R1 != R1S
    Both boards may have a different WiFi Chip and therefore the device tree may not fit.
  14. Werner's post in The LED1 and LED2 on the BanabaPi Pro. How do I get them to show MMC card usage and the watchdog heart beat? was marked as the answer   
    I usually do the noob way finding the trigger files for LEDs
    code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } du -a /sys | grep led | grep trigger
     
    I don't know what trigger is needed for mmc but heartbeat is self-explaining. code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } echo heartbeat > trigger
     
     
  15. Werner's post in Support Status of Jetson Nano was marked as the answer   
    https://www.arducam.com/nvidia-jetson-nano-b01-update-dual-camera/#jetson-nano-b01-vs-a02-changes
    If this is true for Armbian no idea since it is CSC.
  16. Werner's post in NanoPI R2S/R4S missing bionic images was marked as the answer   
    https://github.com/armbian/build
    Build one yourself. We do not provide every OS for ever board since it is way too much and our resources are limited.
  17. Werner's post in apt-get update returns The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file. was marked as the answer   
    Armbian Stretch support was discontinued quite a while ago IIRC. Upgrade to Buster.
  18. Werner's post in Change the root device on a BananaPi R1 was marked as the answer   
    Did you try to simply use the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } nand-sata-install script to move rootfs to ssd?
  19. Werner's post in Armbian repository "is no longer signed" errors from 'sudo apt update' was marked as the answer   
  20. Werner's post in NanoPI R4S second USB not working was marked as the answer   
    You can use the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-config tool. Check System -> Other
  21. Werner's post in liburing-dev install failed was marked as the answer   
    Upstream package, therefore most likely Debian issue.
  22. Werner's post in Orange Pi 4B fails on benchmarks was marked as the answer   
    Do you have a proper heat sink on the SoC?
  23. Werner's post in [Invalid] - Nanopi R2S : Cpu Freq can only reached 1.30Ghz was marked as the answer   
    Enable in armbian-config as overlay
     
     
    And adjust
     
    cat /etc/default/cpufrequtils ENABLE=true MIN_SPEED=408000 MAX_SPEED=1512000 GOVERNOR=ondemand  
  24. Werner's post in Tinkerboard Buster Minimal dpkg-reconfigure : command not found was marked as the answer   
    good.
    also good. Its minimal so even this is not included by default
    Not our issue. Seems like the Debian mirror has issues. Simply retry later.
  25. Werner's post in Partitions for nand-sata-install was marked as the answer   
    Try to check code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } fdisk -l
    In theory you should get two results: your sdcard and your eMMC.
    Once you got the block device  of your eMMC open it with a partition tool like code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } cfdisk and try to create a partition on it.
     
    Not sure whats wrong though because the script should take care for it...in theory.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines