Austen Bartels
Austen Bartels
It does seem to be something wrong with the boot partition: If I just copy the boot files from the latest raspbian-lite image, it seems to boot up. Specifically the...
I copied the start*.elf files from a known-good RPI 3+ image. Worked like a charm. Just overwrite them in the boot partition.
One thing I've found with the 3A+ model board that may or may not help you: In the boot partition I had to relpace the start*.elf files with ones from...
I've attempted using [this](https://github.com/raphaelcohn/bish-bosh/releases/download/release_2015.0629.0920-4/bish-bosh_2015.0629.0920-2_all) release and gotten the following error message on OpenWrt (LEDE firmware): `./bish-bosh_2015.0629.0920-2_all: line 7121: syntax error: bad function name` I get a similar message with the...
Quick follow up: It's caused by the dependency check for `source`, removing the check entirely fixes that particular issue. Still having some trouble running it; bad set syntax with: `set...
I've updated my OpenWRT. On 15.05.1 Chaos Calmer I get this sh -x output with your linked branch. ``` root@OpenWrt:~# sh -x ./bish-bosh_2015.0629.0920-2_all bish-bosh.example + _program_name=bish-bosh + _program_version=2015.0629.0920 + _program_package_or_build=Commit...
Replacing some key ${} bash substitutions with $() style substitutions fixes a bunch, as well as removing the core_compatibility_installSource call and the function itself. Then I get ``` bish-bosh: FAIL:...
All I can say is BusyBox/ash doesn't like it. I setup the paths which did away with the worries, but trying to run the example printed some warnings, then terminated...
I see it's an external dependency. Any chance of getting a submodule for those who don't build online? For now I can manually add the missing files.
Also: Not sure what arguments to build with. Would DEBUG and MONOLITHIC firmware options work?