14:12 | topi`> | is there a way to make a custom UBOOT script and load it with some "fatload" command? |
14:12 | topi`> | I have one HB here that I need to manually boot every time because it fails with "uImage not found" |
14:21 | vpeter> | topi`: Put same commands as you type in u-boot prompt in a script file and convert it with mkimage program. Maybe you can also use uEnv.txt which is just a plain text file. |
14:21 | vpeter> | https://www.denx.de/wiki/DULG/UBootScripts |
14:21 | Humpelst1lzchen> | uboot also has saveenv |
14:29 | topi`> | argh. UBOOT cannot read the partition table on device mmc:1 |
14:29 | topi`> | however, the emmc works/mounts fine in Linux. It is MBR partitioned with 2 extended partitions |
14:29 | topi`> | vpeter: uenv.txt doesn't work as expected |
14:29 | topi`> | boot.scr I will try. |
15:22 | topi`> | argh, ath10k_pci deadlocks. I wonder if this is because of bugged i.mx6 PCIe implementation or something else |
15:22 | topi`> | Maybe ath10k_pci driver has only been extensively tested on x86 hardware and there something is timed differently |
15:23 | topi`> | I guess I'll spend some $$$ on proper hardware, ClearFog:) |
16:13 | jnettlet[m]> | topi`: which kernel? |
16:13 | jnettlet[m]> | and good to see you back online. :) Did you have a good holiday? |