Solved Raspberry Pi Zero

Hi,
I would like to ask, if anyone has experience with FreeBSD on a Raspberry Pi Zero?
I have the chance to try it on the following weeks, and will report the results.
 
So far, I'm able get to the Bootloader stage, however it doesn't finds the second partition with the actual operating system on it. Also the USB devices are not working.
To get there, I just copied the *.dtb files from the actual Raspbian release and deleted the following lines from the CONFIG.TXT:
Code:
device_tree=rpi.dtb
device_tree_address=0x100
 
Hello All,
I have tried the process identified in the thread:
"Firmware was the issue. I mounted the MSDOS partition of the latest RPI-B snapshot, replaced bootcode.bin, fixup.dat, fixup_cd.dat, start.elf and start_cd.elf from https://github.com/raspberrypi/firmware <https://github.com/raspberrypi/firmware> and the Zero booted right up into multi-user mode. It didn’t seem to mind that the DTB was for the RPI-B.
"
This does not seem to work for me. Has anyone gotten FreeBSD 11 to boot on a RPI zero or A+?
 
Back
Top