Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Reputation Activity

  1. Like
    martinayotte got a reaction from chwe in Trial to merge UBoot for RK3399 and Rockchip64   
    I was preparing myself to struggle again with this issue ...
    But in the meantime, upgrading first all my RK3399 to 5.1.y, I've discovered that we have random eth0 MAC on few ones (I didn't check this in past months, since I mostly running all those on WiFi) :
    The discovery is that random MAC are present on v2019.04, but not in Ayufan's v2017.09. It was missing the ethernet0 alias, I've added it, but it didn't fixed the issue...
    The sad thing is that is on the wrong side of the fence : if the issue were in v2017.09, I wouldn't bother trying to fix it, but it is under v2019.04 ...
    I don't have any other idea for now ...
  2. Like
    martinayotte got a reaction from Werner in Recommendation for new board   
    Just as a side note : you can also do the reverse, installing Ubuntu as you main OS and use VirtualBox to run Win10 inside a VM ...
  3. Like
    martinayotte got a reaction from bob_janes in Recommendation for new board   
    Just as a side note : you can also do the reverse, installing Ubuntu as you main OS and use VirtualBox to run Win10 inside a VM ...
  4. Like
    martinayotte got a reaction from gounthar in Need Resistor Value   
    http://linux-sunxi.org/images/e/e0/Orange-Pi-Zero-Schanetics-v1_11.pdf
    or
    http://www.orangepi.org/download/orange_pi-zero-v1_11.pdf
  5. Like
    martinayotte got a reaction from Werner in Rock PI 4   
    You need to install DT compiler from : http://ftp.debian.org/debian/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.7-3_arm64.deb
     
    Backup /boot/dtb/rockchip/rk3399-rockpi4b.dtb into /boot/dtb/rockchip/rk3399-rockpi4b.dtb-ORIG
     
    Decompile the DTB into DTS :
    dtc -@ -I dtb -O dts -o rk3399-rockpi4b.dts-4.20.0 /boot/dtb/rockchip/rk3399-rockpi4b.dtb Edit the file rk3399-rockpi4b.dts-4.20.0 by changing all the serial node from "disabled" to "okay", then recompile DTB :
    dtc -@ -I dts -O dtb -o /boot/dtb/rockchip/rk3399-rockpi4b.dtb rk3399-rockpi4b.dts-4.20.0  
  6. Like
    martinayotte got a reaction from Dwight Madina in Black screen - was: OrangePi3 won't boot   
    Without any logs, it is difficult to understand which issue you're facing, because it should work as is ...
  7. Like
    martinayotte got a reaction from Staars in Rock64 v3 and SD-Card problems   
    I don't have one either, mine is v1, but yes that should be the trick ...
  8. Like
    martinayotte got a reaction from Werner in OrangePi Lite2 & 3 Bluetooth   
    Maybe later ... I don't want to get indigestion doing too much branch switching ...
  9. Like
    martinayotte got a reaction from Slackstick in Bring up for Odroid N2 (Meson G12B)   
    SPI Update done ! Now working perfectly ! I've booted my USB dongle without any eMMC or SDCard ...
     
    Many Thanks !
     
  10. Like
    martinayotte got a reaction from balbes150 in Bring up for Odroid N2 (Meson G12B)   
    SPI Update done ! Now working perfectly ! I've booted my USB dongle without any eMMC or SDCard ...
     
    Many Thanks !
     
  11. Like
    martinayotte got a reaction from leofuscaldi in Orangepi 3 h6 allwiner chip   
    On 5.1.y, it has been changed to /sys/devices/platform/leds/leds/orangepi:red:power/trigger
  12. Like
    martinayotte got a reaction from guidol in H6 Famous Reboot problem   
    First, install the DT compiler : http://ftp.debian.org/debian/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.7-3_arm64.deb
    Next, copy the /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb into /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb-ORIG as backup.
    Third, decompile it into DTS :
    dtc -@ -I dtb -O dts -o /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb Fourth, edit the file /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 by adding this in the aliases node :  ethernet0 = "/soc/ethernet@5020000";
    Fifth, recompile the DTB and reboot :
    dtc -@ -I dts -O dtb -o /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 About "cpu-freq", I don't really know, I'm not the expert on this one ...
  13. Like
    martinayotte got a reaction from gounthar in H6 Famous Reboot problem   
    First, install the DT compiler : http://ftp.debian.org/debian/pool/main/d/device-tree-compiler/device-tree-compiler_1.4.7-3_arm64.deb
    Next, copy the /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb into /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb-ORIG as backup.
    Third, decompile it into DTS :
    dtc -@ -I dtb -O dts -o /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb Fourth, edit the file /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 by adding this in the aliases node :  ethernet0 = "/soc/ethernet@5020000";
    Fifth, recompile the DTB and reboot :
    dtc -@ -I dts -O dtb -o /boot/dtb/allwinner/sun50i-h6-orangepi-one-plus.dtb /root/sun50i-h6-orangepi-one-plus.dts-5.1.0 About "cpu-freq", I don't really know, I'm not the expert on this one ...
  14. Like
    martinayotte got a reaction from haajee in H6 Famous Reboot problem   
    Another Good Catch !
    We had a fix done almost 2 months ago, by adding missing alias in DT, but it seems that this was lost during the switch from 5.0.y to 5.1.y ...
    Fix committed : https://github.com/armbian/build/commit/7cd2f9ff58a5bb9e4b8296b32d8796fccbd0338b
     
  15. Like
    martinayotte got a reaction from Werner in Black screen - was: OrangePi3 won't boot   
    None of my 12 card have one too. I've never seen that message ...
    But googling this message reveal that people were facing either corruptions or defects.
    Try another card, it will help to figure out !
  16. Like
    martinayotte got a reaction from gounthar in RK3399 Orange Pi   
    No ! Look at the schematic ...
    They are out and controlled by the SATA controller so it can switch them off by software.
     
     
  17. Like
    martinayotte got a reaction from NicoD in Daily (tech related) news diet   
    I use VM to run Windows. I don't use any native Windows since more than 12 years, I think my first VM was Windows 2000, I have a backup of that VM somewhere ...
  18. Like
    martinayotte got a reaction from haajee in H6 Famous Reboot problem   
    Not related !
    But Good Catch !
    The status was "disabled" and "phy" missing ...
    Fixed for tomorrow's build !
  19. Like
    martinayotte got a reaction from Tido in new user - orange pi 3, i don't know where i can partecipate   
    I think @Igor added that restriction few days ago : new comers with less then 5 posts can't post in Development subforum.
     
  20. Like
    martinayotte got a reaction from Igor in Banana Pi M64 kernel error   
    I don't see such crash on my Pine64 with 5.1.0 ...
     
    EDIT : I don't see such crash on my OrangePiWin either with 5.1.0 ...
  21. Like
    martinayotte got a reaction from Werner in Orangepi 3 h6 allwiner chip   
    It is not actually provided in any DT nodes ...
    I will add it in the following days, directly in main DT, without any needs for overlay.
    Then, you will need to take a new nightly image ...
  22. Like
    martinayotte got a reaction from Igor in Orange Pi ONE Plus won't boot   
    Edit the /boot/armbianEnv.txt to add more verbosity with "verbosity=7" and "console=serial" and repost the logs ...
    Please, check the other thread here and my following posts, something strange :
     
     
  23. Like
    martinayotte got a reaction from Werner in Orange Pi ONE Plus won't boot   
    Strangely, I've put back the original DTB and it still working ...
    I will try again with a "virgin" image.
     
    EDIT : I took another SDCard, reburned 5.0.10, and this time, although still showing those "cpufreq" error, it booted successfully, although "filesystem resize" took more time than usual ...
  24. Like
    martinayotte got a reaction from guidol in Orange Pi ONE Plus won't boot   
    As I don't want to undo the work I've done for 5.1.y, I've decided to download https://dl.armbian.com/orangepioneplus/nightly/Armbian_5.83.190502_Orangepioneplus_Debian_stretch_dev_5.0.10.7z instead.
    Effectively, it seems broken, stopping/freezing during boot with the following errors :
    [ 6.550967] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz [ 6.558474] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz This must have been introduced between 5.0.7 and 5.0.10 ... I will investigate a bit more ...
     
    EDIT : I found something, replacing the 5.0.10 DTB by the one of 5.0.7 allows booting successfully ! ... I will compare them ...
  25. Like
    martinayotte got a reaction from Werner in Orange Pi ONE Plus won't boot   
    As I don't want to undo the work I've done for 5.1.y, I've decided to download https://dl.armbian.com/orangepioneplus/nightly/Armbian_5.83.190502_Orangepioneplus_Debian_stretch_dev_5.0.10.7z instead.
    Effectively, it seems broken, stopping/freezing during boot with the following errors :
    [ 6.550967] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz [ 6.558474] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz This must have been introduced between 5.0.7 and 5.0.10 ... I will investigate a bit more ...
     
    EDIT : I found something, replacing the 5.0.10 DTB by the one of 5.0.7 allows booting successfully ! ... I will compare them ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines