Vincent Wiemann
Vincent Wiemann
@rosysong The AP152 reference design supports e.g. many different ethernet configurations. I don't know that much about u-boot, but I think it is hard to guess your hardware configuration without...
@rosysong Yes, I have the sources and I'm already making out the differences. There are some differences which I didn't understand, yet as I'm new to u-boot development, but when...
@rosysong The u-boot sources for TL-WR940N also include support for AP152. Maybe it can help you: https://static.tp-link.com/resources/gpl/TL-WR940V4_GPL.tar.gz
@j-d-r Thank you very much for the quick response! Somehow I'm going to manage getting this thing running, but it seems it will need some more free time and a...
@rosysong Does your device boot with QSDK's U-Boot? https://source.codeaurora.org/quic/qsdk/oss/boot/u-boot-1.1.4/
My plan is to create a bootloader from scratch sharing common DTS files with Barebox specifically fit for routers. Let me know if you have an idea for a name...
@uis246 I know it's not good to create a fork or something, but there is no proper base for bootloaders for routers. That's why most are based on an old...
Merged in my [fork](https://github.com/CodeFetch/router-u-boot/).
Why not a Lua b64 encoding function?
@aparcar No, I didn't as this commit just adds the options and does not enable it. I don't have a test scenario to see whether it actually works. I'll start...