peterbmckinley

Results 74 comments of peterbmckinley

Hi can this issue be closed now as these 3 dependencies have already been added to **[README.md](https://github.com/unframework/licheepi-nano-buildroot#readme)** Please note libssl-dev is mentioned in both the first and the second batch...

Closing on basis my issue is not directly related to Lichee Nano board

Thanks Mangobuge. Can we make this the default and submit a pull request to https://github.com/ouki-wang/buildroot-f1c-pinpong Peter

> if we use PA1 for OTG-ID, then : > > ```shell > &usb_otg { > dr_mode = "otg"; /* host peripheral otg*/ > status = "okay"; > }; >...

I haven't tested it, my project has moved on, but if it worked for you i'm happy to close the issue on that basis. Thank for your help!

> I am also having the same issue, did you have a work around for this? No I gave up because the maintainer doesn't pay any heed to Issues any...

The problem appears to be related to this step: Merge toolchain settings from licheepi_nano_sdk_defconfig helper into main licheepi_nano_defconfig. This is unfortunately complex because I split out the two as separate...

I tried: sort -u licheepi_nano_defconfig licheepi_nano_sdk_defconfig > output then appending the main defconfig file name with -OLD and renaming the "output" file to "licheepi_nano_defconfig" and compiling in a fresh build...

I tried awk '!seen[$0]++' licheepi_nano_defconfig licheepi_nano_sdk_defconfig then copying the result into a new licheepi_nano_defconfig file, but the 404 issue persisted. wget --passive-ftp -nd -t 3 -O '/home/peter/buildroot-2023.02-unframework-nano/output/build/.arm-buildroot-linux-gnueabi_sdk-buildroot.tar.gz.xDQO2e/output' 'http://sources.buildroot.net/arm-buildroot-linux-gnueabi_sdk-buildroot.tar.gz' --2023-05-07 14:55:34--...

> "Merge toolchain settings": I just copied over the sections that didn't appear to have counterparts. This didn't appear to be very complicated, which has me wondering if "merging" the...