Jump to content

slinde

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by slinde

  1. Latest Armbian for OPi PC (5.14) works quite well for the Beelink X2. The /boot/bin/beelinkx2.bin file seems to work as it should. I made the below script to do modifications to the Armbian_5.14_Orangepipc_Debian_jessie_3.4.112.7z file in order to suit the Beelink X2. Everything seems to work except wifi and internal emmc. OS=Armbian_5.14_Orangepipc_Debian_jessie_3.4.112 RAW="${OS}.raw" MNT=x2 echo "" echo " *-Fetching Armbian-*" wget "http://mirror.igorpecovnik.com/${OS}.7z" echo "" echo " *-Unpacking Armbian-*" /usr/bin/7zr e "${OS}.7z" "$RAW" echo "" echo " *-Mounting image-*" mount -t ext4 -o loop,offset=$((2048*512)) "$RAW" "$MNT" echo "" echo " *-Making fixes to image-*" echo "Beelink X2" > "$MNT/root/.machine.id" echo "beelinkx2" > "$MNT/etc/hostname" (cd "$MNT/boot"; ln -sf bin/beelinkx2.bin script.bin) echo "" echo " *-Unmounting the image-*" umount "$MNT" echo "" echo " *-Ready-*"
  2. hostname -I gives the following output on my machine (IPv6 environment): root@beelinkx2:~# hostname -I 192.168.11.xxx 2001:470:xx:7ad:dcb4:33ff:fe12:6782
  3. It should probably be enough to just add "grep -v 127.0" to the above line like so: ip_address=$((ifconfig -a) | grep -v 127.0 | sed -n '/inet addr/s/.*addr.\([^ ]*\) .*/\1/p' | head -1) What this means is that any line containing the string "127.0" will be discarded by the script.
  4. Orange Pi PC does not have internal EMMC.
  5. Thanks! That version of the beelinkx2.fex file does not work with my version of Armbian (which is the latest downloadable for Orange Pi PC). As you can see in my above post I found another way which seems to work for now.
  6. Update! I managed to download the latest "beelinkx2.fex" from github. I converted it to .bin format and changed the link /boot/script.bin to point to beelinkx2.bin. No luck booting. Then I tried a different approach. I converted my "orangepipc.bin" file to fex format. I changed only the [dvfs_table] section to what was in the "beelinkx2.fex" file and converted the file back to bin format. After adjusting the /boot/script.bin link to point to my new file the Beelink X2 booted happily and seems stable. I am happy for now! If anyone is interested I ran an "armbianmonitor -u": root@orangepipc:~# armbianmonitor -u /var/log/armhwinfo.log has been uploaded to http://sprunge.us/KCVY Please post the URL in the Armbian forum where you've been asked for.
  7. Thanks for your answer! It seems I don't have the file /boot/bin/beelinkx2.bin in my /boot/bin directory. The version of Armbian I am using is "Armbian_5.05_Orangepih3_Debian_jessie_3.4.110.raw" so it is only a few days old. root@orangepipc:/boot# ls -al /boot/bin total 1068 drwxr-xr-x 2 root root 4096 Mar 8 20:20 . drwxr-xr-x 3 root root 4096 Apr 6 21:00 .. -rw-r--r-- 1 root root 45936 Mar 8 20:18 aw-som-a20.bin -rw-r--r-- 1 root root 50560 Mar 8 20:18 bananapi.bin -rw-r--r-- 1 root root 50624 Mar 8 20:18 bananapilcd7.bin -rw-r--r-- 1 root root 37052 Mar 8 20:18 bananapim2plus.bin -rw-r--r-- 1 root root 50484 Mar 8 20:18 bananapipro.bin -rw-r--r-- 1 root root 50500 Mar 8 20:18 bananapiprolcd7.bin -rw-r--r-- 1 root root 46308 Mar 8 20:18 cubieboard2.bin -rw-r--r-- 1 root root 46248 Mar 8 20:18 cubieboard2dual.bin -rw-r--r-- 1 root root 43716 Mar 8 20:18 cubieboard.bin -rw-r--r-- 1 root root 46404 Mar 8 20:18 cubietruck.bin -rw-r--r-- 1 root root 51012 Mar 8 20:18 lamobo-r1.bin -rw-r--r-- 1 root root 53480 Mar 8 20:18 lime2.bin -rw-r--r-- 1 root root 43508 Mar 8 20:18 lime-a10.bin -rw-r--r-- 1 root root 52616 Mar 8 20:18 lime.bin -rw-r--r-- 1 root root 52252 Mar 8 20:18 micro.bin -rw-r--r-- 1 root root 29804 Mar 8 20:18 olinux-som-a13.bin -rw-r--r-- 1 root root 35896 Mar 8 20:18 orangepi2.bin -rw-r--r-- 1 root root 50972 Mar 8 20:18 orangepi.bin -rw-r--r-- 1 root root 35308 Mar 8 20:18 orangepilite.bin -rw-r--r-- 1 root root 35304 Mar 8 20:18 orangepione.bin -rw-r--r-- 1 root root 35916 Mar 8 20:18 orangepipc.bin -rw-r--r-- 1 root root 37052 Mar 8 20:18 orangepiplus.bin -rw-r--r-- 1 root root 49300 Mar 8 20:18 pcduino3nano.bin root@orangepipc:/boot# I downloaded "beelinkx2.fex" as per your instructions earlier in this thread. But when I try to run fex2bin i get: root@orangepipc:/tmp# fex2bin beelinkx2.fex beelinkx2.bin E: beelinkx2.fex:5: data must follow a section. root@orangepipc:/tmp# I understand you are not interested in the Beelink X2 for now but any pointers you might give I would be very happy to recieve!
  8. I ran the command "armbianmonitor -u" with the following output on my Beelink X2: root@orangepipc:~# armbianmonitor -u /var/log/armhwinfo.log has been uploaded to http://sprunge.us/cQJN Please post the URL in the Armbian forum where you've been asked for.
  9. Hi, I have also got two Beelink X2 boxes and I am interested in running Armbian on them. What I tried so far is making an SD-card with Armbian for Orange Pi PC. Then booting that SD-card in an Orange Pi PC and do the first configuration. After that I shut down the Orange Pi PC and move the SD-card to my Beelink X2. It boots up and can be accessed via ssh and I can log in. However the Beelink X2 runs sluggishly and keeps logging the error message: [ 236.047125] [cpu_freq] ERR:set cpu frequency to 1296MHz failed! [ 236.296762] [ARISC ERROR] :message process error [ 236.296794] [ARISC ERROR] :message addr : f004b840 [ 236.296816] [ARISC ERROR] :message state : 5 [ 236.296837] [ARISC ERROR] :message attr : 2 [ 236.296858] [ARISC ERROR] :message type : 30 [ 236.296879] [ARISC ERROR] :message result : ff I am not sure how to proceed next. @tkaiser: Have you recieved your Beelink X2 yet? Best Regards
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines