Jump to content

krachlatte

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by krachlatte

  1. mmm Warning - bad CRC, using default environment, this does not look good, i will just do a new image and uploaded it. v0.09 updated, full recompile done, and added another images that boots fine on my beelink gs1 with network, beelink_v0.09_Armbian_5.76_Orangepi3_Ubuntu_bionic_dev_4.20.12.img.bz2 diffrences are in sun50i-h6.dtsi emac: ethernet@5020000 { beelink "allwinner,sun50i-a64-emac"; orangepi 3 "allwinner,sun50i-h6-emac";
  2. Hi alex.scott.961 this dts would work on a kernel with version 3.x, and what i am tring to do is tom get it running on kernel 4.x, totaly diffrent dts files, in v.0.09 i included the code mentioned here https://groups.google.com/forum/#!forum/linux-sunxi i still do not own the hardware, and with v0.07 until v0.09, it does not run on my beelink box anymore.
  3. v0.09 released, please check https://github.com/krachlatte/armbian-orangepi3/releases/tag/v0.09
  4. new release https://github.com/krachlatte/armbian-orangepi3/releases/tag/v0.07 please check running on beelink gs1, headless is v0.07 working, please send me the dmesg output after you have changed the /boot/armbianEnv.txt and verbosity=7 also could you send tail -n 100 /var/log/syslog ifconfig -a ethtool eth0 lsmod or if you prefer in nmtui clone mac setting ... /etc/network/interfaces to set the mac adress allow-hotplug eth0 iface eth0 inet dhcp hwaddress ether 00:11:22:33:44:00
  5. Hi, here is the script file, source code for OrangePi H6 is here https://github.com/orangepi-xunlong/OrangePiH6_external OrangePi_install2EMMC.sh
  6. hi, i got the same image burned to a 32Gb sd card, and it boots fine in my beelink GS1, i still do not have the orangepi 3 hardware, but could you please check the cable, is this realy a good one ? [ 22.184571] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard [ 26.150515] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [ 26.152458] dwmac-sun8i 5020000.ethernet eth0: No Safety Features support found [ 26.152471] dwmac-sun8i 5020000.ethernet eth0: No MAC Management Counters available [ 26.152477] dwmac-sun8i 5020000.ethernet eth0: PTP not supported by HW [ 26.152752] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 31.264871] dwmac-sun8i 5020000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 31.264904] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready i used this in /etc/network/interfaces to set the mac adress allow-hotplug eth0 iface eth0 inet dhcp hwaddress ether 00:11:22:33:44:00
  7. new release v0.06 https://github.com/krachlatte/armbian-orangepi3/releases hi Guys, Ladies, eth works, this image also boots fine on beelink GS1 with networking enabled....
  8. i got an other issue, my patches are geting rejcted any idea why this happens ? it creates makefile.rej compling the source and doing the changes in interactive mode runs fine... but when i try to complie it afterwards it fails for example: [ warn ] * [l][c] board-orangepi-3.patch [ failed ]
  9. could you try windisk imager 32, if you are using windows at all ?
  10. yes this should work, i still do not own the hardware, it is on its way to me,... armbian should have a script that does emmc installation for you, you can find it in armbian-config tool, is eth0 working for you ?
  11. new release v0.05, all changes visible in github now https://github.com/krachlatte/armbian-orangepi3/releases
  12. hi could you send in a dmesg, does the boot always take that long? or has this been the first boot that took some time longer, maybe it is rleated to the rezising:
  13. many thanks igor, i forked the whole thing and added my changes as patches, id did not have the time to build the whole thing again and upload a new release, but this should be the changes i have done to get release v0.04 compiled https://github.com/krachlatte/build https://github.com/krachlatte/build/commit/683669a83144a4802275794cb690095cff8e0330
  14. Hi, the code is here https://github.com/krachlatte/armbian-orangepi3, i had problems setting up this repsoitory, it consists only of the dts files and Makefiles form the dts folders. the last stuff i have added is in the git. commit is "usb3 and eth0" and this is release v0.04. so v.0.03 is still booting and v0.04 is not ? i still do not have the hardware, waiting fo it.... how can i prevent the ./comple.h to override my changes before compling with my changed files, if this is not possible how can i do this, is theer guide ? or am i doing the changes the wrong way with the armiabn build system.... do i need to fork the whole stuff and then comit the changes to my FORKED stuff, would this be the better way ? forking ##################
  15. i created a new image, please test again if you have time. v0.04 https://github.com/krachlatte/armbian-orangepi3/releases/download/v0.04/Armbian_5.76_Orangepi3_Ubuntu_bionic_dev_4.20.7.img.bz2 https://github.com/krachlatte/armbian-orangepi3/releases
  16. this looks promissing, ethtool output shows: Speed: 100Mb/s Duplex: Full Port: MII PHYAD: 1 Transceiver: internal Auto-negotiation: on Supports Wake-on: d Wake-on: d Current message level: 0x0000003f (63) drv probe link timer ifdown ifup Link detected: yes could you also set the ip adress manualy in /etc/network/interfaces ? and then do ifconfig eth0 up ? could you also check what happens if you use ethtool to set speed to fixed 100 full duplex, does this bring up the connection. /etc/udev/rules.d/70-persistent-net.rules this file should not be missing, could you try to generated it manualy? sudo udevadm trigger --subsystem-match=net --action=add do you have the orangepi with EMMC onboard ? could you cehck if this shows up with mount and blkid?
  17. Hi i created a new image, please test again if you have time. https://github.com/krachlatte/armbian-orangepi3/releases/download/v0.03/Armbian_5.75_Orangepi3_Ubuntu_bionic_dev_4.20.7.img.bz2 how can i tun of the git check before compling the linux-mainline kernel, becuase it ovverrides my changes still not received the HW yet..... to do test myself ;( could you check these below outputs ? ifconfig ethtool -S eth0 ethtool eth0 cat /etc/udev/rules.d/70-persistent-net.rules if it shows up as eth0 or this stmmac-0:01 ? uploaded the DTS files on my git https://github.com/krachlatte/armbian-orangepi3
  18. ok then it looks like it is best toi start with a ported DTS file from the orangepioneplus i uploaded a new image that is a copy of the oneplus device tree.. https://github.com/krachlatte/armbian-orangepi3/releases/download/v0.01/Armbian_5.75_Orangepi3_Ubuntu_bionic_dev_4.20.7.img.bz2 could you please check, also send a lsmod, lspci -v and demsg is a good start... many thanks waiting for my HW to arrive
  19. did you try to boot the orange pi one plus image, does this boot ?
  20. Hi, many thanks for testing this fast, i did not expext that, i uploaded a new image, this time without desktop, server only. direct link https://github.com/krachlatte/armbian-orangepi3/releases/download/v0.01/Armbian_5.75_Orangepi3_Ubuntu_bionic_dev_4.20.7.img.bz2 it looks like i mist out some stuff for the mmc.... many thanks
  21. Hi, i created a git repository for this https://github.com/krachlatte/armbian-orangepi3 please feel free to download the two images and let me know if it even boots, i will upload my source code (DTS) in the coming days...
  22. ported the dts files form the source code from orangepi, building looks ok....., now i am waiting for the hardware to arrive to check if this boots ... and if i ported corectly, i found that the gpio.h is diffrent from 3.xx kernel to 4.20.xx so wiwill see once hw has arrived
  23. i mist a " at the end, .... in the dts file and thats whta i did so far igor i copied over the oneplus config and dts files, now the image builds, and i can start makeing chages to the device tree for orange pi3...
  24. Hi, i got a problem with compling the dts files for the orangepi 3 to the dtb file, were is it documented to do it for the amrbian build ? best regards
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines