Dany LE 480ffa228a
All checks were successful
diya-u4go-distrib / build-yocto (push) Successful in 2m15s
diya-u4go-distrib / build-android-images (push) Successful in 7s
fix(ci): add missing tool to docker image
2026-02-04 19:24:07 +01:00
2025-12-21 18:10:05 +01:00
2025-12-21 18:10:05 +01:00
2025-11-23 14:52:10 +01:00
2026-02-04 18:33:49 +01:00
2026-02-04 18:33:49 +01:00

flash openstick base-generic images

To activate ADB, insert the stick and allow it to fully boot up. Then establish a WiFi connection with the stick using the credentials specified on its back. After successfully logging in, launch a webbrowser and navigate to the sticks management page at http://192.168.100.1. Log in with the username/password combination “admin.”

Once logged in, visit http://192.168.100.1/usbdebug.html to enable ADB. Reboot the stick (by reinserting the stick into the PC) and verify that ADB is active post-reboot.

adb devices
List of devices attached
0123456789ABCDEF	device

Boot to EDL

adb reboot edl

Next, retrieve the EDL tool from Bjoern Kerlers GitHub page: https://github.com/bkerler/edl.git and follow the provided instructions to install the necessary dependencies. Once installed, proceed to generate various backups.

python3 edl.py rf usb4g-stock.bin
python3 edl.py rl uz801_stock --genxml

Reboot to fastboot

adb reboot bootloader

Download and extract the base-generic.zip from https://github.com/OpenStick/OpenStick/releases/download/v1/base-generic.zip, and run the base/flash.sh script

Make boot image from yocto generated files

# example for for ufi003
cd mkboot/
cat cat u4go-ufi003/Image.gz u4go-ufi003/msm8916-thwc-ufi001c.dtb > u4go-ufi003/kernel
# mkboot tools from https://git.iohub.dev/dany/mkbootimg_tools
mkboot u4go-ufi003 boot-ufi003.img
fastboot flash boot boot-ufi003.img

Make roofs sparse image from yocto generate .ext4 file

# img2simg shall be installed
img2simg rootfs.ext4 rootfs.img
fastboot -S 200M flash rootfs rootfs.img
Description
No description provided
Readme 58 MiB
Languages
BitBake 58.3%
Shell 38.5%
Dockerfile 3.2%