-
Posts
3889 -
Joined
-
Last visited
Everything posted by martinayotte
-
Switching SUNXI-DEV to 5.9.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
I've an OPi3 currently running 5.8.0 build done almost a month ago ... -
should be : overlays=
-
Switching SUNXI-DEV to 5.9.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
I'm usually don't try to switch to RCx, except if I have time to waste, so normally, I will switch DEV only when RCx are finished ... -
rfc Switching SUNXI-DEV to 5.8.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
Thanks ! I will take a look later this weekend ... -
Orange Pi Zero PA19 goes HIGH when reading input
martinayotte replied to David12412412's topic in Allwinner H2 & H3
What do you mean by "without reading HIGH level" ? PA19 has a PullUp resistor, so by default it will be read as HIGH. To read it as LOW, it need to be shorted to GND as mentioned earlier in this thread ... -
Using /dev/mem, you can poke control register at 0x01C22800 to be in continuous mode, and then peek data register to read ADC values at 0x01C2280C or 0x01C2280D, depending if LRADC0 or LRADC1.
-
Maybe change "verbosity=1" to "verbosity=7" ... Because I've currently my Rock64 working since a week with a build done with 5.8.1 kernel, and of course still using U-Boot 2017.09.
-
My patch was working with <=5.7.y, but not anymore with >=5.8.y due to someone else patch been mainlined . I'm still investigating how to make it work again and/or make the someone else patch working as my previous one ...
-
Remote SSH keys (ECDSA key) issue when accessing from client-side
martinayotte replied to kkdao's topic in Rockchip 3399
You should edit this file and remove the offending line 3 ... -
rfc Switching SUNXI-DEV to 5.8.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
Even less misery since all the one seen as "Reversed patch detected! Skipping patch." means the patch already present in Megous branch, so I will do the clean up by removing them. So, I will check how to fix the only remining ones ... -
rfc Switching SUNXI-DEV to 5.8.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
When I've switched sunxi-dev to 5.8, I've provided the following patches which solves those WiFi glitches, did you have done a "git pull" to get them ? patch/kernel/sunxi-dev/wifi-4003-fix-sha256_state-clashes.patch patch/kernel/sunxi-dev/wifi-4004-fix-cfg80211-for-5.8.patch EDIT: what about leaving EXTRAWIFI=yes ? -
It seems to be a simple network timeout, since the file seem to be present on this server...
-
After having done my RK3399 Garden tour, I've just committed the changes for 5.8.y ...
-
I've done an PinebookPro build with rockchip64-dev 5.8.y, it worked, I'm planning to do a rockchip64-dev garden tour, and if nothing special, commit those change for 5.8.y ...
- 1 reply
-
2
-
You need to erase u-boot from this SDCard and reformat it, then mount it using /etc/fstab
-
rfc Switching SUNXI-DEV to 5.8.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
I've almost forgot one during my Allwinner garden tour : Pinebook-A64 ! Unfortunately, it seems that 5.8.y is broken somehow, the screen doesn't work after "starting kernel" ... It is not a DT issue, since I've tried to exchange DTB with my previous 5.7.6, so it must be in kernel binary. If someone else have time to test, I will be glad to get help to figure what is broken. -
Unfortunately, we never got working a proper magic detection from eMMC. The only way is to have U-Boot remaning on SD-Card and have ROOTFS on eMMC.
-
OrangePi Lite - Enable boot output to serial
martinayotte replied to cvxx's topic in Allwinner H2 & H3
and also change "console=both" to "console=serial" ... -
rfc Switching SUNXI-DEV to 5.8.y (h3-h5-h6/megous)
martinayotte replied to dolphs's topic in Development
The DEV branch is now 5.8.y, commmitted this morning ... -
Orange pi 3 - Switch boot between EMMC/SD
martinayotte replied to ShedDweller's topic in Allwinner A64, H5 and H6
There is no need to save those u-boot sectors since the original copy is already located in /usr/lib/linux-u-boot-dev-orangepi3_20.08.0-trunk_arm64/ for example.
