All Activity
- Past hour
-
This post should help extracting your boot.img from android. That’s if your box is already rooted.
-
/sunxi-fw info -v fulldisk.img @ 0: mbr: DOS MBR protective MBR, GPT used GPT version 00010000 usable disk size: 7419 MB number of partition entries: 17 @ 16: toc0: signed boot image 2 items size: 98304 bytes @ 321: toc0: signed boot image 2 items size: 98304 bytes @26812: fit: U-Boot FIT image fit:__overlay__: "<no description>" fit:__overlay__: "<no description>" fit:fragment@2: "<no description>" So I never dumped just boot0 (and no firmware update available), but I have full emmc dump named fulldisk.img. I would assume it is the toc0? Trying to extract does not work , however: (maybe because there are two?) /sunxi-fw extract -v -n toc0 -o uboot0 /home/Tr/fulldisk.img unknown image file extracting the mbr works fine though.
-
Wait, that was the Linux kernel, not uboot. I'll get that
-
I did notice in the log: INFO: PMIC: Probing AXP305 on RSB ERROR: RSB: set run-time address: 0x10003 INFO: Could not init RSB: -65539
-
uboot-config-dump.txt Here it is
-
Will do
-
AXP1530 is the same as AXP313a. Take a look at the link I posted above. You could use this tool to extract your dram settings from an android update or boot0.bin. https://github.com/apritzel/sunxi-fw sunxi-fw info -v boot0.bin
- Today
-
hi, I am moving to mounted virtual drives but now solving OneDrive client, reading all the possible issues as its critical thing OneDrive folder is hidden/missing as its with reparsepoints from win11, so I will solve this there, but interesting is discussion about how unrealiable is ubuntu in relation to updates of even CURL ... heavily used by OneDrive client, author is complaining a lot, pushing Fedora or at least Debian instead of ubuntu because of backports - interesting as Debian has "label" of hairy distro, but it has these backports better updated than ubuntu ?? snap is criticized too - its all new to me, these compound bags and differences between them - apart from that, somewhere is also warfare against systemd, but thats over my head too )) ... saw some video about it, must rewatch ... this is interesting ... https://github.com/abraunegg/onedrive/discussions/3148 here the curl saga ... https://github.com/abraunegg/onedrive/blob/master/docs/usage.md#compatibility-with-curl I will do all whats needded, sure, only leaving it here for others too P.
-
I Need Best Armbian Setup for Tinker Board (Python + I²C/UART/PWM/GPIO Support)
jock replied to sbcmrt's topic in Tinkerboard
Hello! Asus Tinkerboard is still perfectly supported by Armbian. Best setup is the current LTS kernel 6.12, you can take an image from the official download page: https://www.armbian.com/tinkerboard/ enjoy! -
Thank you for the information I have completed the build dependencies step, for mesa 25.2, in Debian Trixie. However, when I build it, my orange pi zero 3 with 1 GB or RAM, it runs out of memory... even when I make a swap file of 2GB. I keep rebooting the opiz3, and continue the compilation job. Is this normal? In the raspberry forum, they told me that my LCD driver panel-mipi-dbi.ko doesn't work with X11... so I give up on this, and continue my development with labwc/wayland (easily installed in Trixie)
-
I set the dram speed to 648, no difference. Gotta be the axp or another option.
-
Ah, I misunderstood. I thought does not appear at all anymore but the question was about manual call. Has been answered properly already.
-
Thank you @laibsch I unfortunately don't understand @Werner's response, but yours is very helpful, thank you very much! I will look at trying to add that to my .bashrc or .zshrc I suppose! cheers
-
Hmm, in boot log I see AXP1530 mentioned in theandroid boot (booted off the sd card, not emmc). I attached the log. bootinfo.txt
-
Hi, Board: BPI‑M4 Zero OS: Armbian (Bookworm), kernel 6.12.35 (current) This board has two USB‑C ports: one fixed HOST and one OTG. I’d like the OTG port (USB0) to operate as a host as well. I can’t find any Armbian overlay in armbian-config or on the forums that flips USB0 to host. If anyone has this working, it would be cool to let me know . Thanks!
-
According to Android uboot, DRAM_VCC= 1200mv DRAM CLK =648 MHZ DRAM TYPE=7 (lpddr3) DRAM SIZE =1536 MBytes, para1 = 30fa, para2 = 6001000, dram_tpr13 = 26061 gonna try some of this in the x96q image, see what happens
-
Hmm, according to the config, the X96q lpddr3 uses the AXP313 already. Maybe ram is wrong? Pretty sure it's lpddr3, if there is any way to check that, I can. Gonna do a little digging in android.
-
Cool, good to know. I'll try one with the same AXP and go from there.