| [00:09:05] |
*** |
bryan_W has quit IRC |
| [00:27:51] |
*** |
Kraftnux has joined #zipit |
| [00:28:30] |
*** |
azend has joined #zipit |
| [01:00:40] |
*** |
azend has quit IRC |
| [01:19:40] |
*** |
Kraftnux has quit IRC |
| [01:20:00] |
*** |
Kraftnux has joined #zipit |
| [01:29:22] |
*** |
fiftyonefifty has quit IRC |
| [01:35:52] |
*** |
Kraftnux has quit IRC |
| [01:36:14] |
*** |
Kraftnux has joined #zipit |
| [02:22:09] |
*** |
azend has joined #zipit |
| [02:49:02] |
*** |
Kraftnux has quit IRC |
| [03:19:58] |
*** |
twave has quit IRC |
| [03:21:27] |
*** |
twave_ has joined #zipit |
| [04:14:43] |
*** |
LokiChaos has quit IRC |
| [04:16:50] |
*** |
LokiChaos has joined #zipit |
| [04:21:17] |
*** |
Limp_Trizkit has quit IRC |
| [04:31:43] |
*** |
DogBoy has quit IRC |
| [04:32:25] |
*** |
DogBoy has joined #zipit |
| [04:51:43] |
*** |
azend has quit IRC |
| [05:08:53] |
*** |
Marex has joined #zipit |
| [05:32:49] |
*** |
Mallium has quit IRC |
| [05:58:34] |
*** |
Malwyn has joined #zipit |
| [05:58:44] |
*** |
Kraftnux has joined #zipit |
| [06:05:28] |
*** |
Malwyn has quit IRC |
| [06:16:49] |
*** |
Malwyn has joined #zipit |
| [06:40:59] |
*** |
Kraftnux has quit IRC |
| [06:56:16] |
*** |
Marex has quit IRC |
| [08:01:41] |
*** |
bryan_W has joined #zipit |
| [08:15:11] |
*** |
mozzwald has joined #zipit |
| [08:54:31] |
*** |
bryan_W has quit IRC |
| [09:34:33] |
*** |
Kraftnux has joined #zipit |
| [09:34:57] |
<Kraftnux> |
hello! |
| [09:42:06] |
<mozzwald> |
hi |
| [09:48:30] |
<Kraftnux> |
i will get a zipit z2 soon, but i got a question in my mind... |
| [09:48:57] |
<mozzwald> |
whats that? |
| [09:49:01] |
<Kraftnux> |
how to make a full backup for the zipit firmware? |
| [09:49:41] |
<mozzwald> |
the original firmware? |
| [09:50:21] |
<Kraftnux> |
yup! everything include bootloader, OS, etc... |
| [09:51:40] |
<mozzwald> |
the "autoflasher" script creates a backup of the stock application, but does not backup the bootload. you could easilly add a line to that script and make it backup the bootloader also |
| [09:53:36] |
<Kraftnux> |
ic! becoz i thought "autoflasher" only backup "kernel" that won't include the stock application... |
| [09:57:21] |
<mozzwald> |
yeah, it'd be easy to add complete backup to the autoflasher script |
| [09:58:46] |
<Kraftnux> |
but for the bootloader, how to achieve it in autoflasher script? |
| [10:08:16] |
<mozzwald> |
dd if=/dev/mtdblock0 of=/mnt/sd0/bootloader.bin |
| [10:09:29] |
<Kraftnux> |
see! do i need to add these 2 line after echo Fixing /dev/mtdblock1 > /dev/tty0? |
| [10:09:30] |
<Kraftnux> |
rm /dev/mtdblock0 |
| [10:09:30] |
<Kraftnux> |
mknod /dev/mtdblock0 b 31 0 |
| [10:14:26] |
<mozzwald> |
yes, add that too |
| [10:16:29] |
<Kraftnux> |
thanks, since i'm not keen on scripting, i only guess it by comparing origional autoflasher script and u-boot flasher script... |
| [10:17:04] |
<mozzwald> |
arey ou planning to do uboot? |
| [10:18:02] |
<Kraftnux> |
at the beginning, i dont think so... will try debian and ubuntu with default bootloader first... |
| [10:18:52] |
<mozzwald> |
check here or my website before you do to check for latest version |
| [10:19:29] |
<Kraftnux> |
sure! |
| [10:20:19] |
*** |
Mallium has joined #zipit |
| [10:22:39] |
*** |
Malwyn has quit IRC |
| [10:24:14] |
<Kraftnux> |
if i want to do software development, following the instruction on setting up Scratchbox, then those program can run in different userland? |
| [10:26:23] |
<mozzwald> |
I'm not too familiar with scratchbox. I think most scratchbox devel has been for iz2s/ez2s |
| [10:27:47] |
<ssieb> |
yes, it worked for me on those |
| [10:29:02] |
<Kraftnux> |
or any other choice on development environemt other than scratchbox? |
| [10:30:17] |
<ssieb> |
scratchbox in itself should work for any userland. I was using the pre-packaged one that was distributed |
| [10:30:37] |
*** |
Limp_Trizkit has joined #zipit |
| [10:30:58] |
<Kraftnux> |
thx ssieb... |
| [10:31:49] |
<mozzwald> |
Kraftnux: I setup an emulated environment for compiling. http://mozzwald.com/node/54 |
| [10:31:55] |
<ssieb> |
I'm planning on setting up a new arm vm to do development with |
| [10:32:15] |
<Kraftnux> |
since i will mainly work on some program transmit/receive UART data, maybe ALSA to synth sound at the beginning... |
| [10:35:27] |
<ssieb> |
you're going to serial mod your zipit? |
| [10:35:56] |
<Kraftnux> |
yup, is it hard to do serial mod? |
| [10:36:12] |
<ssieb> |
mozzwald: I want to get qemu to use uboot to boot :-) |
| [10:36:39] |
<ssieb> |
Kraftnux: it seems not too hard if you have the soldering skills |
| [10:36:44] |
* |
ssieb hasn't tried it yet |
| [10:37:02] |
<ssieb> |
it looks like I have a zipit that will need it though |
| [10:37:09] |
<Kraftnux> |
mozzwald: I will try to follow your guide set up dev when i have time.. |
| [10:38:24] |
<Kraftnux> |
i have soldering skills, depends on how small is the connection for me to solder... |
| [10:39:10] |
<mozzwald> |
ssieb: interesting |
| [10:40:09] |
<mozzwald> |
ssieb: you want to qemu uboot for why? :) |
| [10:40:14] |
<mozzwald> |
testing? |
| [10:40:31] |
<mozzwald> |
or just because :) |
| [10:41:25] |
<ssieb> |
testing and potentially uboot dev |
| [10:42:42] |
<mozzwald> |
cool |
| [10:45:22] |
*** |
Tox has joined #zipit |
| [10:48:29] |
*** |
Mallium has quit IRC |
| [10:59:34] |
*** |
ssieb has quit IRC |
| [11:00:48] |
<Kraftnux> |
time to sleep, chat more after the zipit arrive... |
| [11:00:57] |
*** |
Kraftnux has quit IRC |
| [11:02:09] |
*** |
Lydia` has joined #zipit |
| [13:19:28] |
*** |
ssieb has joined #zipit |
| [13:21:20] |
*** |
Mallium has joined #zipit |
| [13:23:39] |
*** |
Tox has quit IRC |
| [13:44:16] |
*** |
dolphin has joined #zipit |
| [13:58:17] |
*** |
Tox has joined #zipit |
| [14:01:02] |
*** |
Mallium has quit IRC |
| [14:51:22] |
*** |
dolphin has quit IRC |
| [16:22:55] |
*** |
DogBoy has quit IRC |
| [16:39:13] |
*** |
DogBoy has joined #zipit |
| [16:59:53] |
*** |
Marex-N900 has joined #zipit |
| [17:09:29] |
*** |
Marex-N900 has quit IRC |
| [17:39:05] |
*** |
Marex has joined #zipit |
| [18:20:51] |
*** |
mozzwald has quit IRC |
| [19:08:41] |
*** |
ssieb has quit IRC |
| [19:21:19] |
*** |
Conrad-T-Pino has joined #zipit |
| [20:39:23] |
*** |
yosh_ has joined #zipit |
| [20:40:58] |
<yosh_> |
I'm looking for a U-boot image for the zipit that supports SDHC cards :) |
| [20:41:05] |
<yosh_> |
help plz ^^ |
| [20:52:08] |
<Marex> |
#zipit-dev |
| [21:24:39] |
<yosh_> |
\o/ |
| [21:34:07] |
*** |
Conrad-T-Pino has left #zipit |
| [22:00:26] |
*** |
rkdavis has left #zipit |
| [22:48:12] |
*** |
rkdavis has joined #zipit |
| [22:51:54] |
*** |
Kraftnux has joined #zipit |
| [22:59:12] |
*** |
Marex has quit IRC |
| [23:05:26] |
*** |
Lydia` has quit IRC |