PINE64
pinetab2 booting when adapter connected - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: PineTab Hardware (https://forum.pine64.org/forumdisplay.php?fid=143)
+--- Thread: pinetab2 booting when adapter connected (/showthread.php?tid=18653)

Pages: 1 2


RE: pinetab2 booting when adapter connected - Kwiboo - 08-29-2023

With the U-Boot package updated to the latest version the device should automatically power off when you plug it into a power source when the device was in a powered off state.
Effectively the device no longer start when you plug it into a power source.

See https://github.com/dreemurrs-embedded/Pine64-Arch/commit/32a5afdebbdfb398c828ca1a486ec132d91e1f2b


RE: pinetab2 booting when adapter connected - Ome Ko - 08-29-2023

(08-29-2023, 09:50 AM)Kwiboo Wrote: With the U-Boot package updated to the latest version the device should automatically power off when you plug it into a power source when the device was in a powered off state.
Effectively the device no longer start when you plug it into a power source.

See https://github.com/dreemurrs-embedded/Pine64-Arch/commit/32a5afdebbdfb398c828ca1a486ec132d91e1f2b

Aaaaaaaaaaahwesome! Heart Heart Heart Panik um sonst.

Can we just do a sudo pacman -S u-boot-tools or do we have to wait for a new image?


RE: pinetab2 booting when adapter connected - diederik - 08-29-2023

(08-29-2023, 09:50 AM)Kwiboo Wrote: With the U-Boot package updated to the latest version the device should automatically power off when you plug it into a power source when the device was in a powered off state.
Effectively the device no longer start when you plug it into a power source.

See https://github.com/dreemurrs-embedded/Pine64-Arch/commit/32a5afdebbdfb398c828ca1a486ec132d91e1f2b

I took the ones from your u-boot-build repo dated 2023-08-06. Do they also have those fixes?


RE: pinetab2 booting when adapter connected - Kwiboo - 08-29-2023

(08-29-2023, 10:12 AM)Ome Ko Wrote: Can we just do a sudo pacman -S u-boot-tools or do we have to wait for a new image?

I would recommend update all packages, e.g. pacman -Syu or similar, the u-boot-tools package probably only provide tools and not the actual U-Boot image.
Also possible there may be some dependencies on a newer kernel when U-Boot package is upgraded from the one provided from factory image.

(08-29-2023, 11:27 AM)diederik Wrote: I took the ones from your u-boot-build repo dated 2023-08-06. Do they also have those fixes?

That build should also have these fixes.
Look like I forgot to build my latest rk3568-2023.07.02-81dac03 tag, have triggered a new build now, my bad :-)

Code diff at https://github.com/Kwiboo/u-boot-rockchip/compare/rk3568-2023.07.02-0991988..rk3568-2023.07.02-81dac03
Does not look to affect anything for PineTab2, only Radxa CM3-IO board to my knowledge.


RE: pinetab2 booting when adapter connected - diederik - 08-29-2023

(08-29-2023, 11:59 AM)Kwiboo Wrote:
(08-29-2023, 11:27 AM)diederik Wrote: I took the ones from your u-boot-build repo dated 2023-08-06. Do they also have those fixes?

That build should also have these fixes.
Look like I forgot to build my latest rk3568-2023.07.02-81dac03 tag, have triggered a new build now, my bad :-)

Code diff at https://github.com/Kwiboo/u-boot-rockchip/compare/rk3568-2023.07.02-0991988..rk3568-2023.07.02-81dac03
Does not look to affect anything for PineTab2, only Radxa CM3-IO board to my knowledge.

Thanks! Only added those yesterday to my local git repo, so I'll update them anyway Big Grin


RE: pinetab2 booting when adapter connected - tllim - 08-29-2023

(08-29-2023, 09:50 AM)Kwiboo Wrote: With the U-Boot package updated to the latest version the device should automatically power off when you plug it into a power source when the device was in a powered off state.
Effectively the device no longer start when you plug it into a power source.

See https://github.com/dreemurrs-embedded/Pine64-Arch/commit/32a5afdebbdfb398c828ca1a486ec132d91e1f2b

Thanks :-)


RE: pinetab2 booting when adapter connected - Ome Ko - 09-15-2023

Got the U-boot-update this morning and failed to reboot using the powercable :-). Thanks again guys!
Gonna be charging this baby cycling from Harlingen to Elburg today....

Marked as solved.