회원 및 비회원 모두 열람이 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

Hello,


I have some problems.


Can somebody explain to me how to Flash Android OS to this (AE100) board?


I have compiles u-boot.bin, system.img (android os), zImage (kernel). So how to flash it??

I tried this one:


# smdk-usbdl -f u-boot.bin -a 0x20008000
 After downloading, PC will show the below message.
# smdk-usbdl -f u-boot.bin -a 0x20008000
SMDK42XX,S3C64XX USB Download Tool
Version 0.20 (c) 2004,2005,2006 Ben Dooks <[email protected]>

S3C64XX Detected!
=> found device: bus 004, dev 006
=> loaded xxxx bytes from xxxxxx
=> Downloading xxxxxx bytes to 0x20008000
=> Data checksum xxxx
=> usb_bulk_write() returned xxxxx
#
What is next????? And how i should upload zImage???

//Nikolaj


최규호

2011.10.05 01:35:39
*.200.239.234

Hi,

smdk-usbdl downloader support to download image file(-f) to target board's memeory(-a).

You should writing to nand or nor  flash to download image.


If you need  writing zImage to target board, following below command.


- on your  target board

#] dnw 0xc0008000


- on your host PC

#] smdk-usbdl -f zImage -a 0xc0008000


- on your  target board

#] nand erase 80000 300000;nand write 0xc0008000 80000 300000


- execute reboot or boot target board. your target board's kernel maybe changed.

demonoR

2011.10.05 13:56:31
*.129.206.228

Hmm,


Something changed, but I did not do anything inside my board, I use that smdk-usbdl commands, thats all, now, keyboard inside board have been changed.


I have a few more questions. :)


1. For example somehow I compiled that android.

http://img404.imageshack.us/img404/3614/screenshottoortoorhomea.png

How should I flash it?? In the same way? But what is the address in the memory (-a)??


2. What if I do not want to use OS (Operating system (android, linux...)) For example I want to blink led, use UART or other feature of this board, how should I do that?


Thank you,

//Nikolaj


최규호

2011.10.05 23:09:15
*.200.239.234

First, AE100 board means AESOP S5PC100 board?


Smdk-usbdl is host's command,

Maybe you running `dnw 0x20008000` on target before running `smdk-usbdl`,

Or your board's default `bootcmd` saved `dnw 0xXXXXXXXX`.


Well, checking first your board environment. (on u-boot)


1. Flash image to your board it  could use same command(smdk-usbdl).

  1)  Make your Boot storage's Partition, 

       - Modify MTD drivers partiotion on kernel and u-boot.

  2)  Flash image to your board

       - Use `nand write` command.


2. It'll be possible on U-boot.

   Modified u-boot source code and change your board's u-boot.

   U-boot support almost device control like linux. :)


demonoR

2011.10.06 12:21:18
*.129.206.228

Hi,


1. I have AESOP-C100 it has S5PC100 MCU. Here is the link:

http://www.aesop.or.kr/?document_srl=257933&vid=AESOPC100


2. I do not understand how I can write `dnw 0xXXXXXXXX`, where should I write it?? There is some sort of OS (Operating System) on board. I can write some commands in terminal of that Linux. But it writes, not such command... So what do you mean by saying "- on your  target board"??

Hmm, and where to write those commands "nand erase", "nand write"??

#] nand erase 80000 300000;nand write 0xc0008000 80000 300000


3. How should I upload u-boot.bin on my board?

smdk-usbdl -f u-boot.bin -a 0x20008000 //this address is correct, or it does not matter???


4. There are 4 buttons on the main board, near the reset button with those I can switch boot or something right?? In which possition should I set them?? How to use them?



최규호

2011.10.06 22:06:24
*.165.19.1

First, Please show me your target's serial log.

Maybe your target system dose not fused u-boot bootloader or something's are wrong.

 

1. You should connect your board with host PC use RS232 serial.

2. Running your terminal program like Minicom.

3. Turn on your target, Anything are happened?

4. Execute commnad(dnw or nand R/W) on your terminal for your taget board.

 

Finally, let me know plz. ;)

 

 

demonoR

2011.10.07 10:38:21
*.129.206.228

Hi,


Thank you for your reply. AH i did not know that I need to use RS232. Here is some screenshots of both, host and target board. I used Minicom terminal program like you said.


Why I cannot input anything to Minicom terminal???

TARGET:

http://img839.imageshack.us/img839/2036/screenshottoortoordev.png


HOST:

http://img684.imageshack.us/img684/5342/screenshottoortoorhomeu.png


Why I get those weird symbols after upload? :)

최규호

2011.10.07 11:25:36
*.200.239.234

hm... you running your target NOR FLASH boot mode(DIP SW 1 to 4 are HIGH).

did you check about NAND FLASH boot mode(DIP SW 1 to 4 are LOW)? Is not work?


Your last reply "4. There are 4 buttons ... ...", I though it means DIP Switch.

DIS SW ( HIGH HIGH HIGH HIGH ), In this case your target running nor flash boot mode.

DIS SW ( LOW LOW LOW LOW ), In this case your target running nand flash boot mode.


Please check it first. :D


Additionally, running smdk-usbdl to download and running u-boot.bin, Try 0x27e00000 not use 0x20008000.


Maybe, below link useful for you.

   http://www.aesop.or.kr/?mid=wiki&document_srl=258137&vid=AESOPC100   

demonoR

2011.10.07 23:56:00
*.182.69.120

Here is some log:


******************************

****************      
*   S5PC100 USB OTG Downloader(2009/09/15)   *      
* System Infomation   Machine Name : S5PC100 *
*    ARMCLK : 667 MHz    HCLKD0 : 166 MHz    *
**********************************************


USB host is not connected yet.
Waiting for USB host connection.

!!! USB host is connected !!!
 - Bulk In EP : 1
 - Bulk Out EP : 2
 - Speed : High                                                                
 - Op Mode : DMA mode                                                          
                                                                               
Download & Run is selected                                                     
                                                                               
Select a file to download in DNW                                               
If you want to quit, press any key                                             
                                                                               
[ADDRESS:27e00000h,TOTAL:245770(0x3c000)]                                      
O                                                                              
                                                                               
U-Boot 1.3.4 (Oct  2 2011 - 11:23:05) for NT-S5PC100 (Rev.01)                  
                                                                               
                                                                               
CPU:     S5PC100@666MHz                                                        
         Fclk = 1332MHz, Hclk = 166MHz, Pclk = 66MHz, Serial = PCLK            
Board:   NT-S5PC100 Serise                                                     
DRAM:    256 MB                                                                
Flash:   0 kB                                                                  
SD/MMC:  Card not found                                                        
NAND:    512 MB            
_____________________________________________

So it has been flashed to NOR or NAND memory?

Yes. DIP switch 4 buttons, but why I need 4 of them? I mean I can switch like
HIGH LOW LOW HIGH;
LOW HIGH LOW HIGH.

How to know which address should I use???



최규호

2011.10.10 20:07:53
*.200.239.234

It's not flashed, just download to memory and running.

You'll be need flash bootloader.


In nor flash bootmode,

 - pre-flashed dnw downloader.

 - dnw downloader, download u-boot image and ruuning(It's current your target state).

 - It'll be possible flashed bootloader image(download Image using tftp command).


So, you need refer last my link, how to download and flash bootloader for your target.

demonoR

2011.10.13 00:05:02
*.182.69.120

1. So my bootloader is not flashed yet (you said it is running, but how if it is not flashed?). When I boot my OS it writes that it uses the old bootloader. For flashing I need to use that tftp command (it is server or what?). Is it possible to flash without LAN?


I found some configuration of that tftp somewhere here:

Can you explain why I need that tftp, and where I need to write all those commands:


http://www.aesop.or.kr/?document_srl=258331&vid=AESOPC100


http://www.aesop.or.kr/?document_srl=257944&vid=AESOPC100


Like those? And all those IPs i need to set in my host pc?


#> tftp 0xc0008000 uBoot-S5PC100.bin;

nand erase 0 40000;

nand write 0xc0008000 0 40000

demonoR

2012.01.10 23:58:40
*.182.69.120

I had problems in my terminal, I fixed it. Now I can flash what I want.


Can you explaing how to flash android os to this board, I have android eclair system.img (~58mb) compiled image, but what should I do with it?

List of Articles
번호 제목 글쓴이 날짜 조회 수sort
공지 교육 홍보 및 광고는 "교육 및 세미나 홍보" 게시판을 이용해 ... 관리자 2010-07-15 107998
1830 Exynos4210(s5pv310) 관련 문의 [4] 딱지 2011-11-17 8206
1829 C110 라이브러리 공유 부탁 드립니다... [2] 공정표 2011-11-16 8169
1828 Samsung S5P6450 레퍼런스 보드 동작 영상 [16] 이제현 2011-12-03 8146
1827 iMx51 + wince 조합은 극악의 성능을 보여 줍니다. [17] 김봉태 2010-08-24 8110
1826 (동영상 추가) Exynos-4210 1.2Ghz 개발 보드 소개 file [8] 이제현 2011-12-09 8087
1825 이솝 S5PC100 : Core Clock - 834Mhz / Memory Clock - 2... [8] JhoonKim 2010-03-18 8074
1824 [Origen보드] Android 2G/3G modem 성공했습니다. file [1] 고도리 2011-10-15 8006
1823 (망고210 & S5PV210 ) 2010-07-19 보드 소개글을 퍼 왔읍니다... file [8] 장석원 2010-07-21 7988
» AE100 S5PC100 android [11] demonoR 2011-10-03 7984
1821 텔레칩스와 삼성 CPU 의 H.264 Codec 성능이 어떤가요 ? [1] 장석원 2010-02-12 7964
1820 ODROID-7에 올린 아이스크림샌드위치 ICS 4.0.3 [6] 이제현 2011-12-20 7954
1819 42인치 초대형 태블릿 만들기 [7] 이제현 2011-12-20 7924
1818 사이트 오픈 추카요 [1] 김대영 2006-04-07 7902
1817 Odroid-T - BoardConfig.mk - compliation Error [3] reuben2005 2010-06-12 7842
1816 사이트 오픈 축하드립니다.. [1] 장준영 2006-04-07 7803
1815 Tom cao (misoo.tw@gmail)에게 답장을 받았습니다. [1] 최종환 2010-04-04 7800
1814 ODROID-A 개발 보드 소개 file [23] 이제현 2011-02-15 7781
1813 Android 2.1 테스트 [3] 최종환 2010-02-23 7733
1812 WiFi module with SDIO [3] 라근수 2009-04-16 7700
1811 ODROID-S에서 PSX 에뮬레이터를 돌린 로그입니다. [2] Nabula 2010-07-27 7682

사용자 로그인