Victories!!run armbian without broke Android ,only insert SD

kaitian888

New member
I have a firmware for hk1rbox r2,the lastest new 2023 ,from dts ,others without this firmware . i notice this :
chosen {
linux,initrd-end = <0x00 0xa2a1eb2>;
linux,initrd-start = <0x00 0xa200000>;
bootargs_ext = "androidboot.boot_devices=fe310000.sdhci,fe330000.nandc";
bootargs = "storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.dtb_idx=0 androidboot.dtbo_idx=0 androidboot.verifiedbootstate=orange androidboot.slot_suffix= androidboot.serialno=ZXK0HN7563 console=ttyFIQ0 androidboot.baseband=N/A androidboot.wificountrycode=US androidboot.veritymode=disable androidboot.hardware=rk30board androidboot.console=ttyFIQ0 androidboot.verifiedbootstate=orange firmware_class.path=/vendor/etc/firmware init=/init rootwait ro loop.max_part=7 androidboot.selinux=permissive buildvariant=user earlycon=uart8250,mmio32,0xfe660000 androidboot.boot_devices=fe310000.sdhci,fe330000.nandc";
phandle = <0x19e>;
};
very nice! , r2 first boot from sd ,then emmc.
run armbian only two step:
1. insert sd card; power off ;
2. powr on.
run Android :
1.power off,take off your sd;
2. power on.
At last , i offer this dts ,and dtb.
it will do in t95 plus .if you have problem in eth and wifi ,please rewrite eth config in this ....
tx_delay = <0x4f>;
rx_delay = <0x2d>;
 

Attachments

  • r2v2023.zip
    50.4 KB · Views: 7
Top