-
Posts
3892 -
Joined
-
Last visited
Reputation Activity
-
martinayotte got a reaction from chwe in Image for M4 V 2
I've just done a RockPi4 build, will test in in the next hour ...
EDIT : Tested ! It works ! But again, I had to manually finish the eMMC install with "dd" ...
Next ! RockPro64 ! And later cleanup of both families to avoid forgetting patches during migration ...
-
martinayotte got a reaction from NicoD in Pinebook Pro
I got mine few days ago, but "time still the missing ingredient" ...
Maybe I will take a look later when I get change...
-
martinayotte got a reaction from T-6 in How to build my own image or kernel?
"dialog" tool is missing ...
-
martinayotte got a reaction from Werner in How to build my own image or kernel?
"dialog" tool is missing ...
-
martinayotte got a reaction from Werner in Switching SUNXI-DEV to 5.4.y
Not to soon, I need some rest ...
-
martinayotte got a reaction from guidol in Switching SUNXI-DEV to 5.4.y
Not to soon, I need some rest ...
-
martinayotte reacted to Igor in Updated build script targets
Enabled kernel 5.4.y / on:
- sunxi/sunxi64 dev (+ u-boot 2019.10)
- imx6 current
- mvebu64 dev
- meson64 dev
Will also available in 6 - 8h in beta repository if building on all targets succeeds.
Only for experimenting - no end user support.
-
martinayotte got a reaction from Igor in Switching SUNXI-DEV to 5.4.y
Not to soon, I need some rest ...
-
martinayotte got a reaction from Werner in Switching SUNXI-DEV to 5.4.y
I've just did the commit, hoping not much broken ...
@megi did you plan to merge the Linus Offical Non-RC soon ?
-
martinayotte got a reaction from guidol in Switching SUNXI-DEV to 5.4.y
Ok ! I will try to push it by the end-of-the-day, in mean time, I will test some more boards, even if random MAC is an issue, it is not a show stopper.
-
martinayotte got a reaction from aaditya in USB-TTL converter for RK3399 @ 1500000 bps
I've almost all my boards hooked up with either FDTI, PL2x0x but mostly CH340 and work well with all my boards, including RockPro64, RockPi, OPi-RK3399.
The only one that bother me is the NanoPCT4, where USB-TTL RX works Ok but not TX, so I can't stop U-boot for example.
This NanoPCT4 issue is probably due to a protective resistor R252 which is a 2K2, I will probably try one day to short that one to see if is it the cause ...
-
martinayotte got a reaction from Igor in Switching SUNXI-DEV to 5.4.y
Ok, Thanks ! So, I will have to delete the symlink first in git and then create new dir and copies all the old patches and update the ones for 5.4.y.
-
martinayotte got a reaction from NicoD in armbian can not boot in Rock Pi4 v1.4
I'm using "picocom" from that branch https://github.com/npat-efault/picocom
-
martinayotte got a reaction from Werner in Switching SUNXI-DEV to 5.4.y
Right ! Due to change of structures in configs and branches, I've to redo testing again before doing my commits. Maybe by the end-of-weekend ...
-
martinayotte got a reaction from guidol in Switching SUNXI-DEV to 5.4.y
Right ! Due to change of structures in configs and branches, I've to redo testing again before doing my commits. Maybe by the end-of-weekend ...
-
martinayotte got a reaction from gounthar in New OrangePi4
https://www.cnx-software.com/2019/11/19/orange-pi-4-4b-sbc-rockchip-rk3399-soc-gyrfalcon-2801s-npu/
-
martinayotte got a reaction from gounthar in Assigning functions to LEDs on Orange Pi Zero.
When using "sudo", it only affect the left part, here "echo", everything at right of ">" isn't "sudo" applied ...
So, if you wish to use "sudo", syntax would be :
echo "default-on" | sudo tee /sys/class/leds/orangepi:green:pwr/trigger Note here : "power" is not an available choice, do "cat /sys/class/leds/orangepi:green:pwr/trigger", it will show you all possible choices and the current setting is indicated with brackets. The choice you probably wish is "default-on".
-
martinayotte got a reaction from Aditya in Assigning functions to LEDs on Orange Pi Zero.
When using "sudo", it only affect the left part, here "echo", everything at right of ">" isn't "sudo" applied ...
So, if you wish to use "sudo", syntax would be :
echo "default-on" | sudo tee /sys/class/leds/orangepi:green:pwr/trigger Note here : "power" is not an available choice, do "cat /sys/class/leds/orangepi:green:pwr/trigger", it will show you all possible choices and the current setting is indicated with brackets. The choice you probably wish is "default-on".
-
martinayotte got a reaction from NicoD in New OrangePi4
https://www.cnx-software.com/2019/11/19/orange-pi-4-4b-sbc-rockchip-rk3399-soc-gyrfalcon-2801s-npu/
-
martinayotte got a reaction from Igor in Switching SUNXI-DEV to 5.4.y
I've done private builds using Megous's 5.4.0 branch for almost all my SUNXI boards, so, I'm pretty confident that we can switch to it soon ...
-
martinayotte got a reaction from Werner in Orange Pi One and Orange Pi PC: stalls at boot with Armbian_5.91_Orangepipc_Debian_buster_next_4.19.59
Change /boot/armbienEnv.txt to have both "verbosity=7" and "console=serial", you will get more details ...
-
martinayotte got a reaction from pask in NanoPi M4 V2 - M4 Image not working
I'm using latest "picocom" which is able to manage 1500000 baud under Linux without issues...
-
martinayotte got a reaction from NicoD in NanoPi M4 V2 - M4 Image not working
I don't remember exactly, but I think I faced something too. Maybe "nand-sata-install" choked seeing tons of android partitions, then I did "dd if=/dev/zero of=/dev/mmcblk2 count=2000" and restart "nand-sata-install" and it worked.
-
martinayotte got a reaction from NicoD in NanoPi M4 V2 - M4 Image not working
Right ! We need to add M4v2 flavour in the Armbian build scripts, but "time is always the missing ingredient" ...
-
martinayotte got a reaction from Werner in Orange Pi Lite2 USB3 now working!
I remember seeing some patches from @megi about USB3 PHY few days ago ...
We will get those probably in his 5.4.y branch later.