I have tried the files from LuckFox drive but i keep getting stuck
this is what ChatGpt tells me -
Next steps
Download & extract Luckfox_Lyra_Zero_W_Flash_250717.zip.
Inside you’ll see:
MiniLoaderAll.bin
update.img
boot.img
rootfs.img
uboot.img
parameter.txt
(sizes will be much smaller than Ubuntu).
Flash it to NAND from that folder:
rkdeveloptool db MiniLoaderAll.bin
rkdeveloptool ul MiniLoaderAll.bin
rkdeveloptool wl 0 update.img
rkdeveloptool rd
After reboot:
With no SD inserted → it should boot Buildroot from NAND (at least a working shell).
With your Ubuntu MicroSD card inserted → the new loader in NAND should now fall back to the SD card and boot Ubuntu.
this is the precise file i downloaded -
https://drive.google.com/file/d/1u_iwPa ... drive_link
When i tried to boot it i get -
mike@Mac bill % system_profiler SPUSBDataType
USB:
USB 3.1 Bus:
Host Controller Driver: AppleT8122USBXHCI
USB 3.1 Bus:
Host Controller Driver: AppleT8122USBXHCI
Composite Device:
Product ID: 0x350f
Vendor ID: 0x2207 (Fuzhou Rockchip Electronics Co., Ltd.)
Version: 1.00
Speed: Up to 480 Mb/s
Location ID: 0x00100000 / 2
Current Available (mA): 500
Current Required (mA): 400
Extra Operating Current (mA): 0
mike@Mac bill %
ChatGPT said:
Thanks Mike — that output means the Lyra is still in loader mode (Rockchip Composite Device). It has not switched into a real Linux system (Ubuntu/Buildroot).
When it’s working properly you should see a USB Ethernet Gadget instead.
Any ideas on how i move forward?
Mike