Could somebody please help me through this guide? All the instructions do not seem to be included.
I got Noobs + Raspbian installed on a USB drive with an empty SD Card inside the pi.
https://medium.com/@valdiz777/setting-u ... faddf02f48
https://en.opensuse.org/HCL:Raspberry_Pi3
Firstly, how can I create a single bootable FAT32 partition @ 100MB using parted?
Secondly, how can I get the raspberrypi-firmware-config-rpi3 mentioned below? Seems to be missing a step (or assuming the reader already knows how to prepare this)
# mount /dev/<sd_card>p1 /mnt
# zypper -n in raspberrypi-firmware-config-rpi3
# cp -a /boot/vc/* /mnt/
# zypper -n rm raspberrypi-firmware-config-rpi3 raspberrypi-firmware
# mkdir tmp_uboot
# wget http://download.opensuse.org/ports/aarc ... arch64.rpm -O tmp_uboot/u-boot-rpi3.aarch64.rpm
# cd tmp_uboot
# rpm2cpio u-boot-rpi3.aarch64.rpm | cpio -id
# cp boot/vc/* /mnt/
# cd ..
# rm -rf tmp_uboot
# umount /mnt