Hi Soren, Thanks for the quick response, but I still see the same problem. I checked: NetBSD/NetBSD-7.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz and NetBSD-daily/netbsd-7/201510120510Z/evbarm-earmv7hf/binary/gzimg/armv7.img.gz Both seem to have the same issues as I first reported. That is: 1. u-boot doesn’t search for and load the correct image. A quick workaround is to manually enter: fatload mmc 0 82000000 netbsd-BEAGLEBONE.ub; bootm 82000000 root=ld0a That loads and boot the netbsd-beaglebone kernel, but then: 2. netbsd enters an infinite ISR loop with ===== edma errint! Am I missing something? I’m writing armv7.img.gz to the uSD card (on a Mac) with: gzcat armv7.img.gz | dd of=/dev/disk2 bs=1m I checked the resultant SD card on NetBSD (in VirtualBox on Mac) and ‘disklabel /dev/sd0’ is:
I can mount /dev/sd0a and it seems (to me) all good. Log files attached are from uninterrupted boot (1.log) and breaking u-boot to manually load netbsd (2.log). Please advise. Best regards, -david |
Attachment:
1.log
Description: Binary data
Attachment:
2.log
Description: Binary data
|