first commit

This commit is contained in:
Joakim
2026-05-02 22:12:59 +02:00
commit 0348a3fb57
18 changed files with 2512 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
echo "------------ X6200 boot script ------------"
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 fbcon=rotate:3 video=VGA:480x800
fatload mmc 0:1 0x46000000 zImage
fatload mmc 0:1 0x49000000 ${fdtfile}
bootz 0x46000000 - 0x49000000