00:41 | jnettlet[m]> | Yes that should work fine as long as lan4 is always left up and you don't use ethtool on it. |
08:33 | vpeter> | jnettlet[m]: What do you mean with "lan4 is always left up"? |
08:35 | jnettlet[m]> | vpeter: if you set the lower link status of lan4 to down then it will also bring lan6 down |
08:35 | vpeter> | Got it. |
09:19 | topi`> | damn, wondered why my uboot script ended up corrupted in mid-execution but now I see it... $scriptaddr and $loadaddr are the same and ext2load on the zImage does bad thing |
09:20 | topi`> | the compiled defaults are good if the env somehow goes bad; something bootable can still be found |
09:45 | topi`> | damn, the script gets corrupted even though I loaded kernel at 0x13000000 instead of 12000000 (script address) |
10:09 | topi`> | forget it, I found out that the last } was acgtually ) when I did a md 0x12000000 |
10:09 | topi`> | I need to visit an optician |
10:15 | topi`> | still, there is the problem that ${loadaddr} and ${scriptaddr} are the same. I need to use ramdiskaddr. |
18:49 | Ke> | suihkulokki: yeah, on dt64 now, thanks, assuming it's all done by you https://www.spinics.net/lists/arm-kernel/msg634379.html =o) |
18:50 | Ke> | so I guess it's in linux-4.17 |
18:54 | Ke> | does cp1_uart0 mean, I can get actual console from J27? |
19:41 | jnettlet[m]> | Ke: only a console in Linux and you still need to pass that uart as a console port on the kernel command line |
20:34 | Ke> | ok, that's perhaps not enough, unless I hack uefi to also use it |