I used microSD flasher script and got this issue:


-----------------------------
Starting eMMC Flasher from microSD media
Version: [1.20151007: gpt partitions with raw boot...]
-----------------------------
Checking for Valid bbb-eeprom header
[   10.824227] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x00000200
[   10.824227]
[   10.833427] CPU: 0 PID: 1 Comm: init-eMMC-flash Not tainted 
4.4.36-ti-r72 #1
[   10.840504] Hardware name: Generic AM33XX (Flattened Device Tree)
[   10.846669] [<c001acb8>] (unwind_backtrace) from [<c0015a14>] 
(show_stack+0x20/0x24)
[   10.854461] [<c0015a14>] (show_stack) from [<c05b9d38>] 
(dump_stack+0x9c/0xb0)
[   10.861730] [<c05b9d38>] (dump_stack) from [<c015d6d0>] 
(panic+0xfc/0x290)
[   10.868645] [<c015d6d0>] (panic) from [<c00472e0>] (do_exit+0xa68/0xa8c)
[   10.875379] [<c00472e0>] (do_exit) from [<c004739c>] 
(do_group_exit+0x4c/0xe0)
[   10.882636] [<c004739c>] (do_group_exit) from [<c0047450>] 
(__wake_up_parent+0x0/0x30)
[   10.890596] [<c0047450>] (__wake_up_parent) from [<c0010e60>] 
(ret_fast_syscall+0x0/0x44)
[   10.898822] ---[ end Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x00000200
[   10.898822]
[   22.270170] random: nonblocking pool is initialized


On Wednesday, May 25, 2016 at 8:49:55 PM UTC-4, RobertCNelson wrote:
>
>
>
> On Wed, May 25, 2016 at 7:42 PM, Matt99eo <mattmahe...@gmail.com 
> <javascript:>> wrote:
>
>> Trying to clone a Debian Jesse distro (4.1.21)
>> I made a uSD using the beaglebone-black-make-microSD-flasher-from-eMMC.sh
>>
>> What am I missing here?
>>
>> When I insert this into another BBB it crashes before flashing 
>> completion.  Here is what I see when a serial debug cable is connected:
>>
>>
>> Starting eMMC Flasher from microSD media
>> Version: [1.20160222: deal with v4.4.x+ back to old eeprom location...]
>> -----------------------------
>> Checking for Valid bbb-eeprom header
>> Valid bbb-eeprom header found [335]
>> -----------------------------
>> copying: [/dev/mmcblk0] -> [/dev/mmcblk1]
>> lsblk:
>> NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
>> mmcblk1boot0 179:16   0    1M  1 disk 
>> mmcblk1boot1 179:24   0    1M  1 disk 
>> mmcblk0      179:0    0  3.7G  0 disk 
>> `-mmcblk0p1  179:1    0  3.7G  0 part /
>> mmcblk1      179:8    0  3.7G  0 disk 
>> -----------------------------
>> df -h | grep rootfs:
>> -----------------------------
>> Erasing: /dev/mmcblk1
>> 108+0 records in
>> 108+0 records out
>> 113246208 bytes (113 MB) copied, 16.1838 s, 7.0 MB/s
>> [   31.654940] random: nonblocking pool is initialized
>> 108+0 records in
>> 108+0 records out
>> 113246208 bytes (113 MB) copied, 4.25127 s, 26.6 MB/s
>> Erasing: /dev/mmcblk1 complete
>> -----------------------------
>> Writing bootloader to [/dev/mmcblk1]
>> dd if= of=/dev/mmcblk1 count=1 seek=1 bs=128k
>>
>
> ^^ that should have been:
>
> dd if=/opt/backup/uboot/MLO of=/dev/mmcblk1.......
>
> Which means the "beaglebone-black-make-microSD-flasher-from-eMMC.sh" 
> script failed to get a network connect to grab a good bootloader:
>
>
> https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh#L445-L449
>
> Regards,
>
> -- 
> Robert Nelson
> https://rcn-ee.com/
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/c972f3fb-ba2a-48fd-91b2-c5d3fc34a648%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to