My output when unpacking boot image: <QUOTES>" arjune@Laptop:~/fairphone_fp3/temp$ python3 unpack_bootimg.py --boot_img boot.img --out out
boot magic: ANDROID!
kernel_size: 9975472
kernel load address: 0x80008000
ramdisk size: 753714
ramdisk load address: 0x81000000
second bootloader size: 0
second bootloader load address: 0x80f00000
kernel tags load address: 0x80000100
page size: 2048
os version: 10.0.0
os patch level: 2021-02
boot image header version: 2
product name:
command line args: console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.hardware=qcom user_debug=30 msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlycon=msm_hsl_uart,0x78af000 androidboot.usbconfigfs=true vmalloc=300M loop.max_part=7 printk.devkmsg=on androidboot.hab.csv=12 androidboot.hab.product=ginna androidboot.hab.cid=50 androidboot.boot_devices=soc/7824900.sdhci buildvariant=user
additional command line args:
recovery dtbo size: 0
recovery dtbo offset: 0x0000000000000000
boot header size: 1660
dtb size: 305084
dtb address: 0x0000000081f00000<QUOTES>"
Posts
-
RE: Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
-
RE: Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
My deviceinfo file: <QUOTES>" deviceinfo_name="Motorola Moto e 2020"
deviceinfo_manufacturer="Motorola"
deviceinfo_codename="motorola-ginna"
deviceinfo_arch="aarch64"
deviceinfo_kernel_source="https://github.com/arjunet/android_kernel_motorola_sdm632.git"
deviceinfo_kernel_defconfig="ginna_defconfig hallium.config"
deviceinfo_kernel_source_branch="lineage-17.1"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.hardware=qcom user_debug=30 msm_rtb.filter=0x237 e$deviceinfo_kernel_apply_overlay="true"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_offset_base="0x80000000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_bootimg_header_version="2"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_os_version="10"
deviceinfo_bootimg_os_patch_level="2021-02"
deviceinfo_use_overlaystore="true"
deviceinfo_halium_version="10"
deviceinfo_prebuilt_dtbo="dtbo.img"
deviceinfo_bootimg_board="ginna"
deviceinfo_bootimg_partition_size="67108864"
deviceinfo_use_overlaystore="true"
deviceinfo_system_partition_size="3000M"
deviceinfo_flash_method="fastboot"
deviceinfo_generate_bootimg="true"<QUOTES>" -
RE: Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
am I supposed to put the ONE FILE (ubuntu.img) in the data folder or do I flash the image?
-
RE: Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
@ikoz ok I did those, now do I just boot and it will boot into ubuntu touch? (I flashed the boot partition as boot.img and renamed rootfs.img to ubuntu.img, and moved the ubuntu.img to the data folder. Is that what I was supposed to do)?
-
RE: Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
@ikoz so just dont use the halium installer and just flash and then just boot and it'll work????? (oh and TWRP says that boot.img is larger than target device)
-
Porting Ubuntu Touch to Motorola Moto E 2020 (ginna).
Hi I'm trying to port Ubuntu Touch to my Motorola Moto E 2020 (ginna). I'm doing the standalone kernel method. But for some reason when I do the halium-install script: <QUOTES>"For Halium 9.0 ports, use this command:
path/to/halium-install -p ut -s path/to/ubuntu-touch-android9-arm64.tar.gz path/to/[SYSTEM_IMAGE]"<QUOTES> the script starts copying rootfs.img but then it STOPS copying at 24% each time. Anyone know what to do?????