-
Posts
3892 -
Joined
-
Last visited
Community Answers
-
martinayotte's post in How to use microusb port on OrangePi Lite? was marked as the answer
Of course, I've shown the source located in kernel tree, not a decompiled version ...
I've also said something wrong : I've a local patch not included in Armbian tree :
You can use that patch if you are doing you own build ...
... or you can tweak your decompile DT to make sure that USB nodes are matching that, or use my own DTB attached, of course after backing up yours first ...
sun8i-h3-orangepi-lite.dtb
-
martinayotte's post in Console output while booting was marked as the answer
BTW, recompiling /boot/boot.scr is only needed after changes to /boot/boot.cmd. Changes to /boot/armbianEnv.txt doesn't requires recompiling.
-
martinayotte's post in [SOLVED] [Orange Pi with A20 CPU]: Booting from SATA - mSD still boots was marked as the answer
UUID in /boot/armbianEnv.txt ? Yes ! on the line "rootdev=" which is passed as kernel argument.
-
martinayotte's post in Missing Battery Infos was marked as the answer
From what I understood, Mainline has different folder hierarchy.
Check those :
/sys/power/axp_pmu/ac
/sys/power/axp_pmu/battery
/sys/power/axp_pmu/vbus
-
martinayotte's post in A20 hardware level was marked as the answer
Starting to do Bare Metal programming isn't a easy task ...
You will need to learn a tons of things, you need to start here : http://linux-sunxi.org/A20
Then here : http://linux-sunxi.org/EGON and http://linux-sunxi.org/BROM
Good luck !
-
martinayotte's post in USB doesnt work with Strecht or Bionic, but fine with Wheezy was marked as the answer
Some people faced similar behavior several months ago, but they figured that either doing "lssub -vvv" and/or plugging another USB devices first would workaround the issue, USB doing some kind of waking up.
-
martinayotte's post in Temperature sensor DS18b20 (dallas 1-wire) easy configuration was marked as the answer
Effectively, you seems confused about GPIO pin name.
It should be simple as "param_w1_pin=PD14" for example.
-
martinayotte's post in BPI M2 Zero can't get spi to show was marked as the answer
You've forgot to define "param_spidev_spi_bus" which is mandatory ...
-
martinayotte's post in Proper way to test a customized kernel was marked as the answer
There is no "special" boot configuration since U-Boot rely on the 3 symbolic links which point to proper Image/uInitrd/dts .
It is possible, but then you have to manually install every things and create the symbolic links as well as creating uInitrd using "mkimage".
It is much more easier to use Armbian DEBs ...
-
martinayotte's post in OrangePi One Plus (H6) - SPI Enabled but not communicating. was marked as the answer
After hours of investigation, and after having figured out that SPI for H6 wasn't working since 5.7.x, I've found why : missing SPI pins in DT ...
https://github.com/armbian/build/commit/e3ade9e9f4292c6b257ad10f676edc4055106d2a