**** BEGIN LOGGING AT Tue Sep 17 02:59:58 2013 **** BEGIN LOGGING AT Tue Sep 17 06:12:43 2013 Sep 17 12:09:55 hello...how to rebuild the filesystem for BBB??? Sep 17 12:10:55 IS THER no one Sep 17 12:43:42 impatient bugger Sep 17 13:35:02 I'm getting "Error: unrecognized/unsupported machine ID (r1 = 0x00000e05)." after booting my kernel on Beaglebone Black. see http://pastebin.com/pXXdd7g1 for more details Sep 17 13:36:56 cfo215: probably worth asking in #beagle about that Sep 17 13:37:16 devicetree is invovled? Sep 17 13:37:36 but yeah, hopefully someone there knows the exact mismatch Sep 17 13:37:48 thanks Sep 17 13:45:20 I was told "you are missing the dtb file" Sep 17 13:46:36 and "the dtb is appended to the kernel". So setup-scripts has failed me again? Sep 17 13:47:04 Angstrom has the translation to Portuguese of Brazil? Sep 17 17:54:27 anyone here ever use emmc-prepare.sh from meta-beagleboard/contrib/bone-flash-tool? Sep 17 17:55:08 no :) Sep 17 17:55:21 does this mean you fixed your other issues? Sep 17 17:56:24 Nope. Still trying to get my kernel to boot on the black. I'm assuming (proably wronly) that when my kernel and my file system are in the emmc then the the symbol problems will go away. Sep 17 17:56:52 wrongly Sep 17 17:57:04 did you get the devietree file? Sep 17 17:57:23 it sounds like you are loading u-boot from sd OK? Sep 17 17:57:27 it is allegedly appened to the kernel... Sep 17 17:57:38 hmmm Sep 17 17:57:45 on the sd card? Sep 17 17:58:13 I'd like to copy the contents of the sd card... my kernel and rootfs to the emmc on the black. Sep 17 17:59:29 emmc-prepare.sh, again allegedly, is supposed to create a emmc-Flasher SD card... similar to the stock one from the bbb site. Sep 17 17:59:47 but as usual it is not documented well. Sep 17 17:59:56 can you read the script? Sep 17 18:02:18 yes, my question is what do I pass to the FLASHIMG var. I tried it with the Angstrom...*tar.gz file I've built with bitbake, but it doesn't like that. Perhaps I'll FQ the path the file. Sep 17 18:04:21 nope isn't it... I read the script and it has a FQN. but that being solved a get a Incorrect partitioning, /dev/mapper/p1 not found Sep 17 18:05:23 I'm pretty sure the offending line is "LOOPFILE="$(kpartx -a -v ${IMAGE} | grep /dev | grep p2 | tail -n1 | awk '{print $8}' | sed s:/dev/::)" Sep 17 18:07:43 I don't script to much. Sep 17 18:08:23 run the kpartx command by itself Sep 17 18:08:34 I'd really just prefer to have the BBB boot from tftp/nfs while I'm in development. Sep 17 18:08:45 I need to get a flight to Edinburg Sep 17 18:09:58 Have fun Sep 17 18:19:50 I guess it boils down to lack of documentation again... What do you pass to "emmc-prepare.sh" to populate IMAGE=$1 at the begining of the script? Sep 17 18:20:38 gah Sep 17 18:22:06 why can't usair get me from Roanoke to Philly on a Monday? Sep 17 18:22:54 cause usair sucks, just after united on my worst airlines list... Sep 17 18:23:01 heh Sep 17 18:23:08 my friends that fly united a lot hate it Sep 17 18:23:37 united is always oversold, late or both. Sep 17 18:24:54 Anyhow, I'm going to see if I can reverse engineer the emmcFlasher image. Thanks for your help. Sep 17 18:25:21 try running the individual commands Sep 17 18:25:27 maybe you are missing something on the box Sep 17 18:33:58 I have all the bins being called in LOOPFILE="$(kpartx -a -v ${IMAGE} | grep /dev | grep p2 | tail -n1 | awk '{print $8}' | sed s:/dev/::)" Sep 17 18:34:37 time to reverse engineer I think. I found this http://www.crashcourse.ca/wiki/index.php/BBB_software_update_process Sep 17 18:40:29 I think I narrowed it down... the IMG file it's looking for is a combined kernel/rootfs image. Sep 17 18:41:26 this based on the link above. It's using kpartx to mount the BBB-Flasher.img file Sep 17 18:42:42 so I guess the script is sort of funky. it assumes a pre-existing image? I was hoping to build a Flasher image from my bitbaked files. Sep 17 18:43:20 hmm Sep 17 18:43:29 I wonder if there is an image type Sep 17 18:43:38 I'd ask koen, but he is on his hneymoon Sep 17 18:43:57 travel for ELCE is a bitch Sep 17 18:44:07 well, partly because I want to get back fast Sep 17 18:44:11 and not piddle around Sep 17 18:44:24 normally, this would not be an issue Sep 17 18:44:46 sudo kpartx -a -v BBB-eMMC-flasher-v2013.06-2013.09.14.img worked like a champ... so I know what I need to pass now... Sep 17 18:45:30 Traveling usually is a pain... It's especially a pain when going abroad. Sep 17 18:45:41 this is just akward Sep 17 18:46:00 also, remember to get to the airport a few hours ahead of time for international flights. Sep 17 18:46:02 I fell like there is not a flight from ROA to PHL on Monday's I guess Sep 17 18:46:05 heh Sep 17 18:46:09 I fly loads :) Sep 17 18:46:20 :) Sep 17 21:45:12 Angstrom for RPi: parted_3.1.bb, do_configure) failed. http://pastebin.com/hSwDEHM8 Sep 17 21:48:39 Try bitbake util-linux-ng-native? Sep 17 21:49:12 OK thanks Sep 17 21:51:22 ERROR: Nothing PROVIDES 'util-linux-ng-native' Sep 17 21:54:33 there is a util-linux? Sep 17 22:24:54 hmm Sep 17 22:25:46 it is in oe-core Sep 17 22:25:51 try asking in #oe Sep 17 22:26:03 seems like a depends fail Sep 17 22:26:20 I ran bitbake -util-linux-native (completed w/o err) and then bitbake rpi-basic-image (still running but in 4000 of 4003). Sep 17 22:27:02 err -util-linux-native s/b util-linux-native (no hyphen). Sep 17 22:28:00 so maybe that filled in the missing lib Sep 17 22:28:25 intersting Sep 17 22:28:31 it depnds on util-linux Sep 17 22:28:37 yeah, maybe. I think it will finish soon. Sep 17 22:28:39 I wonder if there is a race in the native version Sep 17 22:29:51 the pastebin has the failure in it. I'll add the warnings to the pastebin since they may add value. Sep 17 22:38:05 nevermind.. closed out the terminal and don't know where the log is kept. Sep 17 22:38:35 I suppose this image won't work in my RPi... :) Sep 17 23:43:39 anyone know what the default password for root is on the raspberry pi image? I thought it would be blank, but it isnt. **** ENDING LOGGING AT Wed Sep 18 03:00:00 2013