Jump to content

arturito

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by arturito

  1. I've just bought OPI 5 Plus from aliexpress, will arrive mid June, I will post my experience ...
  2. btw, where I can find that image, thanks in advance
  3. right, I had the same issue, the bootloader didn't work with ext4, I will test the "lunar legacy" SPI image and burn it directly with dd
  4. Couldn't booti from NVME with armbian-config or armbian-install, finally I could do it, a dirty easy and convoluted following way. No details about burning stuff This is what I did 1) boot system from fresh downloaded SD (Armbian Jammy Desktop) 2) NVME setup (sudo gparted) - if empty create a partition table (GPT) if not delete all partitions - create 256MB FAT16 partition (nvme0n1p1) - create EXT4 partition (nvme0n1p2) - optionally create more partitions (system recovery, backups ...) - format partitions nvme0n1p1 -> FAT16 - format partitions nvme0n1p2 -> EXT4 - check partitions (if old NVME) - label nvme0n1p1 as armbi_boot - label nvme0n1p2 as armbi_root 3) run sudo armbian-install - option 7 to flash mtdblock0 (bootloader install) - option 4 (to install system and boot from mtdblock0) choose nvme0n1p2 partition to install system don't POWEROFF, just EXIT 4) copy SD boot partition to nvme0n1p1 - sudo dd if=/dev/mmcblk1p1 of=/dev/nvme0n1p1 bs=1M status=progress - sudo sync 5) armbianExt.txt setup on NMVE - sudo mount /dev/nvme0n1p1 /mnt - check boot files/directories are already copied (ls -l /mnt) - blkid - copy (CTL_INS -> new UUID) of nvme0n1p2 UUID (without "") with your favourite editor: - sudo vi armbianExt.txt - replace rootdev=UUID=with new UUID (SHIFT-INS) - save (ESC :x) 6) - sudo poweroff - remove SD - press power button to restart Maybe this cam help someone
  5. arturito

    arturito

  6. solved, deinstalled prior packages, did it all again and it worked ! the problem was I did the first installation as sudo su and then dpkg -i wiringpi-v2.44-friendlyelec-rk3399.deb instead of sudo dpkg -i wiringpi-v2.44-friendlyelec-rk3399.deb so It seems this thread is over greetings Arturo
  7. hello everyone, I am new in this forum, I am from Chile nd recently bought a nanopi m4 and installed Armbian 64 bits, here is my problem: my board nanopi m4 OS: latest armbian (64-bits) Installed following all instructions and sequence shown in https://github.com/Pavelectric/WiringPi_M4 all steps of the installation were successful ... but gpio readall (and other gpio functions) returns wiringPiSetup: Unknown model beside that I have no issues with this board (currently outperform my RPI 4B) and all my apps (32 and 64 bits) except wiringpi any clues to solve this issue? greetings Arturo example: cat /proc/cpuinfo ..... processor : 5 BogoMIPS : 48.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 2 Serial : 9844f9cc95eb99f8 root@nanopim4:/home/arturo/software/WiringPi_M4-master# uname -a Linux nanopim4 4.4.188-rk3399 #13 SMP Thu Aug 8 15:50:19 CEST 2019 aarch64 GNU/Linux root@nanopim4:/home/arturo/software/WiringPi_M4-master# gpio readall wiringPiSetup: Unknown model root@nanopim4:/home/arturo/software/WiringPi_M4-master#
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines