Jeroen Wiert Pluimers
Jeroen Wiert Pluimers
An incomplete [babelmark2 reproduction](https://johnmacfarlane.net/babelmark2/?normalize=1&text=%23+1%0A%0A-+aa%0A++%7C+key+%7C+value++%0A++%7C-----%7C-------++%0A++%7C+1+++%7C+xx++%0A++%7C+2+++%7C+yy++%0A-+bb%0A%0A++%7C+key+%7C+value++%0A++%7C-----%7C-------++%0A++%7C+1+++%7C+xx++%0A++%7C+2+++%7C+yy++%0A%0A-+cc%0A++++%7C+key+%7C+value++%0A++++%7C-----%7C-------++%0A++++%7C+1+++%7C+xx++%0A++++%7C+2+++%7C+yy++%0A-+dd%0A%0A++++%7C+key+%7C+value++%0A++++%7C-----%7C-------++%0A++++%7C+1+++%7C+xx++%0A++++%7C+2+++%7C+yy++%0A%0A-+ee) of ``` markdown # 1 - aa | key | value |-----|------- | 1 | xx | 2 | yy - bb | key | value...
Found that out myself as well that this works: ``` LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/vc/lib/ export LD_LIBRARY_PATH /opt/vc/bin/vcgencmd version ``` There was no `/opt/vc/lib` before installing `rpi-update` and I totally forgot that in the...
I was assuming `rpi-update` would update the embedded firmware (GPU, etc) only, not touch kernels and such. But looking at [`do_update`](https://github.com/Hexxeh/rpi-update/blob/master/rpi-update#L242) it does much more. - Why is that? -...
This opens even more questions for me: - What if for some reason I'd only want the userland binaries or the firmware? - How would one know which kernel is...
I verified the files that go with `opensuse Tumbleweed` match with what `rpi-update` installed: ``` 5bbb5f25dfe16f2871d5defcc48ac9ff /boot/efi/bootcode.bin 5bbb5f25dfe16f2871d5defcc48ac9ff /boot/vc/bootcode.bin 03f6b11cdc10260ebd1e8edfd4897356 /boot/efi/start.elf e99d0923fea1914db8d5a87a2bb1cbf0 /boot/vc/start.elf 562dc460ce68eca4e017c6666ee2dbb7 /boot/efi/fixup.dat 363b45a30518c3b8cada40ef7953b5d4 /boot/vc/fixup.dat 03f6b11cdc10260ebd1e8edfd4897356 /boot/efi/start.elf e99d0923fea1914db8d5a87a2bb1cbf0...
I just checked and both these rpms are installed by default on the [openSUSE-Tumbleweed-ARM-JeOS-raspberrypi2.armv7l.raw.xz](http://download.opensuse.org/repositories/devel:/ARM:/Factory:/Contrib:/RaspberryPi2/images/openSUSE-Tumbleweed-ARM-JeOS-raspberrypi2.armv7l.raw.xz) image: ``` # rpm -qa | grep raspberrypi-firmware raspberrypi-firmware-2016.08.23-1.1.noarch raspberrypi-firmware-config-rpi2-2016.08.23-1.1.noarch ``` But these do not include...
If you want, I could post a small update to this pull request that also gets rid of this message in the `SKIP_FIRMWARE=1 UPDATE_SELF=0 ./rpi-update` case: ``` *** A reboot...
- 1073758208 bytes to MiB: https://www.google.com/search?q=1073758208%20bytes%20to%20GiB - 1024,015625 MiB - 1073758208 bytes to GiB: https://www.google.com/search?q=1073758208%20bytes%20to%20GiB - 1,0000152587891 GiB I think it's better to use GiB than MiB for this. Which...
One of the many reasons for this is to less confuse users like me figuring out the cause of problems, for instance when today figuring out the cause for the...
#37 (currently titled "Receive messages (like maintenance messages) from servers") might be related. Please all upvote the first comment there so it gets more traction as the goal is to...